diff --git a/background.js b/background.js index 8b6b3ab..da3b802 100644 --- a/background.js +++ b/background.js @@ -8,7 +8,8 @@ chrome.webRequest.onBeforeRequest.addListener( urls: [ "*://reddit.com/*", "*://www.reddit.com/*", - "*://np.reddit.com/*" + "*://np.reddit.com/*", + "*://new.reddit.com/*" ], types: ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"] },