diff --git a/contentScripts/homePage.js b/contentScripts/homePage.js deleted file mode 100644 index e62e0af..0000000 --- a/contentScripts/homePage.js +++ /dev/null @@ -1,2 +0,0 @@ -var iframeYoutube = document.querySelector('iframe[src="https://www.youtube.com/embed/8dmTl4xAefk"]'); -iframeYoutube.remove(); diff --git a/manifest.json b/manifest.json index f36b75e..3d7d953 100644 --- a/manifest.json +++ b/manifest.json @@ -36,11 +36,6 @@ "run_at": "document_idle", "js": ["js/utilsFunctions.js", "contentScripts/addTorrent/addTorrent.js"] }, - { - "matches": ["https://*.yggtorrent.la/"], - "run_at": "document_idle", - "js": [ "contentScripts/homePage.js"] - }, { "matches": ["https://*.yggtorrent.la/*"], "run_at": "document_idle",