aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-10-17 23:27:27 -0500
committerJesús <heckyel@hyperbola.info>2019-10-17 23:27:27 -0500
commit895b3facb4e2d87d99a90ceaec97d4c3b160ec9c (patch)
tree732a923b5e62a243a88c3a537fe04cdefafa88c0
parent7b5626408d8aa3c95c85960009d6fec8827a1fd1 (diff)
downloadbook-895b3facb4e2d87d99a90ceaec97d4c3b160ec9c.tar.lz
book-895b3facb4e2d87d99a90ceaec97d4c3b160ec9c.tar.xz
book-895b3facb4e2d87d99a90ceaec97d4c3b160ec9c.zip
[invidio_proxy_mode.user] minor fix
-rw-r--r--scripts-greasemonkey/invidio_proxy_mode.user.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-greasemonkey/invidio_proxy_mode.user.js b/scripts-greasemonkey/invidio_proxy_mode.user.js
index 6f26cc1..7636745 100644
--- a/scripts-greasemonkey/invidio_proxy_mode.user.js
+++ b/scripts-greasemonkey/invidio_proxy_mode.user.js
@@ -22,7 +22,7 @@
const consoleCSS = 'background: #000; color: #00FF00; padding: 0px 7px; border: 1px solid #00FF00; line-height: 16px;';
// Set variables
- let i;
+ let i, j;
let vids_tags = ["video", "source"];
let vids_elements, proxyURL;