diff --git a/background.js b/background.js index 09a1c2f..7451fb5 100644 --- a/background.js +++ b/background.js @@ -18,6 +18,7 @@ chrome.webRequest.onBeforeRequest.addListener( "*://www.reddit.com/*", "*://np.reddit.com/*", "*://new.reddit.com/*", + "*://amp.reddit.com/*", ], types: [ "main_frame", diff --git a/manifest.json b/manifest.json index 4bf3273..ab1a987 100644 --- a/manifest.json +++ b/manifest.json @@ -14,6 +14,7 @@ "*://reddit.com/*", "*://www.reddit.com/*", "*://np.reddit.com/*", - "*://new.reddit.com/*" + "*://new.reddit.com/*", + "*://amp.reddit.com/*" ] }