脚本
-
-
RSS 订阅链接查找器(扩展版) JS - 打开网页时,查询常用的 RSS 后缀并验证是否可用,在网页右下角显示,可一键复制。添加了一些自用的规则, 如 GitHub commits 和 Twitter (Google News)
-
GreasyFork链接精简 JS - 删除RSS订阅链接中的“api.”,它会导致网页打不开。 Redirect api.greasyfork.org to greasyfork.org
-
视频倍速修改 JS - 自定义页面所有视频播放速度,默认1.5倍,按域名存储(即:不同的网站可以分别设置)
-
YouTube 优化加载 JS - 优先加载视频和描述。Attempts to prioritize video and description loading on YouTube.
-
拒绝延迟加载 JS - Attempts to disable lazy loading scripts. May break websites.
-
网页加载分析 JS - 测试网页加载速度并显示加载最慢的三个网址的域名。Test the webpage loading speed and display the domain names of the three slowest loading URLs.
-
中英混用加空格 JS - 自动在中英文之间添加空格
-
复制网址markdown JS - 把当前网站链接生成 markdown 格式的链接形式:[title](url)
-
复制网址 JS - 将当前网站标题+链接复制到剪贴板,方便保存。title + url
-
YouTube 固定分辨率 + 编码智能选择 JS - YouTube 播放时固定分辨率为 1440p 60hz,CPU 占用率过高时自动更换编码(如H.264, H.265, H.266),若画质降低明显则取消切换。
-
异步操作 JS - 将页面的同步操作改为异步操作,相当于插队。已排除特定的验证码页面如cloudflare。重写 setTimeout,setInterval,requestAnimationFrame,alert,confirm,prompt, for 循环
-
YouTube 剩余时间显示 JS - 根据倍速调整。Display the remaining time of a YouTube video adjusted for playback rate.
-
所有链接在当前页面打开 JS - 求求你不要跳转了。Force Links to Open in Current Tab
-
GitHub链接精简 JS - 删除GitHub链接多余的参数。GitHub Remove /refs/heads from URL.
-
Greasy Fork 网址重定向 JS - 重定向url,删除GF链接中的“api.” 它会导致打不开网页。Redirect api.greasyfork.org to greasyfork.org