Fixed economist
This commit is contained in:
parent
1b10a1c3d8
commit
12c2a225c0
@ -53,7 +53,8 @@ const allow_cookies = [
|
||||
'fd.nl',
|
||||
'bostonglobe.com',
|
||||
'mercurynews.com',
|
||||
'theage.com.au'
|
||||
'theage.com.au',
|
||||
'economist.com'
|
||||
]
|
||||
|
||||
// Removes cookies after page load
|
||||
@ -64,7 +65,8 @@ const remove_cookies = [
|
||||
'fd.nl',
|
||||
'bostonglobe.com',
|
||||
'mercurynews.com',
|
||||
'theage.com.au'
|
||||
'theage.com.au',
|
||||
'economist.com'
|
||||
]
|
||||
|
||||
function setDefaultOptions() {
|
||||
|
@ -1,4 +1,5 @@
|
||||
Updates--
|
||||
2018-04-07 v1.2.1: Fixed The Economist (economist.com)
|
||||
2018-04-05 v1.2.0: added Corriere Della Sera (corriere.it), added Dagens Nyheter (dn.se), fixed The Age (theage.com.au)
|
||||
2018-01-30 v1.0.7: Added Medium (medium.com), added The Boston Globe (bostonglobe.com), added The Mercury News (mercurynews.com), removed The Australian (theaustralian.com.au), removed The Courier Mail (couriermail.com.au), removed The Telegraph (telegraph.co.uk)
|
||||
2017-09-14 v1.06: Added back Barron's, added Het Financieele Dagblad (fd.nl), added Le Temps (letemps.ch), added Haaretz (haaretz.co.il)
|
||||
|
@ -18,5 +18,5 @@
|
||||
"page": "options.html"
|
||||
},
|
||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.2.0"
|
||||
"version": "1.2.1"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div style="width:220px;">Bypass Paywalls v1.2.0 by Adam
|
||||
<div style="width:220px;">Bypass Paywalls v1.2.1 by Adam
|
||||
<br><a href="options.html">Options</a></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user