各大OJ的插件(篡改猴)

声明:我用的360/edge,也不知道别的浏览器能不能用

篡改猴下载?link


进入页面后点击下载处黑色小猴子的去商店右边的灰色按钮

然后启动下载的东西

剩下的自己看着办

洛谷


美化

在洛谷侧边栏显示题单与自己存的题

在页面右下角添加了搜索按钮,并且直接链接到了 Search AnyWhere 面板。在这个面板将会直接根据你输入的关键词搜索符合的用户、题目和题单

用处:可以增加洛谷功能(如随机跳题自定义,看到详细排名,全网犇犇,帖子保存等功能

AtCoder

预测 AtCoder 在比赛期间的Rated

Atcoder界面汉化、题目翻译、markdown视图、一键复制题目、跳转到洛谷

codeforces


codeforces界面汉化、题目翻译、markdown视图、一键复制题目、跳转到洛谷

360自带

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';});
posted @ 2024-03-19 19:25  whrwlx  阅读(595)  评论(1编辑  收藏  举报