mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-05-01 17:04:27 +02:00
Bug fixes (washingtonpost.com)
This commit is contained in:
parent
239191c873
commit
11d1af72dd
@ -39,7 +39,7 @@ 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'
|
'Wired': 'wired.com'
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -55,7 +55,6 @@ const allow_cookies = [
|
|||||||
'ft.com',
|
'ft.com',
|
||||||
'letemps.ch',
|
'letemps.ch',
|
||||||
'fd.nl',
|
'fd.nl',
|
||||||
'bostonglobe.com',
|
|
||||||
'mercurynews.com',
|
'mercurynews.com',
|
||||||
'theage.com.au',
|
'theage.com.au',
|
||||||
'economist.com',
|
'economist.com',
|
||||||
@ -68,7 +67,6 @@ const remove_cookies = [
|
|||||||
'ft.com',
|
'ft.com',
|
||||||
'letemps.ch',
|
'letemps.ch',
|
||||||
'fd.nl',
|
'fd.nl',
|
||||||
'bostonglobe.com',
|
|
||||||
'mercurynews.com',
|
'mercurynews.com',
|
||||||
'theage.com.au',
|
'theage.com.au',
|
||||||
'economist.com',
|
'economist.com',
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
Updates--
|
Updates--
|
||||||
|
|
||||||
|
2018-06-26 v1.2.8: Bug fixes (washingtonpost.com)
|
||||||
2018-06-08 v1.2.7: Added Wired (wired.com)
|
2018-06-08 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)
|
||||||
|
@ -18,5 +18,5 @@
|
|||||||
"page": "options.html"
|
"page": "options.html"
|
||||||
},
|
},
|
||||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||||
"version": "1.2.7"
|
"version": "1.2.8"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<div style="width:220px;">Bypass Paywalls v1.2.7 by Adam
|
<div style="width:220px;">Bypass Paywalls v1.2.8 by Adam
|
||||||
<br><a href="options.html">Options</a></div>
|
<br><a href="options.html">Options</a></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user