Skip to content

Instantly share code, notes, and snippets.

View yleafcc's full-sized avatar
😴

yleafcc

😴
View GitHub Profile
@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 / 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