File tree Expand file tree Collapse file tree 5 files changed +42
-4
lines changed Expand file tree Collapse file tree 5 files changed +42
-4
lines changed Original file line number Diff line number Diff line change 1313* 删除PLUS会员功能(调试器、智能模式)
1414* 重命名` 题解 ` 为` 我要放弃 ` ,使用激将法提高AC率
1515
16- ** 脚本内有详尽注释,您可以根据需求自定义脚本 **
16+ ** 查看具体修改效果,请 [ 点击这里 ] ( https://github.com/NicerWang/leetcode-cleaner ) 查看项目Github仓库 **
1717
18- * 仓库位置:[ 点击这里] ( https://github.com/NicerWang/leetcode-cleaner )
19-
20- * 欢迎提出` Issue `
18+ 欢迎Star或提出Issue
2119
Original file line number Diff line number Diff line change 1+ # Leetcode-cleaner
2+
3+ > 力扣(Leetcode-cn)清理大师
4+
5+ 本脚本旨在消除力扣刷题界面的无用信息,并仿照OJ对力扣进行改动。
6+
7+ 主要改动如下:
8+
9+ * 删除提交错误时的** 错误用例显示** ,删除执行代码时的** 正确代码运行结果** (即只有程序的输出,没有正确结果进行对照)【一般OJ设置】
10+ * 关闭评论区
11+ * 关闭笔记功能
12+ * 删除顶栏的无用按钮(学习、讨论、求职、商店、Plus会员、我是面试官、APP、通知)
13+ * 删除无效的题目信息(相关企业、总提交次数、贡献者等)
14+ * 删除其他无用的按钮(点赞、分享、接受动态、反馈)
15+ * 删除PLUS会员功能(调试器、智能模式)
16+ * 重命名` 题解 ` 为` 我要放弃 ` ,使用激将法提高AC率
17+
18+ 修改后样式如下:
19+
20+ ![ ] ( static/main.jpg )
21+
22+ * 提交结果
23+
24+ ![ ] ( static/run.jpg )
25+
26+ * 运行结果:
27+
28+ ![ ] ( static/test.jpg )
29+
30+ ** 脚本内有详尽注释,您可以根据需求自定义脚本**
31+
32+ ## 安装方法:
33+
34+ ** 需要脚本管理软件,如` tampermonkey ` 等**
35+
36+ 1 . (推荐)从[ Greasyfork] ( https://greasyfork.org/zh-CN/scripts/443419-%E5%8A%9B%E6%89%A3-leetcode-cn-%E6%B8%85%E7%90%86%E5%A4%A7%E5%B8%88 ) 直接下载安装
37+ 2 . 或从当前位置下载源代码
38+
39+
40+
You can’t perform that action at this time.
0 commit comments