diff --git a/background.js b/background.js index 3fe0790..a1e4115 100644 --- a/background.js +++ b/background.js @@ -1,5 +1,5 @@ const oldReddit = "https://old.reddit.com"; -const excludedPaths = ["/gallery", "/poll", "/rpan", "/settings", "/topics"]; +const excludedPaths = ["/gallery", "/poll", "/rpan", "/settings", "/topics", "/community-points"]; chrome.webRequest.onBeforeRequest.addListener( function (details) {