From 36cb28b8429f89e8c0fbc48b18fed15f26523097 Mon Sep 17 00:00:00 2001 From: hackademix Date: Sat, 28 Jul 2018 03:04:13 +0200 Subject: [PATCH] Fixed some video streams not playing anymore. --- src/content/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);