mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 04:01:58 +01:00
Add San Antonio Express-News
This commit is contained in:
parent
c4772a5af3
commit
4e99442f64
6 changed files with 13 additions and 2 deletions
|
@ -175,6 +175,7 @@ Grouped in options:\
|
|||
[Newsday](https://www.newsday.com) -
|
||||
[Palo Alto Online](https://www.paloaltoonline.com) -
|
||||
[Pittsburgh Post Gazette](https://www.post-gazette.com) -
|
||||
[San Antonio Express-News](https://www.expressnews.com) -
|
||||
[San Diego Union Tribune](https://www.sandiegouniontribune.com) -
|
||||
[San Francisco Chronicle](https://www.sfchronicle.com) -
|
||||
[Star Tribune](https://www.startribune.com) -
|
||||
|
|
|
@ -5,6 +5,7 @@ Post-release
|
|||
Add Lequipe.fr
|
||||
Add LaLibre.be
|
||||
Add LeVif.be
|
||||
Add San Antonio Express-News (local USA)
|
||||
Add Vrij Nederland
|
||||
Fix Bloomberg (permission block js)
|
||||
Remove tabs-permission (amo - Firefox 86+)
|
||||
|
|
|
@ -28,7 +28,7 @@ var usa_mng_domains = ['denverpost.com', 'eastbaytimes.com', 'mercurynews.com'
|
|||
var usa_tribune_domains = ['baltimoresun.com', 'chicagotribune.com', 'courant.com', 'dailypress.com', 'mcall.com', 'nydailynews.com', 'orlandosentinel.com', 'pilotonline.com', 'sun-sentinel.com'];
|
||||
|
||||
// clean local storage of sites (with an exemption for hold-list)
|
||||
var arr_localstorage_hold = ['augsburger-allgemeine.de', 'businessoffashion.com', 'charliehebdo.fr', 'cmjornal.pt', 'fortune.com', 'houstonchronicle.com', 'inc42.com', 'kurier.at', 'nknews.org', 'seekingalpha.com', 'sfchronicle.com', 'thehindu.com', 'thetimes.co.uk'].concat(de_funke_media_domains, es_grupo_vocento_domains, es_unidad_domains, no_nhst_media_domains);
|
||||
var arr_localstorage_hold = ['augsburger-allgemeine.de', 'businessoffashion.com', 'charliehebdo.fr', 'cmjornal.pt', 'expressnews.com', 'fortune.com', 'houstonchronicle.com', 'inc42.com', 'kurier.at', 'nknews.org', 'seekingalpha.com', 'sfchronicle.com', 'thehindu.com', 'thetimes.co.uk'].concat(de_funke_media_domains, es_grupo_vocento_domains, es_unidad_domains, no_nhst_media_domains);
|
||||
if (!matchDomain(arr_localstorage_hold)) {
|
||||
window.localStorage.clear();
|
||||
}
|
||||
|
@ -2189,7 +2189,7 @@ else if (matchDomain('historyextra.com')) {
|
|||
removeDOMElement(ad_banner);
|
||||
}
|
||||
|
||||
else if (matchDomain(['houstonchronicle.com', 'sfchronicle.com'])) {
|
||||
else if (matchDomain(['houstonchronicle.com', 'sfchronicle.com', 'expressnews.com'])) {
|
||||
let wrapper = document.querySelector('.belowMastheadWrapper');
|
||||
removeDOMElement(wrapper);
|
||||
}
|
||||
|
|
|
@ -187,6 +187,7 @@
|
|||
"*://*.exame.com/*",
|
||||
"*://*.examiner.com.au/*",
|
||||
"*://*.expansion.com/*",
|
||||
"*://*.expressnews.com/*",
|
||||
"*://*.farodevigo.es/*",
|
||||
"*://*.faz.net/*",
|
||||
"*://*.fd.nl/*",
|
||||
|
|
4
sites.js
4
sites.js
|
@ -1221,6 +1221,10 @@ var defaultSites = {
|
|||
block_regex: /(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-((sticky-)?ad|consent|subscriptions)-.+\.js)/,
|
||||
useragent: "googlebot"
|
||||
},
|
||||
"San Antonio Express-News": {
|
||||
domain: "expressnews.com",
|
||||
block_regex: /(\.blueconic\.net\/|cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad)-.+\.js)/
|
||||
},
|
||||
"San Diego Union Tribune": {
|
||||
domain: "sandiegouniontribune.com",
|
||||
block_regex: /(metering\.platform\.sandiegouniontribune\.com\/v\d\/meter|cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad|subscriptions)-.+\.js)/
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
"allow_cookies": 1,
|
||||
"useragent": "googlebot"
|
||||
},
|
||||
"San Antonio Express-News": {
|
||||
"domain": "expressnews.com",
|
||||
"block_regex": "(\\.blueconic\\.net\\/|cdn\\.ampproject\\.org\\/v\\d\/amp-(access|(sticky-)?ad)-.+\\.js)"
|
||||
},
|
||||
"The (New Orleans) Advocate": {
|
||||
"domain": "###_usa_theadvocate",
|
||||
"group": [
|
||||
|
|
Loading…
Reference in a new issue