Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Extensions/combined/manifest-firefox.json')
-rw-r--r--Extensions/combined/manifest-firefox.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/Extensions/combined/manifest-firefox.json b/Extensions/combined/manifest-firefox.json
index c0f2941..e0e8dba 100644
--- a/Extensions/combined/manifest-firefox.json
+++ b/Extensions/combined/manifest-firefox.json
@@ -21,6 +21,11 @@
"run_at": "document_idle",
"css": ["content-style.css"],
"js": ["bundled-content-script.js"]
+ },
+ {
+ "matches": ["*://*.returnyoutubedislike.com/debug","http://localhost/debug"],
+ "run_at": "document_idle",
+ "js": ["debug.js"]
}
]
}