This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 手机浏览器console控制台加载 | |
// @namespace http://tampermonkey.net/ | |
// @version 0.5 | |
// @description 能让手机浏览器的像电脑脑F12一样调试代码,查看console控制台信息,查看网页源码,js调试等。 | |
// @author 夜雨 | |
// @match http://*/* | |
// @match https://*/* | |
// @license MIT | |
// @require https://cdn.staticfile.org/eruda/3.0.0/eruda.min.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 百度题库显示答案 | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description 百度题库显示答案。 | |
// @author 夜雨 | |
// @match https://easylearn.baidu.com/* | |
// @match https://tiku.baidu.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=easylearn.baidu.com | |
// @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name QQ链接自动打开 | |
// @namespace http://yeyu1024.xyz | |
// @version 1.0 | |
// @description PC上使用浏览器点开QQ链接,在提示非QQ官方链接页面自动打开对应的链接 | |
// @author 夜雨 | |
// @match https://c.pc.qq.com/* | |
// @icon https://mat1.gtimg.com/www/icon/favicon2.ico | |
// @grant none | |
// @license MIT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 百度文心一言去水印 | |
// @namespace http://tampermonkey.net/ | |
// @version 1.8 | |
// @description 去文心一言水印、去星火水印。去天工水印。去chatGLM水印。去通义千问水印、去超时弹窗、去AI画图水印。CSDN-C知道去水印,去提问限制。 | |
// @author 夜雨 | |
// @match *://yiyan.baidu.com/* | |
// @match *://so.csdn.net/so/search* | |
// @match *://xinghuo.xfyun.cn/* | |
// @match *://neice.tiangong.cn/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name chatGPT tools Plus(修改版) | |
// @namespace http://tampermonkey.net/ | |
// @version 2.6.2 | |
// @description Google、必应、百度、Yandex、360搜索、谷歌镜像、搜狗、b站、Fsou、duckduckgo、CSDN侧边栏Chat搜索,集成国内一言,星火,天工,通义AI。即刻体验AI,无需翻墙,无需注册,无需等待! | |
// @author 夜雨 | |
// @match https://cn.bing.com/* | |
// @match https://www.bing.com/* | |
// @match *://*.bing.com/* | |
// @match https://chat.openai.com/chat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name B站视频调速 | |
// @namespace yeyu | |
// @version 0.1 | |
// @description bilibili视频调速,突破2倍速 | |
// @author 夜雨 | |
// @match http*://www.bilibili.com/video/* | |
// @match http*://www.bilibili.com/bangumi/play/* | |
// @grant GM_addStyle | |
// @license MIT |