I hereby claim:
- I am jiajiajiang on github.
- I am moejiajia (https://keybase.io/moejiajia) on keybase.
- I have a public key whose fingerprint is 7FBA 6ACB 5CFB 9007 A777 F103 20D9 E78C D41D A968
To claim this, I am signing this object:
| """ | |
| title: Story Route Helper | |
| author: deepseek,luojia | |
| author_url: https://luojia.me | |
| version: 0.5.0 | |
| description: 此脚本用于剧情路线交互时处理消息,提供两种处理模式:合并剧情或仅清除选项。用法及System prompt建议见 https://luojia.me/?p=10016 | |
| """ | |
| from pydantic import BaseModel, Field | |
| from typing import Optional |
| @echo off | |
| @chcp 65001 | |
| cd %~dp0\extensions | |
| for /D %%s in (*) do @( | |
| if exist %%s"/.git" ( | |
| echo update:"%%s" | |
| cd %%s | |
| @REM git pull | |
| start cmd /C "echo update:'%%s'&&git pull || pause" | |
| cd .. |
| // ==UserScript== | |
| // @name 通用video截图和录制GIF和快捷跳转 | |
| // @namespace https://gist.github.com/JiaJiaJiang/736f5a90b55b815a0e9eb6463dd09061 | |
| // @version 0.5.10 | |
| // @description Alt+鼠标右键点击视频快速截图,Alt+Shift+鼠标右键打开工具栏。ctrl或shift+左右键可以跳过op和ed长度的时间。 | |
| // @author JiaJiaJiang | |
| // @match http://*/* | |
| // @match https://*/* | |
| // @grant none | |
| // @downloadURL https://gist.github.com/JiaJiaJiang/736f5a90b55b815a0e9eb6463dd09061/raw/commonVideoScreenshot.user.js |
| // ==UserScript== | |
| // @name bilibili jump from watchlater page | |
| // @namespace https://gist.github.com/JiaJiaJiang/41c9784ce07c4e29814b9d6713802469/ | |
| // @version 0.1.9 | |
| // @description jump from watchlater page that not have the new player | |
| // @author luojia@luojia.me | |
| // @match https://www.bilibili.com/list/watchlater* | |
| // @downloadURL https://gist.github.com/JiaJiaJiang/41c9784ce07c4e29814b9d6713802469/raw/bilibili-jump-from-watchlater-page.user.js | |
| // @updateURL https://gist.github.com/JiaJiaJiang/41c9784ce07c4e29814b9d6713802469/raw/bilibili-jump-from-watchlater-page.user.js | |
| // @run-at document-start |
I hereby claim:
To claim this, I am signing this object: