Add spectator.co.uk

master
Adam 2018-07-22 19:04:27 -07:00
parent fde7159090
commit 0747944295
6 changed files with 10 additions and 4 deletions

View File

@ -39,6 +39,7 @@ The Morning Call (mcall.com)\
The Nation (thenation.com)\
The New York Times (nytimes.com)\
The New Yorker (newyorker.com)\
The Spectator (spectator.co.uk)\
OC Register (ocregister.com)\
OrlandoSentinel (orlandosentinel.com)\
Quora (quora.com)\

View File

@ -39,6 +39,7 @@ var defaultSites = {
'The Nation': 'thenation.com',
'The New York Times': 'nytimes.com',
'The New Yorker': 'newyorker.com',
'The Spectator': 'spectator.co.uk',
'Orange County Register': 'ocregister.com',
'OrlandoSentinel': 'orlandosentinel.com',
'Quora': 'quora.com',
@ -71,7 +72,8 @@ const allow_cookies = [
'denverpost.com',
'hacked.com',
'ocregister.com',
'newstatesman.com'
'newstatesman.com',
'spectator.co.uk'
]
// Removes cookies after page load
@ -87,7 +89,8 @@ const remove_cookies = [
'denverpost.com',
'hacked.com',
'ocregister.com',
'newstatesman.com'
'newstatesman.com',
'spectator.co.uk'
]
function setDefaultOptions() {

View File

@ -1,5 +1,6 @@
Updates--
2018-07-22 v1.3.6: Added spectator.co.uk
2018-07-22 v1.3.5: Added newstatesman.com
2018-07-15 v1.3.4: Added OC Register (ocregister.com), added Caixin (caixinglobal.com)
2018-07-14 v1.3.3: Add back clearing of localStorage in contentScript.js (fixes wapo.com for U.S. users)

View File

@ -43,5 +43,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.3.5"
"version": "1.3.6"
}

View File

@ -37,6 +37,7 @@ var defaultSites = {
'The Nation': 'thenation.com',
'The New York Times': 'nytimes.com',
'The New Yorker': 'newyorker.com',
'The Spectator': 'spectator.co.uk',
'Orange County Register': 'ocregister.com',
'OrlandoSentinel': 'orlandosentinel.com',
'Quora': 'quora.com',

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<div style="width:220px;">Bypass Paywalls v1.3.5 by Adam
<div style="width:220px;">Bypass Paywalls v1.3.6 by Adam
<a href="options.html">Options</a></div>
</body>
</html>