Add San Antonio Express-News
This commit is contained in:
parent
5e90c4343f
commit
c86a55b18b
@ -197,6 +197,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 (Chrome 50+)
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -34,6 +34,7 @@
|
||||
"permissions": [
|
||||
"cookies",
|
||||
"storage",
|
||||
"activeTab",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"<all_urls>"
|
||||
|
@ -37,6 +37,7 @@
|
||||
"permissions": [
|
||||
"cookies",
|
||||
"storage",
|
||||
"activeTab",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"*://*.360dx.com/*",
|
||||
@ -174,6 +175,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…
x
Reference in New Issue
Block a user