diff --git a/src/manifest.json b/src/manifest.json index 03f7011..8355c81 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -25,7 +25,7 @@ "content_scripts": [ { "matches": ["*://*.youtube.com/watch?v=*"], - "js": ["scripts/jquery-3.2.1.js", "scripts/arrive.js", "scripts/betterYoutube.js"], + "js": ["scripts/betterYoutube.js"], "css": ["styles/betterYoutube.css"], "run_at": "document_end", "all_frames": true