don't redirect new.reddit.com
This provides a useful workaround for viewing the new site if there is something broken on old.reddit.com (e.g. polls), as well as giving a way to just check something on the new site if you want to. Closes https://github.com/tom-james-watson/old-reddit-redirect/issues/44 Closes https://github.com/tom-james-watson/old-reddit-redirect/pull/28 Closes https://github.com/tom-james-watson/old-reddit-redirect/pull/27/files Closes https://github.com/tom-james-watson/old-reddit-redirect/issues/12
This commit is contained in:
parent
97dfde8fa3
commit
9cacda42f3
|
@ -18,7 +18,6 @@ chrome.webRequest.onBeforeRequest.addListener(
|
|||
"*://reddit.com/*",
|
||||
"*://www.reddit.com/*",
|
||||
"*://np.reddit.com/*",
|
||||
"*://new.reddit.com/*",
|
||||
"*://amp.reddit.com/*",
|
||||
],
|
||||
types: [
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
"*://reddit.com/*",
|
||||
"*://www.reddit.com/*",
|
||||
"*://np.reddit.com/*",
|
||||
"*://new.reddit.com/*",
|
||||
"*://amp.reddit.com/*"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue