fix redirect for pay.reddit.com
This commit is contained in:
parent
8f1d57f9c3
commit
11c3c4b114
|
@ -9,7 +9,7 @@ chrome.webRequest.onBeforeRequest.addListener(
|
||||||
"*://reddit.com/*",
|
"*://reddit.com/*",
|
||||||
"*://www.reddit.com/*",
|
"*://www.reddit.com/*",
|
||||||
"*://np.reddit.com/*",
|
"*://np.reddit.com/*",
|
||||||
"*://new.reddit.com/*"
|
"*://new.reddit.com/*",
|
||||||
"*://pay.reddit.com/*"
|
"*://pay.reddit.com/*"
|
||||||
],
|
],
|
||||||
types: ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"]
|
types: ["main_frame", "sub_frame", "stylesheet", "script", "image", "object", "xmlhttprequest", "other"]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Old Reddit Redirect",
|
"name": "Old Reddit Redirect",
|
||||||
"description": "Ensure Reddit always loads the old design",
|
"description": "Ensure Reddit always loads the old design",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"background": {"scripts":["background.js"]},
|
"background": {"scripts":["background.js"]},
|
||||||
"icons": {
|
"icons": {
|
||||||
|
@ -14,6 +14,7 @@
|
||||||
"*://reddit.com/*",
|
"*://reddit.com/*",
|
||||||
"*://www.reddit.com/*",
|
"*://www.reddit.com/*",
|
||||||
"*://np.reddit.com/*",
|
"*://np.reddit.com/*",
|
||||||
"*://new.reddit.com/*"
|
"*://new.reddit.com/*",
|
||||||
|
"*://pay.reddit.com/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue