From 1142a00bfce4bef4aba751f2cb4816b4ad42585d Mon Sep 17 00:00:00 2001 From: vermillion-dev Date: Mon, 2 May 2022 13:13:32 +0800 Subject: [PATCH] [1.2.9] remove home page script --- contentScripts/homePage.js | 2 -- manifest.json | 5 ----- 2 files changed, 7 deletions(-) delete mode 100644 contentScripts/homePage.js 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",