Merge pull request #54 from nelsonblaha/master

Exclude '/community-points' path
This commit is contained in:
Tom Watson 2021-07-12 10:26:29 +02:00 committed by GitHub
commit 275331e773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {