aboutsummaryrefslogtreecommitdiffstats
path: root/js/tab.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tab.js')
-rw-r--r--js/tab.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/tab.js b/js/tab.js
index 008ea30..abaaf07 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -52,11 +52,11 @@
// https://github.com/gorhill/uMatrix/issues/992
if (pageURL.startsWith('wyciwyg:')) {
- // Matches strings like 'wyciwyg://101/'
- let filter = /^wyciwyg:\/\/\d+\//.exec(pageURL);
- if (filter) {
- pageURL = pageURL.slice(filter[0].length);
- }
+ // Matches strings like 'wyciwyg://101/'
+ let filter = /^wyciwyg:\/\/\d+\//.exec(pageURL);
+ if (filter) {
+ pageURL = pageURL.slice(filter[0].length);
+ }
}
// If the URL is that of our "blocked page" document, return the URL of