Exclude '/community-points' path
Exclude this path because it 404s in old reddit.
This commit is contained in:
parent
f4f61587a2
commit
7b974bd31a
|
@ -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