Skip to content

Instantly share code, notes, and snippets.

View Hunlongyu's full-sized avatar
🤿
潜水

Hunlongyu Hunlongyu

🤿
潜水
View GitHub Profile
@Hunlongyu
Hunlongyu / baidu_fanyi.user.js
Last active January 23, 2024 10:40
『净网卫士』 百度翻译
// ==UserScript==
// @name 『净网卫士』 百度翻译
// @author Hunlongyu
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 页面精简,去除广告,只保留主要功能的部分。
// @version 0.1.11
// @match *://fanyi.baidu.com/*
// @grant GM_addStyle
// @grant GM_log
@Hunlongyu
Hunlongyu / tiny.user.js
Last active July 5, 2019 02:59
『净网卫士』 Tiny图片压缩
// ==UserScript==
// @author Hunlongyu
// @name 『净网卫士』 Tiny图片压缩
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 对 tinypng 和 tinyjpg 图片批量压缩网站,进行精简。
// @version 0.1.1
// @include *://tinyjpg.com/*
// @include *://tinypng.com/*
// @grant GM_addStyle
@Hunlongyu
Hunlongyu / download_clean.user.js
Last active July 5, 2019 02:58
『净网卫士』 下载网站
// ==UserScript==
// @author Hunlongyu
// @name 『净网卫士』 下载网站
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 移除下载网站的广告、推荐、高速下载等,尽可能多的移除干扰项。
// @version 0.0.5
// @include *://*.cr173.com/*
// @include *://*.onlinedown.*/*
// @include *://*.xiazaiba.*/*
@Hunlongyu
Hunlongyu / greasyfork_beautify.user.js
Last active July 5, 2019 02:58
Greasy Fork 网站美化
// ==UserScript==
// @author Hunlongyu
// @name Greasy Fork 美化
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 对 Greasy Fork 脚本网站进行美化。部分 UI 模仿 element-ui。
// @version 0.0.3
// @include *://greasyfork.org/*
// @grant GM_addStyle
// @run-at document-start
@Hunlongyu
Hunlongyu / 52pojie_clean.user.js
Last active April 9, 2023 06:44
『净网卫士』 吾爱破解论坛
// ==UserScript==
// @author Hunlongyu
// @name 『净网卫士』 吾爱破解论坛
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 移除广告,精简页面。新增论坛后台自动签到。
// @version 0.3.3
// @include *://*.52pojie.cn/*
// @grant GM_addStyle
// @run-at document-start
@Hunlongyu
Hunlongyu / csdn_article.user.js
Last active July 8, 2023 05:29
『净网卫士』 CSDN文章
// ==UserScript==
// @author Hunlongyu
// @name 『净网卫士』 CSDN文章
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 只针对 CSDN 的文章,进行极致简化。移除了所有无关文章内容的元素。同时增加了:展开文章、剪贴板净化、代码一键复制功能。
// @version 0.1.3
// @include *://*.csdn.net/*/article/details/*
// @grant GM_addStyle
// @grant GM_setClipboard
@Hunlongyu
Hunlongyu / krunker_zh_cn.user.js
Last active July 4, 2019 09:22
krunker 汉化版
// ==UserScript==
// @author Hunlongyu
// @name 『净网卫士』 Krunker 汉化版
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description Krunker 是一个最近热门的在线像素风枪战游戏。时间短,节奏快。适合工作之余休息娱乐一下。翻译为中文,精简页面。
// @version 0.1.0
// @include https://krunker.io/*
// @grant GM_addStyle
// @run-at document-end
@Hunlongyu
Hunlongyu / fanyi.user.js
Last active January 10, 2024 01:40
精简页面,移除广告,优化布局。适配:百度翻译、谷歌翻译、有道翻译、金山词霸、必应翻译、搜狗翻译、DeepL翻译。
// ==UserScript==
// @name 『净网卫士』 在线翻译
// @author Hunlongyu
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 精简页面,移除广告,优化布局。适配:百度翻译、谷歌翻译、有道翻译、金山词霸、必应翻译、搜狗翻译、DeepL翻译。
// @version 0.2.0
// @match *://fanyi.baidu.com/*
// @match *://*.iciba.com/translate
// @match *://translate.google.com/*
@Hunlongyu
Hunlongyu / weiyun_offlineDownload.user.js
Last active July 26, 2019 07:01
腾讯微云一键磁力离线下载按钮。
// ==UserScript==
// @author Hunlongyu
// @name 『小助手』 腾讯微云
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 新增一键磁力离线下载按钮。
// @version 0.0.1
// @include *://www.weiyun.com/*
// @grant GM_addStyle
// @grant GM.setClipboard
@Hunlongyu
Hunlongyu / bing_img_download.user.js
Last active August 17, 2021 08:47
一键下载必应首页的图片。
// ==UserScript==
// @author Hunlongyu
// @name 『小助手』 必应图片下载
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 一键下载必应图片。
// @version 0.2.0
// @include *://www.bing.com/*
// @run-at document-idle
// @supportURL https://gist.github.com/Hunlongyu/a504a27efaf18391a6af0b7c83796726