diff options
author | hackademix | 2018-07-28 03:04:13 +0200 |
---|---|---|
committer | hackademix | 2018-07-28 03:04:13 +0200 |
commit | 36cb28b8429f89e8c0fbc48b18fed15f26523097 (patch) | |
tree | eff04a45cf997c7f91b1ddcea753d8e62d310a98 /src | |
parent | 0b2691a775322409c73fe9715c53ffc6cbac7a9f (diff) | |
download | noscript-36cb28b8429f89e8c0fbc48b18fed15f26523097.tar.gz noscript-36cb28b8429f89e8c0fbc48b18fed15f26523097.tar.xz noscript-36cb28b8429f89e8c0fbc48b18fed15f26523097.zip |
Fixed some video streams not playing anymore.
Diffstat (limited to 'src')
-rw-r--r-- | src/content/content.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/content.js b/src/content/content.js index b5905c8..dec067d 100644 --- a/src/content/content.js +++ b/src/content/content.js @@ -2,7 +2,7 @@ // debug = () => {}; // XPI_ONLY -window.canScript = true; +var canScript = true; function createHTMLElement(name) { return document.createElementNS("http://www.w3.org/1999/xhtml", name); |