diff --git a/index.js b/index.js deleted file mode 100644 index 7ad2f13..0000000 --- a/index.js +++ /dev/null @@ -1,6 +0,0 @@ -pageMod.PageMod({ - include: '*', - contentStyleFile: [ - data.url('style.css') - ] -}) \ No newline at end of file diff --git a/manifest.json b/manifest.json index 83fb322..9f56eb9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "RGB YouTube", - "version": "4.0", + "version": "4.1", "author": "Array in a Matrix", "description": "Makes the YouTube progress bar cycle through different RGB colors.", @@ -44,8 +44,7 @@ "*://tube.cthd.icu/*", "*://invidious.048596.xyz/*" ], - "js": ["index.js"], "css": ["style.css"] }] -} \ No newline at end of file +}