各大OJ的插件(篡改猴)
声明:我用的360/edge,也不知道别的浏览器能不能用
篡改猴下载?link
进入页面后点击下载
处黑色小猴子的去商店
右边的灰色按钮
然后启动下载的东西
剩下的自己看着办
洛谷
smart-lougu link
美化
Luogu Tasks link
在洛谷侧边栏显示题单与自己存的题
Luogu Search AnyWhere link
在页面右下角添加了搜索按钮,并且直接链接到了 Search AnyWhere 面板。在这个面板将会直接根据你输入的关键词搜索符合的用户、题目和题单
exlg link
用处:可以增加洛谷功能(如随机跳题自定义,看到详细排名,全网犇犇,帖子保存等功能
AtCoder
ac-predictor link
预测 AtCoder 在比赛期间的Rated
atcoder-better link
Atcoder界面汉化、题目翻译、markdown视图、一键复制题目、跳转到洛谷
codeforces
codeforces-better link
codeforces界面汉化、题目翻译、markdown视图、一键复制题目、跳转到洛谷
360自带
更好的初始界面link
csdn免登录复制
// ==UserScript==
// @name csdn免登录复制
// @namespace http://tampermonkey.net/
// @version 2024-03-19
// @description try to take over the world!
// @author You
// @match https://blog.csdn.net/*/article/details/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==
javascript:window.oncontextmenu=document.oncontextmenu=document.oncopy=null; [...document.querySelectorAll('body')].forEach(dom => dom.outerHTML = dom.outerHTML); [...document.querySelectorAll('body, body *')].forEach(dom => {['onselect', 'onselectstart', 'onselectend', 'ondragstart', 'ondragend', 'oncontextmenu', 'oncopy'].forEach(ev => dom.removeAttribute(ev)); dom.style['user-select']='auto';});
本文来自博客园,作者:whrwlx,转载请注明原文链接:https://www.cnblogs.com/whrwlx/p/18083763