Added vanityfair.com and theglobeandmail.com

master
Adam 2018-06-22 19:58:07 -07:00
parent 0b54227e11
commit af63f04221
6 changed files with 11 additions and 2 deletions

View File

@ -29,6 +29,7 @@ MIT Technology Review (technologyreview.com)\
Nikkei Asian Review (asia.nikkei.com)\ Nikkei Asian Review (asia.nikkei.com)\
NRC (nrc.nl)\ NRC (nrc.nl)\
The Boston Globe (bostonglobe.com)\ The Boston Globe (bostonglobe.com)\
The Globe and Mail (theglobeandmail.com)\
The Mercury News (mercurynews.com)\ The Mercury News (mercurynews.com)\
The Morning Call (mcall.com)\ The Morning Call (mcall.com)\
The Nation (thenation.com)\ The Nation (thenation.com)\
@ -42,6 +43,7 @@ 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)\
Vanity Fair (vanityfair.com)\
Wired (wired.com) Wired (wired.com)
### Troubleshooting ### Troubleshooting

View File

@ -27,6 +27,7 @@ var defaultSites = {
'Nikkei Asian Review': 'asia.nikkei.com', 'Nikkei Asian Review': 'asia.nikkei.com',
'NRC': 'nrc.nl', 'NRC': 'nrc.nl',
'The Boston Globe': 'bostonglobe.com', 'The Boston Globe': 'bostonglobe.com',
'The Globe and Mail': 'theglobeandmail.com',
'The Mercury News': 'mercurynews.com', 'The Mercury News': 'mercurynews.com',
'The Morning Call': 'mcall.com', 'The Morning Call': 'mcall.com',
'The Nation': 'thenation.com', 'The Nation': 'thenation.com',
@ -40,6 +41,7 @@ var defaultSites = {
'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',
'Vanity Fair': 'vanityfair.com',
'Wired': 'wired.com' 'Wired': 'wired.com'
}; };

View File

@ -1,5 +1,6 @@
Updates-- Updates--
2018-06-22 v1.2.8: Added Vanity Fair (vanityfair.com), added The Globe and Mail (theglobeandmail.com)
2018-06-03 v1.2.7: Added Wired (wired.com) 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)
@ -45,6 +46,7 @@ MIT Technology Review (technologyreview.com)
Nikkei Asian Review (asia.nikkei.com) Nikkei Asian Review (asia.nikkei.com)
NRC (nrc.nl) NRC (nrc.nl)
The Boston Globe (bostonglobe.com) The Boston Globe (bostonglobe.com)
The Globe and Mail (theglobeandmail.com)
The Mercury News (mercurynews.com) The Mercury News (mercurynews.com)
The Morning Call (mcall.com) The Morning Call (mcall.com)
The Nation (thenation.com) The Nation (thenation.com)
@ -58,4 +60,5 @@ 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)
Vanity Fair (vanityfair.com)
Wired (wired.com) Wired (wired.com)

View File

@ -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.7" "version": "1.2.8"
} }

View File

@ -25,6 +25,7 @@ var defaultSites = {
'Nikkei Asian Review': 'asia.nikkei.com', 'Nikkei Asian Review': 'asia.nikkei.com',
'NRC': 'nrc.nl', 'NRC': 'nrc.nl',
'The Boston Globe': 'bostonglobe.com', 'The Boston Globe': 'bostonglobe.com',
'The Globe and Mail': 'theglobeandmail.com',
'The Mercury News': 'mercurynews.com', 'The Mercury News': 'mercurynews.com',
'The Morning Call': 'mcall.com', 'The Morning Call': 'mcall.com',
'The Nation': 'thenation.com', 'The Nation': 'thenation.com',
@ -38,6 +39,7 @@ var defaultSites = {
'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',
'Vanity Fair': 'vanityfair.com',
'Wired': 'wired.com' 'Wired': 'wired.com'
}; };

View File

@ -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
<a href="options.html">Options</a></div> <a href="options.html">Options</a></div>
</body> </body>
</html> </html>