mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:31:57 +01:00
Add The Art Newspaper
This commit is contained in:
parent
d96aa7238a
commit
d58a02fdeb
5 changed files with 8 additions and 1 deletions
|
@ -111,6 +111,7 @@ _* free articles only._
|
|||
[Rolling Stone](https://www.rollingstone.com) -
|
||||
[Slate](https://slate.com) -
|
||||
[SofRep](https://sofrep.com) -
|
||||
[The Art Newspaper](https://www.theartnewspaper.com) -
|
||||
[The Daily Beast](https://www.thedailybeast.com)* -
|
||||
[The Point Magazine](https://thepointmag.com) -
|
||||
[Vanity Fair](https://www.vanityfair.com) -
|
||||
|
|
|
@ -118,6 +118,7 @@ var allow_cookies_default = [
|
|||
'svz.de',
|
||||
'techinasia.com',
|
||||
'the-american-interest.com',
|
||||
'theartnewspaper.com',
|
||||
'thehindu.com',
|
||||
'thehindubusinessline.com',
|
||||
'themarker.com',
|
||||
|
@ -321,6 +322,7 @@ var blockedRegexes = {
|
|||
'svz.de': /cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad|consent|fx-flying-carpet)-.+\.js/,
|
||||
'technologyreview.com': /.+\.blueconic\.net\/.+/,
|
||||
'telegraph.co.uk': /(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js|\.telegraph\.co\.uk\/.+\/piano.+\.js|assets\.adobedtm\.com\/.+\.js)/,
|
||||
'theartnewspaper.com': /\.amazonaws.com\/production-website-scripts\/bouncer\.js/,
|
||||
'thedailybeast.com': /\.tinypass\.com\/.+/,
|
||||
'hilltimes.com': /\.hilltimes\.com\/.+\/js\/loadingoverlay\/loadingoverlay\.min\.js/,
|
||||
'thehindu.com': /(cdn\.cxense\.com\/.+|\.tinypass\.com\/.+)/,
|
||||
|
|
|
@ -6,6 +6,7 @@ Add Diario de Ibiza/Mallorca, Faro de Vigo & La Provincia (Spain)
|
|||
Add Law.com (free articles only)
|
||||
Add Le Un (France)
|
||||
Add Rheinische Post Mediengruppe (only plus if amp)
|
||||
Add The Art Newspaper
|
||||
Fix-update ilManifesto.it
|
||||
Fix-update Madsack Mediengruppe (amp)
|
||||
Fix-update Medium/Towards Data Science (login)
|
||||
|
|
|
@ -367,6 +367,7 @@
|
|||
"*://*.the-tls.co.uk/*",
|
||||
"*://*.theadvocate.com.au/*",
|
||||
"*://*.theage.com.au/*",
|
||||
"*://*.theartnewspaper.com/*",
|
||||
"*://*.theatlantic.com/*",
|
||||
"*://*.theaustralian.com.au/*",
|
||||
"*://*.thechronicle.com.au/*",
|
||||
|
@ -436,6 +437,7 @@
|
|||
"*://*.tinypass.com/*",
|
||||
"*://*.tribdss.com/*",
|
||||
"*://*.adobedtm.com/*",
|
||||
"*://*.amazonaws.com/*",
|
||||
"*://*.apnarm.net.au/*",
|
||||
"*://*.bwbx.io/*",
|
||||
"*://*.cdn.arcpublishing.com/*",
|
||||
|
@ -457,5 +459,5 @@
|
|||
"*://*.userzoom.com/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.0.6.8"
|
||||
"version": "2.0.6.9"
|
||||
}
|
1
sites.js
1
sites.js
|
@ -205,6 +205,7 @@ var defaultSites =
|
|||
"Telegraaf": "telegraaf.nl",
|
||||
"The Age": "theage.com.au",
|
||||
"The American Interest": "the-american-interest.com",
|
||||
"The Art Newspaper": "theartnewspaper.com",
|
||||
"The Atlantic": "theatlantic.com",
|
||||
"The Australian Financial Review": "afr.com",
|
||||
"The Boston Globe (opt-in)": "bostonglobe.com",
|
||||
|
|
Loading…
Reference in a new issue