Skip to content

Instantly share code, notes, and snippets.

View yang10560's full-sized avatar

mryang yang10560

View GitHub Profile
@yang10560
yang10560 / 手机浏览器console控制台加载.js
Last active May 25, 2023 09:58
能让手机浏览器的像电脑脑F12一样调试代码,查看console控制台信息,查看网页源码,js调试等。
// ==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
@yang10560
yang10560 / 百度题库显示答案.js
Last active May 25, 2023 09:59
百度题库显示答案
// ==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
@yang10560
yang10560 / QQ链接自动打开.js
Last active May 25, 2023 09:59
PC上使用浏览器点开QQ链接,在提示非QQ官方链接页面自动打开对应的链接
// ==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
@yang10560
yang10560 / cleanWater.js
Last active January 13, 2025 10:29
cleanWater
// ==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/*
@yang10560
yang10560 / chatGPT tools Plus.js
Last active May 28, 2023 02:12
Google、必应、百度、Yandex、360搜索、谷歌镜像、搜狗、b站、Fsou、duckduckgo、CSDN侧边栏Chat搜索,集成国内一言,星火,天工,通义AI。即刻体验AI,无需翻墙,无需注册,无需等待!
// ==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
@yang10560
yang10560 / B站视频调速.js
Last active May 25, 2023 10:01
B站视频调速
// ==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