Skip to content

Instantly share code, notes, and snippets.

View Hunlongyu's full-sized avatar
🤿
潜水

Hunlongyu Hunlongyu

🤿
潜水
View GitHub Profile
@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 / 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 / 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 / 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 / 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 / ziyuan_play.user.js
Last active June 21, 2020 06:38
『小助手』资源助手
// ==UserScript==
// @author Hunlongyu
// @name 『小助手』资源助手
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 匹配 m3u8 资源,点击链接,即跳转到播放器页面自动缓冲播放。
// @version 0.5.5
// @include *://okzy.co/*
// @include *://www.zuidazy*.*/*
// @include *://www.subo988.com/*
// ==UserScript==
// @author Hunlongyu
// @name 『净网卫士』 Docsmall 图片压缩
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 对 docsmall 图片批量压缩网站,进行精简。
// @version 0.0.1
// @include *://docsmall.com/image-compress
// @grant GM_addStyle
// @grant GM_log
@Hunlongyu
Hunlongyu / apowersoft.compress-image.user.js
Created August 24, 2020 01:02
对 apowersoft 图片批量压缩网站,进行精简。
// ==UserScript==
// @author Hunlongyu
// @name 『净网卫士』 apowersoft 图片压缩
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 对 apowersoft 图片批量压缩网站,进行精简。
// @version 0.0.1
// @include *://*.apowersoft.cn/compress-image-online
// @grant GM_addStyle
// @grant GM_log
@Hunlongyu
Hunlongyu / zyplayerweb.user.js
Last active November 28, 2020 06:46
『小助手』ZY Player 资源助手
// ==UserScript==
// @author Hunlongyu
// @name 『小助手』ZY Player 资源助手
// @namespace https://github.com/Hunlongyu
// @icon https://i.loli.net/2019/04/22/5cbd720718fdb.png
// @description 匹配 m3u8 资源,点击播放,即跳转到播放器页面自动缓冲播放。
// @version 0.6.3
// @include *
// @grant GM_xmlhttpRequest
// @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