diff --git a/background.js b/background.js index eb52170..09a1c2f 100644 --- a/background.js +++ b/background.js @@ -18,7 +18,6 @@ chrome.webRequest.onBeforeRequest.addListener( "*://www.reddit.com/*", "*://np.reddit.com/*", "*://new.reddit.com/*", - "*://pay.reddit.com/*" ], types: [ "main_frame", diff --git a/manifest.json b/manifest.json index 55c2f78..f4b0c1d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Old Reddit Redirect", "description": "Ensure Reddit always loads the old design", - "version": "1.1.2", + "version": "1.1.3", "manifest_version": 2, "background": {"scripts":["background.js"]}, "icons": {