Add Bridge Tower Media

merge-requests/16/head
magnolia1234 10 months ago
parent 915b9b1018
commit 8c10bb0f9c

@ -116,6 +116,8 @@ _* free articles only._
Grouped in options:\
*[American Banker](https://www.americanbanker.com) (+ [Arizent](https://www.arizent.com/brands)*; opt-in to custom sites)
*[Bridge Tower Media](https://bridgetowermedia.com/markets)* sites (opt-in to custom sites)
*California Business Journals* sites like\
[Los Angeles Business Journal](https://labusinessjournal.com) -
[Orange County Business Journal](https://www.ocbj.com) -

@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases
Post-release
Add Bridge Tower Media (opt-in to custom sites)
Add Fast Company
Add LeTemps.ch
Remove DN.no (fix obsolete)

@ -3540,12 +3540,6 @@ else if (matchDomain('dailywire.com')) {
else if (matchDomain('dallasnews.com')) {
if (window.location.search.startsWith('?outputType=amp')) {
amp_unhide_subscr_section('amp-ad, amp-embed');
} else {
let overlay = document.querySelector('div.sl-overlay');
removeDOMElement(overlay);
let noscroll = document.querySelector('div#courier-body-wrapper[style]');
if (noscroll)
noscroll.removeAttribute('style');
}
}

@ -109,6 +109,8 @@ window.setTimeout(function () {
group = '###_ca_postmedia';
else if (document.querySelector('script[src*=".axate.io/"], script[src*=".agate.io/"]'))
group = '###_uk_axate.io';
else if (document.querySelector('script[src="https://cdn.blueconic.net/bridgetowermedia.js"], header.site-header > div.btm-header'))
group = '###_usa_bridge_tower';
else if (document.querySelector('img[srcset^="https://www.gannett-cdn.com/"], link[href*=".gannett-cdn.com/"]'))
group = '###_usa_gannett';
else if (document.querySelector('script[src*="/treg.hearstnp.com/"]'))

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.3.0.5"
"version": "3.3.0.7"
}

@ -324,6 +324,11 @@
"domain": "mining-journal.com",
"ld_json": "div.article-teaser|div.article-content>p"
},
"Nation.africa": {
"allow_cookies": 1,
"cs_code": "[{\"cond\":\"div.modal\",\"rm_elem\":1,\"elems\":[{\"cond\":\".nmgp\",\"rm_class\":\"nmgp\"}]}]",
"domain": "nation.africa"
},
"Nationalobserver.com": {
"allow_cookies": 1,
"block_regex": "\\.tinypass\\.com",

@ -791,5 +791,5 @@
"*://*.wyleex.com/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.3.0.6"
"version": "3.3.0.7"
}

@ -275,6 +275,12 @@ var defaultSites = {
block_js_inline: /\.bqprime\.com\/.+\/.+\?rel=geo_block/,
block_regex: /(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js)/
},
"Bridge Tower Media (opt-in to custom sites)": {
domain: "###_usa_bridge_tower",
group: [],
allow_cookies: 1,
block_regex: "(\\.{domain}\\/script\\.js|\\.blueconic\\.net\\/)"
},
"Bulletin of the Atomic Scientists": {
domain: "thebulletin.org",
allow_cookies: 1,
@ -2076,7 +2082,7 @@ var defaultSites = {
"The Dallas Morning News": {
domain: "dallasnews.com",
allow_cookies: 1,
block_regex: /(\.blueconic\.net\/|js\.matheranalytics\.com\/|cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js)/,
block_regex: /(\.blueconic\.net\/|\.dallasnews\.com\/script\.js|js\.matheranalytics\.com\/|cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js)/,
useragent: "googlebot"
},
"The Diplomat": {

Loading…
Cancel
Save