diff options
-rw-r--r-- | source/features/dim-bots.tsx | 2 | ||||
-rw-r--r-- | source/manifest.json | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/source/features/dim-bots.tsx b/source/features/dim-bots.tsx index c69c3c21..cc255df7 100644 --- a/source/features/dim-bots.tsx +++ b/source/features/dim-bots.tsx @@ -51,7 +51,7 @@ void features.add(import.meta.url, { pageDetect.isConversationList, ], exclude: [ - pageDetect.isBlank, // Prevent error on empty milestone list #5544 + pageDetect.isBlank, // Prevent error on empty lists #5544 ], deduplicate: 'has-rgh-inner', init, diff --git a/source/manifest.json b/source/manifest.json index e3af1daa..86d1a30b 100644 --- a/source/manifest.json +++ b/source/manifest.json @@ -45,6 +45,9 @@ "https://github.com/*", "https://gist.github.com/*" ], + "exclude_matches": [ + "https://*/login/*" + ], "css": [ "refined-github.css" ], |