Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFront <27463495+Frontesque@users.noreply.github.com>2022-01-11 01:57:35 +0300
committerFront <27463495+Frontesque@users.noreply.github.com>2022-01-11 01:57:35 +0300
commit1184697f63b21a83541ecf3ac3d9857799f20000 (patch)
treef756ca68608a2cd7cf66d53e3b30becbe6fb541f
parent8bf7d8f91c3691491d21ea6ba32f6e579b644f0e (diff)
remove debug.js
-rw-r--r--Extensions/combined/debug.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/Extensions/combined/debug.js b/Extensions/combined/debug.js
deleted file mode 100644
index 6321b53..0000000
--- a/Extensions/combined/debug.js
+++ /dev/null
@@ -1,8 +0,0 @@
-//--- Get Extension Information ---//
-const extension = chrome.runtime.getManifest();
-
-//--- Get Debug Elements ---//
-const ver = document.getElementById("extension-version");
-
-//--- Set Debug Elements ---//
-ver.innerHTML = extension.version;