mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 08:17:49 +01:00
Added Wired.com
This commit is contained in:
parent
0eefcb23a0
commit
dc8a371d9c
6 changed files with 9 additions and 5 deletions
|
@ -39,7 +39,8 @@ var defaultSites = {
|
||||||
'The Seattle Times': 'seattletimes.com',
|
'The Seattle Times': 'seattletimes.com',
|
||||||
'The Sydney Morning Herald': 'smh.com.au',
|
'The Sydney Morning Herald': 'smh.com.au',
|
||||||
'The Washington Post': 'washingtonpost.com',
|
'The Washington Post': 'washingtonpost.com',
|
||||||
'The Wall Street Journal': 'wsj.com'
|
'The Wall Street Journal': 'wsj.com',
|
||||||
|
'Wired': 'wired.com'
|
||||||
};
|
};
|
||||||
|
|
||||||
const restrictions = {
|
const restrictions = {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
Updates--
|
Updates--
|
||||||
|
|
||||||
|
2018-06-03 v1.2.7: Added Wired (wired.com)
|
||||||
2018-05-20 v1.2.6: Added TheMarker (themarker.com)
|
2018-05-20 v1.2.6: Added TheMarker (themarker.com)
|
||||||
2018-05-12 v1.2.5: Fixed Boston Globe (bostonglobe.com)
|
2018-05-12 v1.2.5: Fixed Boston Globe (bostonglobe.com)
|
||||||
2018-05-10 v1.2.4: Fixed redirect issue
|
2018-05-10 v1.2.4: Fixed redirect issue
|
||||||
|
@ -57,3 +58,4 @@ The Seattle Times (seattletimes.com)
|
||||||
The Sydney Morning Herald (smh.com.au)
|
The Sydney Morning Herald (smh.com.au)
|
||||||
The Washington Post (washingtonpost.com)
|
The Washington Post (washingtonpost.com)
|
||||||
The Wall Street Journal (wsj.com)
|
The Wall Street Journal (wsj.com)
|
||||||
|
Wired (wired.com)
|
||||||
|
|
|
@ -28,5 +28,5 @@
|
||||||
"page": "options.html"
|
"page": "options.html"
|
||||||
},
|
},
|
||||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||||
"version": "1.2.6"
|
"version": "1.2.7"
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
Selected sites will have their cookies cleared and referer set to Google. You should
|
Selected sites will have their cookies cleared and referer set to Google. You should
|
||||||
uncheck sites you have an account with or else you will be logged out at every visit.
|
uncheck sites you are logged in to otherwise you will be logged out on every visit.
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
<div id='bypass_sites'>
|
<div id='bypass_sites'>
|
||||||
|
|
|
@ -37,7 +37,8 @@ var defaultSites = {
|
||||||
'The Seattle Times': 'seattletimes.com',
|
'The Seattle Times': 'seattletimes.com',
|
||||||
'The Sydney Morning Herald': 'smh.com.au',
|
'The Sydney Morning Herald': 'smh.com.au',
|
||||||
'The Washington Post': 'washingtonpost.com',
|
'The Washington Post': 'washingtonpost.com',
|
||||||
'The Wall Street Journal': 'wsj.com'
|
'The Wall Street Journal': 'wsj.com',
|
||||||
|
'Wired': 'wired.com'
|
||||||
};
|
};
|
||||||
|
|
||||||
// Saves options to browser.storage
|
// Saves options to browser.storage
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<div style="width:220px;">Bypass Paywalls v1.2.6 by Adam
|
<div style="width:220px;">Bypass Paywalls v1.2.7 by Adam
|
||||||
<a href="options.html">Options</a></div>
|
<a href="options.html">Options</a></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue