diff --git a/background.js b/background.js index c2888cb..5817b9f 100644 --- a/background.js +++ b/background.js @@ -18,7 +18,6 @@ chrome.webRequest.onBeforeRequest.addListener( "*://reddit.com/*", "*://www.reddit.com/*", "*://np.reddit.com/*", - "*://new.reddit.com/*", "*://amp.reddit.com/*", ], types: [ diff --git a/manifest.json b/manifest.json index b7c09c0..473c94a 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,6 @@ "*://reddit.com/*", "*://www.reddit.com/*", "*://np.reddit.com/*", - "*://new.reddit.com/*", "*://amp.reddit.com/*" ] }