Added wired.com
This commit is contained in:
Obtainz 2018-06-08 17:14:57 -04:00
parent b1fcfb16e1
commit 5cb474f88e
5 changed files with 9 additions and 4 deletions

View File

@ -40,6 +40,7 @@ var defaultSites = {
'The Sydney Morning Herald': 'smh.com.au',
'The Washington Post': 'washingtonpost.com',
'The Wall Street Journal': 'wsj.com'
'Wired': 'wired.com'
};
const restrictions = {
@ -71,7 +72,8 @@ const remove_cookies = [
'mercurynews.com',
'theage.com.au',
'economist.com',
'bostonglobe.com'
'bostonglobe.com',
'wired.com'
]
function setDefaultOptions() {

View File

@ -1,5 +1,6 @@
Updates--
2018-06-08 v1.2.7: Added Wired (wired.com)
2018-05-20 v1.2.6: Added TheMarker (themarker.com)
2018-05-12 v1.2.5: Fixed Boston Globe (bostonglobe.com)
2018-05-10 v1.2.4: Fixed redirect issue
@ -56,3 +57,4 @@ The Seattle Times (seattletimes.com)
The Sydney Morning Herald (smh.com.au)
The Washington Post (washingtonpost.com)
The Wall Street Journal (wsj.com)
Wired (wired.com)

View File

@ -18,5 +18,5 @@
"page": "options.html"
},
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
"version": "1.2.6"
"version": "1.2.7"
}

View File

@ -37,7 +37,8 @@ var defaultSites = {
'The Seattle Times': 'seattletimes.com',
'The Sydney Morning Herald': 'smh.com.au',
'The Washington Post': 'washingtonpost.com',
'The Wall Street Journal': 'wsj.com'
'The Wall Street Journal': 'wsj.com',
'Wired': 'wired.com'
};
// Saves options to chrome.storage

View File

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