From 7dbbf4b8c4ee19fae6c35f13422a7a66a404a76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=99=E6=BC=A0=E4=B9=8B=E5=AD=90?= <7850715+maboloshi@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0`ignoreSelectorPage`=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 沙漠之子 <7850715+maboloshi@users.noreply.github.com> --- main.user.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.user.js b/main.user.js index 7acb87cc1..cb6c81cef 100644 --- a/main.user.js +++ b/main.user.js @@ -97,14 +97,20 @@ ], 'repository/edit': [ '.cm-scroller', // 代码编辑器 + 'table', // 代码差异预览 ], 'repository/new': [ '.cm-scroller', // 代码编辑器 + 'table', // 代码差异预览 ], 'dashboard': [ '.js-notice-dismiss', // 右侧栏 广告 '.TimelineItem', // 右侧栏 最新变化 ], + 'gist': [ + 'div.js-blob-code-container', // 代码框 + 'table.js-diff-table', // 代码差异 + ], '*': [ '.markdown-body', '.markdown-title'