Add The New Atlantis

merge-requests/1/head
magnolia1234 3 years ago
parent 77fb65547a
commit c1fd3ea262

@ -123,6 +123,7 @@ _* free articles only._
[The Art Newspaper](https://www.theartnewspaper.com) -
[The Athletic](https://theathletic.com) -
[The Daily Beast](https://www.thedailybeast.com)* -
[The New Atlantis](https://www.thenewatlantis.com) -
[The Point Magazine](https://thepointmag.com) -
[Vanity Fair](https://www.vanityfair.com) -
[Variety](https://variety.com) -
@ -206,7 +207,7 @@ Tribune Publishing Company sites like
[London Review of Books](https://www.lrb.co.uk) -
[New Left Review](https://newleftreview.org) -
[Prospect Magazine](https://www.prospectmagazine.co.uk) -
[The Athletic UK](https://theathletic.com) -
[The Athletic UK](https://theathletic.co.uk) -
[The Economist](https://www.economist.com) -
[The Irish Times](https://www.irishtimes.com) -
[The New Statesman](https://www.newstatesman.com) -

@ -150,6 +150,7 @@ var allow_cookies_default = [
'thehindu.com',
'thehindubusinessline.com',
'themarker.com',
'thenewatlantis.com',
'thewest.com.au',
'time.com',
'timeshighereducation.com',
@ -380,6 +381,7 @@ var blockedRegexes = {
'thehindu.com': /(cdn\.cxense\.com\/|\.tinypass\.com\/)/,
'thehindubusinessline.com': /(cdn\.cxense\.com\/|\.tinypass\.com\/)/,
'thenation.com': /\.tinypass\.com\//,
'thenewatlantis.com': /\.thenewatlantis\.com\/.+\/thenewatlantis\/js\/(gate|donate)\.js/,
'time.com': /\/time\.com\/dist\/meter-wall-client-js\..+\.js/,
'timeshighereducation.com': /\.timeshighereducation\.com\/sites\/default\/files\/js\/js_bbCGL.+\.js/,
'valeursactuelles.com': /\.qiota\.com\//,

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox
Post-release
Add The New Atlantis
* v2.1.8.0 (2021-04-25)
Add Il Giorno (Italy)

@ -2209,6 +2209,12 @@ else if (matchDomain('thelogic.co')) {
removeDOMElement(article_subscribe);
}
else if (matchDomain('thenewatlantis.com')) {
let article_gated = document.querySelector('.article-gated');
if (article_gated)
article_gated.classList.remove('article-gated');
}
else if (matchDomain('thepointmag.com')) {
let overlay = document.querySelectorAll('div.overlay, div#tpopup-');
for (let elem of overlay)

@ -420,6 +420,7 @@
"*://*.themercury.com.au/*",
"*://*.themorningbulletin.com.au/*",
"*://*.thenation.com/*",
"*://*.thenewatlantis.com/*",
"*://*.thepeterboroughexaminer.com/*",
"*://*.thepointmag.com/*",
"*://*.therecord.com/*",
@ -502,5 +503,5 @@
"*://*.wallkit.net/*",
"*://*.wsj.net/*"
],
"version": "2.1.8.0"
"version": "2.1.8.1"
}

@ -252,6 +252,7 @@ var defaultSites =
"The Marker": "themarker.com",
"The Mercury News": "mercurynews.com",
"The Nation": "thenation.com",
"The New Atlantis": "thenewatlantis.com",
"The New Republic": "newrepublic.com",
"The New Statesman": "newstatesman.com",
"The New York Review of Books": "nybooks.com",

Loading…
Cancel
Save