mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:51:58 +01:00
Add Chronicle of Higher Education
Plus remove copy-notice in copied text of Financial Times (ft.com)
This commit is contained in:
parent
29e7d83a84
commit
06cffb57ce
5 changed files with 9 additions and 2 deletions
|
@ -55,6 +55,7 @@ So don't update to Firefox 79 or use F-droid's [Fennec-release](https://f-droid.
|
|||
[The Athletic](https://theathletic.com)
|
||||
##### Tech/Science
|
||||
[Chemical & Engineering News](https://cen.acs.org) -
|
||||
[Chronicle of Higher Education](https://www.chronicle.com) -
|
||||
[Dark Reading](https://www.darkreading.com) -
|
||||
[Discover Magazine](https://www.discovermagazine.com) -
|
||||
[MIT Technology Review](https://www.technologyreview.com) -
|
||||
|
@ -288,6 +289,7 @@ So don't update to Firefox 79 or use F-droid's [Fennec-release](https://f-droid.
|
|||
[O Globo](https://oglobo.globo.com) –
|
||||
[Valor Econômico](https://valor.globo.com)*
|
||||
##### Chile
|
||||
[Diario Financiero](https://www.df.cl) -
|
||||
[El Mercurio](https://digital.elmercurio.com) -
|
||||
[El Mercurio de Valparaíso](https://www.mercuriovalpo.cl) -
|
||||
[La Segunda](https://digital.lasegunda.com) -
|
||||
|
|
|
@ -25,6 +25,7 @@ var allow_cookies = [
|
|||
'bostonglobe.com',
|
||||
'business-standard.com',
|
||||
'clarin.com',
|
||||
'chronicle.com',
|
||||
'demorgen.be',
|
||||
'df.cl',
|
||||
'dn.se',
|
||||
|
@ -150,6 +151,7 @@ var blockedRegexes = {
|
|||
'charliehebdo.fr': /.+\.poool\.fr\/.+/,
|
||||
'chicagobusiness.com': /.+\.tinypass\.com\/.+/,
|
||||
'chicagotribune.com': /.+:\/\/.+\.tribdss\.com\/.+/,
|
||||
'chronicle.com': /(.+\.blueconic\.net\/.+|assets\.login\.chronicle\.com\/common\/che-auth0-user\.js)/,
|
||||
'clarin.com': /js\.matheranalytics\.com\/.+/,
|
||||
'corriere.it': /(\.rcsobjects\.it\/(rcs_cpmt|rcs_tracking-service)\/|\.corriereobjects\.it\/.+\/js\/(_paywall\.sjs|tracking\/)|\.userzoom\.com\/files\/js\/|\.lp4\.io\/app\/)/,
|
||||
'digiday.com': /.+\.tinypass\.com\/.+/,
|
||||
|
@ -165,6 +167,7 @@ var blockedRegexes = {
|
|||
'globo.com': /.+\.tinypass\.com\/.+/,
|
||||
'foreignpolicy.com': /.+\.tinypass\.com\/.+/,
|
||||
'fortune.com': /.+\.tinypass\.com\/.+/,
|
||||
'ft.com': /.+\.ft\.com\/__assets\/hashed\/page-kit\/shared\.volatile\..+\.bundle\.js/,
|
||||
'ftm.nl': /.+\.ftm\.nl\/js\/routing\?/,
|
||||
'gestion.pe': /gestion\.pe\/pf\/dist\/template\/gestion-noticia.+\.js/,
|
||||
'globes.co.il': /.+\.tinypass\.com\/.+/,
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
"*://*.charliehebdo.fr/*",
|
||||
"*://*.chicagobusiness.com/*",
|
||||
"*://*.chicagotribune.com/*",
|
||||
"*://*.chronicle.com/*",
|
||||
"*://*.clarin.com/*",
|
||||
"*://*.corriere.it/*",
|
||||
"*://*.courant.com/*",
|
||||
|
@ -301,5 +302,5 @@
|
|||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.8.2.1"
|
||||
"version": "1.8.2.2"
|
||||
}
|
|
@ -40,5 +40,5 @@
|
|||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.8.2.1"
|
||||
"version": "1.8.2.2"
|
||||
}
|
1
sites.js
1
sites.js
|
@ -24,6 +24,7 @@ var defaultSites =
|
|||
"Charlie Hebdo": "charliehebdo.fr",
|
||||
"Chemical & Engineering News": "cen.acs.org",
|
||||
"Chicago Tribune": "chicagotribune.com",
|
||||
"Chronicle of Higher Education": "chronicle.com",
|
||||
"Clarín": "clarin.com",
|
||||
"CommonWealth Magazine Taiwan": "cw.com.tw",
|
||||
"Corriere Della Sera": "corriere.it",
|
||||
|
|
Loading…
Reference in a new issue