Merge pull request #54 from nelsonblaha/master
Exclude '/community-points' path
This commit is contained in:
commit
275331e773
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue