Fix Alma Talent sites
This commit is contained in:
parent
29d4dd7bb1
commit
be00eaeed7
@ -519,6 +519,8 @@ function add_grouped_sites(init_rules) {
|
||||
blockedRegexes[domain] = /cdn\.ampproject\.org\/v\d\/amp-(access|ad|subscriptions)-.+\.js/;
|
||||
}
|
||||
for (let domain of fi_alma_talent_domains) {
|
||||
if (!['mediuutiset.fi'].includes(domain))
|
||||
blockedRegexes[domain] = /\.fi\/static\/vendor\..+\.chunk\.js/;
|
||||
use_google_bot.push(domain);
|
||||
}
|
||||
for (let domain of fr_be_groupe_rossel_domains) {
|
||||
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Chrome
|
||||
|
||||
Post-release
|
||||
Add Southern Weekly (China)
|
||||
Fix Alma Talent sites
|
||||
Fix Bloomberg
|
||||
Fix Nikkei Asian Review (cookies)
|
||||
Fix The Daily Telegraph (au)
|
||||
|
@ -9,6 +9,7 @@ var de_funke_media_domains = ['abendblatt.de', 'braunschweiger-zeitung.de', 'mor
|
||||
var de_madsack_domains = ['haz.de', 'kn-online.de', 'ln-online.de', 'lvz.de', 'maz-online.de', 'neuepresse.de', 'ostsee-zeitung.de'];
|
||||
var es_epiberica_domains = ['diariodeibiza.es', 'diariodemallorca.es', 'farodevigo.es', 'laprovincia.es', 'levante-emv.com', 'lne.es'];
|
||||
var es_grupo_vocento_domains = ['diariosur.es', 'diariovasco.com', 'elcomercio.es', 'elcorreo.com', 'eldiariomontanes.es', 'elnortedecastilla.es', 'hoy.es', 'ideal.es', 'larioja.com', 'lasprovincias.es', 'laverdad.es', 'lavozdigital.es'];
|
||||
var fi_alma_talent_domains = ['arvopaperi.fi', 'kauppalehti.fi', 'marmai.fi', 'mediuutiset.fi', 'mikrobitti.fi', 'talouselama.fi', 'tekniikkatalous.fi', 'tivi.fi', 'uusisuomi.fi'];
|
||||
var fr_groupe_ebra_domains = ['bienpublic.com', 'dna.fr', 'estrepublicain.fr', 'lalsace.fr', 'ledauphine.com', 'lejsl.com', 'leprogres.fr', 'republicain-lorrain.fr', 'vosgesmatin.fr'];
|
||||
var fr_groupe_la_depeche_domains = ['centrepresseaveyron.fr', 'ladepeche.fr', 'lindependant.fr', 'midi-olympique.fr', 'midilibre.fr', 'nrpyrenees.fr', 'petitbleu.fr'];
|
||||
var it_repubblica_domains = ['gelocal.it', 'ilsecoloxix.it', 'lanuovasardegna.it', 'lastampa.it', 'limesonline.com', 'repubblica.it'];
|
||||
@ -1880,6 +1881,11 @@ else if (matchDomain('entrepreneur.com')) {
|
||||
}
|
||||
}
|
||||
|
||||
else if (matchDomain(fi_alma_talent_domains)) {
|
||||
let ads = document.querySelectorAll('div[class^="p2m385-"]');
|
||||
removeDOMElement(...ads);
|
||||
}
|
||||
|
||||
else if (matchDomain('firstthings.com')) {
|
||||
let paywall = document.querySelector('.paywall');
|
||||
removeDOMElement(paywall);
|
||||
|
@ -38,5 +38,5 @@
|
||||
"webRequestBlocking",
|
||||
"<all_urls>"
|
||||
],
|
||||
"version": "2.2.9.4"
|
||||
"version": "2.2.9.5"
|
||||
}
|
@ -523,5 +523,5 @@
|
||||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.2.9.4"
|
||||
"version": "2.2.9.5"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user