Add Variety
This commit is contained in:
parent
574b9db518
commit
43996f7c82
10
README.md
10
README.md
@ -47,6 +47,7 @@ Visit the [Firefox repository](https://bitbucket.org/magnolia1234/bypass-paywall
|
||||
* You will be logged out for most of the sites you have checked.
|
||||
|
||||
### List of supported websites
|
||||
|
||||
##### World news
|
||||
[First Things](https://www.firstthings.com) -
|
||||
[Foreign Policy](https://www.foreignpolicy.com) -
|
||||
@ -62,8 +63,8 @@ Visit the [Firefox repository](https://bitbucket.org/magnolia1234/bypass-paywall
|
||||
[The New York Times](https://www.nytimes.com) -
|
||||
[The New Yorker](https://www.newyorker.com) -
|
||||
[The Washington Post](https://www.washingtonpost.com) -
|
||||
[Vanity Fair](https://www.vanityfair.com) -
|
||||
[World Politics Review](https://www.worldpoliticsreview.com)
|
||||
|
||||
##### Business
|
||||
[Adweek](https://www.adweek.com) -
|
||||
[American Affairs](https://americanaffairsjournal.org) -
|
||||
@ -81,6 +82,7 @@ Visit the [Firefox repository](https://bitbucket.org/magnolia1234/bypass-paywall
|
||||
[Seeking Alpha](https://seekingalpha.com) -
|
||||
[The Business Journals](https://www.bizjournals.com) -
|
||||
[The Wall Street Journal](https://www.wsj.com)
|
||||
|
||||
##### Tech/Science
|
||||
[Chemical & Engineering News](https://cen.acs.org) -
|
||||
[Chronicle of Higher Education](https://www.chronicle.com) -
|
||||
@ -92,6 +94,7 @@ Visit the [Firefox repository](https://bitbucket.org/magnolia1234/bypass-paywall
|
||||
[Towards Data Science](https://www.towardsdatascience.com) -
|
||||
[Wired](https://www.wired.com) -
|
||||
[Scientific American](https://www.scientificamerican.com)*
|
||||
|
||||
#### Encyclopedia/Book library/Knowledge base
|
||||
[BBC History Extra](https://www.historyextra.com) -
|
||||
[Encyclopedia Britannica](https://www.britannica.com) -
|
||||
@ -102,12 +105,15 @@ Visit the [Firefox repository](https://bitbucket.org/magnolia1234/bypass-paywall
|
||||
[Scribd](http://www.scribd.com) -
|
||||
[Slader](https://www.slader.com) -
|
||||
[Statista](https://www.statista.com)
|
||||
|
||||
##### Magazines/Blogs
|
||||
[Atavist Magazine](https://magazine.atavist.com) -
|
||||
[Commentary Magazine](https://www.commentarymagazine.com) -
|
||||
[Medium](https://www.medium.com) (all sites) -
|
||||
[SofRep](https://sofrep.com) -
|
||||
[The Daily Beast](https://www.thedailybeast.com)*
|
||||
[The Daily Beast](https://www.thedailybeast.com)* -
|
||||
[Vanity Fair](https://www.vanityfair.com) -
|
||||
[Variety](https://variety.com)
|
||||
|
||||
##### Local USA news
|
||||
[Baltimore Sun](https://www.baltimoresun.com) -
|
||||
|
@ -72,6 +72,7 @@ var allow_cookies = [
|
||||
'thehindu.com',
|
||||
'themarker.com',
|
||||
'trouw.nl',
|
||||
'variety.com',
|
||||
'volkskrant.nl',
|
||||
'washingtonpost.com',
|
||||
'worldpoliticsreview.com',
|
||||
@ -221,6 +222,7 @@ var blockedRegexes = {
|
||||
'thehindu.com': /ajax\.cloudflare\.com\/cdn-cgi\/scripts\/.+\/cloudflare-static\/rocket-loader\.min\.js/,
|
||||
'thenation.com': /.+\.tinypass\.com\/.+/,
|
||||
'valeursactuelles.com': /.+\.qiota\.com\/.+/,
|
||||
'variety.com': /cdn\.cxense\.com/,
|
||||
'washingtonpost.com': /.+\.washingtonpost\.com\/dr\/resources\/dist\/washpost\/pwapi-proxy\.min\.js/,
|
||||
'watoday.com.au': /cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js/,
|
||||
'wsj.com': /(cdn\.ampproject\.org\/v\d\/amp-access-.+\.js|cdn\.cxense\.com)/
|
||||
|
@ -243,6 +243,7 @@
|
||||
"*://*.trouw.nl/*",
|
||||
"*://*.valeursactuelles.com/*",
|
||||
"*://*.vanityfair.com/*",
|
||||
"*://*.variety.com/*",
|
||||
"*://*.vn.nl/*",
|
||||
"*://*.volkskrant.nl/*",
|
||||
"*://*.warwickdailynews.com.au/*",
|
||||
@ -295,5 +296,5 @@
|
||||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.8.6.2"
|
||||
"version": "1.8.6.3"
|
||||
}
|
||||
|
@ -21,5 +21,5 @@
|
||||
"page": "options.html"
|
||||
},
|
||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.8.6.2"
|
||||
"version": "1.8.6.3"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user