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