Add fnlondon.com, foreignaffairs.com, nymag.com, sfchronicle.com, theglobeandmail.com, vanityfair.com
This commit is contained in:
parent
4dde2fcd27
commit
9a2b1c6a5e
10
README.md
10
README.md
@ -28,7 +28,9 @@ Dynamed Plus (dynamed.com)\
|
||||
The Economist (economist.com)\
|
||||
Encyclopedia Britannica (britannica.com)\
|
||||
Examiner (examiner.com.au)\
|
||||
Financial News (fnlondon.com)\
|
||||
Financial Times (ft.com)\
|
||||
Foreign Affairs (foreignaffairs.com)\
|
||||
Foreign Policy (foreignpolicy.com)\
|
||||
Glassdoor (glassdoor.com)\
|
||||
Haaretz (haaretz.co.il / haaretz.com)\
|
||||
@ -44,14 +46,17 @@ Los Angeles Times (latimes.com)\
|
||||
Medium (medium.com)\
|
||||
MIT Technology Review (technologyreview.com)\
|
||||
Newsrep (thenewsrep.com)\
|
||||
New York Magazine (nymag.com)\
|
||||
Nikkei Asian Review (asia.nikkei.com)\
|
||||
NRC (nrc.nl)\
|
||||
OrlandoSentinel (orlandosentinel.com)\
|
||||
Quora (quora.com)\
|
||||
San Francisco Chronicle (sfchronicle.com)\
|
||||
SunSentinel (sun-sentinel.com)\
|
||||
The Advocate (theadvocate.com.au)\
|
||||
The Age (theage.com.au)\
|
||||
The Boston Globe (bostonglobe.com)\
|
||||
The Globe and Mail (theglobeandmail.com)\
|
||||
The Japan Times (japantimes.co.jp)\
|
||||
TheMarker (themarker.com)\
|
||||
The Mercury News (mercurynews.com)\
|
||||
@ -66,14 +71,17 @@ The Sydney Morning Herald (smh.com.au)\
|
||||
The Washington Post (washingtonpost.com)\
|
||||
The Wall Street Journal (wsj.com)\
|
||||
Winston-Salem Journal (journalnow.com)\
|
||||
Vanity Fair (vanityfair.com)\
|
||||
Wired (wired.com)
|
||||
|
||||
### New site requests:
|
||||
Only large or major sites will be considered. No small sites or local newspapers.
|
||||
Only large or major sites will be considered.
|
||||
1. Visit an article on the site you want to bypass the paywall for and copy the article title.
|
||||
2. Open up a new incognito window (Ctrl+Shift+N) and paste the article title into Google.
|
||||
3. Click on the same article from the Google search results page. If it loads without a paywall you can [submit a request](https://github.com/iamadamdev/bypass-paywalls-chrome/issues/new) to add the site, otherwise my extension cannot bypass it either.
|
||||
|
||||
Usually premium articles cannot be bypassed as they are behind a hard paywall.
|
||||
|
||||
### Troubleshooting
|
||||
* This extension works best alongside [uBlock Origin](https://chrome.google.com/webstore/detail/ublock/epcnnfbjfcgphgdmggkamkmgojdagdnn).
|
||||
* On some sites if you open an article and the paywall comes up try refreshing the page.
|
||||
|
@ -15,7 +15,9 @@ var defaultSites = {
|
||||
'Les Echos': 'lesechos.fr',
|
||||
'Encyclopedia Britannica': 'britannica.com',
|
||||
'Examiner': 'examiner.com.au',
|
||||
'Financial News': 'fnlondon.com',
|
||||
'Financial Times': 'ft.com',
|
||||
'Foreign Affairs': 'foreignaffairs.com',
|
||||
'Foreign Policy': 'foreignpolicy.com',
|
||||
'Glassdoor': 'glassdoor.com',
|
||||
'Haaretz': 'haaretz.co.il',
|
||||
@ -31,14 +33,17 @@ var defaultSites = {
|
||||
'Medium': 'medium.com',
|
||||
'MIT Technology Review': 'technologyreview.com',
|
||||
'Newsrep': 'thenewsrep.com',
|
||||
'New York Magazine': 'nymag.com',
|
||||
'Nikkei Asian Review': 'asia.nikkei.com',
|
||||
'NRC': 'nrc.nl',
|
||||
'OrlandoSentinel': 'orlandosentinel.com',
|
||||
'Quora': 'quora.com',
|
||||
'San Francisco Chronicle': 'sfchronicle.com',
|
||||
'SunSentinel': 'sun-sentinel.com',
|
||||
'The Advocate': 'theadvocate.com.au',
|
||||
'The Age': 'theage.com.au',
|
||||
'The Boston Globe': 'bostonglobe.com',
|
||||
'The Globe and Mail': 'theglobeandmail.com',
|
||||
'The Japan Times': 'japantimes.co.jp',
|
||||
'TheMarker': 'themarker.com',
|
||||
'The Mercury News': 'mercurynews.com',
|
||||
@ -53,6 +58,7 @@ var defaultSites = {
|
||||
'The Washington Post': 'washingtonpost.com',
|
||||
'The Wall Street Journal': 'wsj.com',
|
||||
'Winston-Salem Journal': 'journalnow.com',
|
||||
'Vanity Fair': 'vanityfair.com',
|
||||
'Wired': 'wired.com'
|
||||
};
|
||||
|
||||
@ -78,6 +84,7 @@ const allow_cookies = [
|
||||
'hbr.org',
|
||||
'medium.com',
|
||||
'washingtonpost.com',
|
||||
'nymag.com',
|
||||
]
|
||||
|
||||
// Removes cookies after page load
|
||||
@ -104,6 +111,9 @@ const remove_cookies = [
|
||||
'seattletimes.com',
|
||||
'thenewsrep.com',
|
||||
'washingtonpost.com',
|
||||
'sfchronicle.com',
|
||||
'nymag.com',
|
||||
'foreignaffairs.com',
|
||||
]
|
||||
|
||||
function setDefaultOptions() {
|
||||
|
@ -20,5 +20,5 @@
|
||||
"page": "options.html"
|
||||
},
|
||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.4.7"
|
||||
"version": "1.4.8"
|
||||
}
|
||||
|
@ -12,7 +12,9 @@ var defaultSites = {
|
||||
'The Economist': 'economist.com',
|
||||
'Encyclopedia Britannica': 'britannica.com',
|
||||
'Examiner': 'examiner.com.au',
|
||||
'Financial News': 'fnlondon.com',
|
||||
'Financial Times': 'ft.com',
|
||||
'Foreign Affairs': 'foreignaffairs.com',
|
||||
'Foreign Policy': 'foreignpolicy.com',
|
||||
'Glassdoor': 'glassdoor.com',
|
||||
'Haaretz': 'haaretz.co.il',
|
||||
@ -29,14 +31,17 @@ var defaultSites = {
|
||||
'Medium': 'medium.com',
|
||||
'MIT Technology Review': 'technologyreview.com',
|
||||
'Newsrep': 'thenewsrep.com',
|
||||
'New York Magazine': 'nymag.com',
|
||||
'Nikkei Asian Review': 'asia.nikkei.com',
|
||||
'NRC': 'nrc.nl',
|
||||
'OrlandoSentinel': 'orlandosentinel.com',
|
||||
'Quora': 'quora.com',
|
||||
'San Francisco Chronicle': 'sfchronicle.com',
|
||||
'SunSentinel': 'sun-sentinel.com',
|
||||
'The Advocate': 'theadvocate.com.au',
|
||||
'The Age': 'theage.com.au',
|
||||
'The Boston Globe': 'bostonglobe.com',
|
||||
'The Globe and Mail': 'theglobeandmail.com',
|
||||
'The Japan Times': 'japantimes.co.jp',
|
||||
'TheMarker': 'themarker.com',
|
||||
'The Mercury News': 'mercurynews.com',
|
||||
@ -51,6 +56,7 @@ var defaultSites = {
|
||||
'The Washington Post': 'washingtonpost.com',
|
||||
'The Wall Street Journal': 'wsj.com',
|
||||
'Winston-Salem Journal': 'journalnow.com',
|
||||
'Vanity Fair': 'vanityfair.com',
|
||||
'Wired': 'wired.com'
|
||||
};
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||
<app appid='dcpihecpambacapedldabdbpakmachpb'>
|
||||
<updatecheck codebase='https://github.com/iamadamdev/bypass-paywalls-chrome/releases/download/v1.4.7/bypass-paywalls-chrome.crx' version='1.4.7' />
|
||||
<updatecheck codebase='https://github.com/iamadamdev/bypass-paywalls-chrome/releases/download/v1.4.8/bypass-paywalls-chrome.crx' version='1.4.8' />
|
||||
</app>
|
||||
</gupdate>
|
Loading…
x
Reference in New Issue
Block a user