summaryrefslogtreecommitdiff
path: root/source/refined-github.ts
diff options
context:
space:
mode:
authorGravatar Flo Edelmann <florian-edelmann@online.de> 2020-05-02 18:32:50 +0200
committerGravatar GitHub <noreply@github.com> 2020-05-02 18:32:50 +0200
commite657252becb7d48c21dbd99d75530c53aa3de218 (patch)
tree6dd9970a97af89c95a59236d000de0cc49849e29 /source/refined-github.ts
parentccabd17df7d2acc2d975d31f7027e26d7b8398d7 (diff)
downloadrefined-github-e657252becb7d48c21dbd99d75530c53aa3de218.tar.gz
refined-github-e657252becb7d48c21dbd99d75530c53aa3de218.tar.zst
refined-github-e657252becb7d48c21dbd99d75530c53aa3de218.zip
Add `stop-redirecting-in-notification-bar` feature (#3036)
Co-Authored-By: Fregante <opensource@bfred.it>
Diffstat (limited to 'source/refined-github.ts')
-rw-r--r--source/refined-github.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts
index 2fd8aa59..1cb752c7 100644
--- a/source/refined-github.ts
+++ b/source/refined-github.ts
@@ -174,6 +174,7 @@ import './features/go-to-action-from-file';
import './features/action-used-by-link';
import './features/batch-mark-files-as-viewed';
import './features/linkify-notification-repository-header';
+import './features/stop-redirecting-in-notification-bar';
// Add global for easier debugging
(window as any).select = select;