diff options
Diffstat (limited to 'js/tab.js')
-rw-r--r-- | js/tab.js | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |