Adding Winston-Salem Journal (journalnow.com)
This commit is contained in:
parent
f966a40f1e
commit
8dfe8be912
@ -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.
|
@ -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'
|
||||
};
|
||||
|
||||
|
@ -18,5 +18,5 @@
|
||||
"page": "options.html"
|
||||
},
|
||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.3.7"
|
||||
"version": "1.3.8"
|
||||
}
|
||||
|
@ -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'
|
||||
};
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user