Adding Winston-Salem Journal (journalnow.com)

This commit is contained in:
ghost 2018-12-16 13:57:09 -08:00
parent f966a40f1e
commit 8dfe8be912
5 changed files with 12 additions and 3 deletions

View File

@ -58,7 +58,14 @@ The Spectator (spectator.co.uk)\
The Sydney Morning Herald (smh.com.au)\
The Washington Post (washingtonpost.com)\
The Wall Street Journal (wsj.com)\
Winston-Salem Journal (journalnow.com)\
Wired (wired.com)
### New site requests:
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-firefox/issues/new) to add the site, otherwise my extension cannot bypass it either.
### Troubleshooting
For The Denver Post turn off uBlock.
* If it doesn't work for an article try unchecking the site in Options, save, refresh the article, then re-check the site, save and refresh the article again.
* For The Denver Post turn off uBlock.

View File

@ -46,6 +46,7 @@ var defaultSites = {
'The Sydney Morning Herald': 'smh.com.au',
'The Washington Post': 'washingtonpost.com',
'The Wall Street Journal': 'wsj.com',
'Winston-Salem Journal': 'journalnow.com',
'Wired': 'wired.com'
};

View File

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

View File

@ -44,6 +44,7 @@ var defaultSites = {
'The Sydney Morning Herald': 'smh.com.au',
'The Washington Post': 'washingtonpost.com',
'The Wall Street Journal': 'wsj.com',
'Winston-Salem Journal': 'journalnow.com',
'Wired': 'wired.com'
};

View File

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