also redirect for new.reddit.com links
This commit is contained in:
parent
86902fd56d
commit
d504ef268c
|
@ -8,7 +8,8 @@ chrome.webRequest.onBeforeRequest.addListener(
|
|||
urls: [
|
||||
"*://reddit.com/*",
|
||||
"*://www.reddit.com/*",
|
||||
"*://np.reddit.com/*"
|
||||
"*://np.reddit.com/*",
|
||||
"*://new.reddit.com/*"
|
||||
],
|
||||
types: ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue