Add The Stage Media (UK)

merge-requests/20/head
magnolia1234 4 months ago
parent b5f9f567d4
commit cb3eb16504

@ -494,7 +494,10 @@ Grouped in options:\
*[Incisive Media](https://www.incisivemedia.com/brands)* sites (opt-in to custom sites)\
*National World Publishing* sites like (opt-in to custom sites for unlisted)\
[The Scotsman](https://www.scotsman.com) -
[Yorkshire Post](https://www.yorkshirepost.co.uk)
[Yorkshire Post](https://www.yorkshirepost.co.uk)\
*The Stage Media* sites like:\
[The Bookseller](https://www.thebookseller.com) -
[The Stage](https://www.thestage.co.uk)
##### Denmark
[Berlingske](https://www.berlingske.dk)

@ -6,6 +6,7 @@ Post-release
Add Canarias7.es (Grupo Vocento)
Add Forbes.com.au
Add Polityka.pl
Add The Stage Media (UK)
Add Vogue.co.uk (Conde Nast)
Remove Arkansas Democrat-Gazette (fix obsolete)
Remove EWmagazine.nl (fix obsolete)

@ -3120,6 +3120,11 @@ else if (matchDomain('theneweuropean.co.uk')) {
removeDOMElement(...banners);
}
else if (matchDomain('thestage.co.uk')) {
let url = window.location.href;
getArchive(url, 'div#ao-MeteringDNAllow', '', 'div[id^="aos-FeatureArticle2Col-"]');
}
else if (matchDomain('thetimes.co.uk')) {
let url = window.location.href;
if (window.location.hostname !== 'epaper.thetimes.co.uk') {

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.5.6.7"
"version": "3.5.6.8"
}

@ -859,13 +859,6 @@
"domain": "theqt.online",
"ld_json_url": "section.elementor-section|div.post_center_side_text"
},
"Thestage.co.uk": {
"add_ext_link": "div#ao-MeteringDNAllow|div[class*='-Teaser']",
"add_ext_link_type": "archive.is",
"allow_cookies": 1,
"domain": "thestage.co.uk",
"ld_archive_is": "div#ao-MeteringDNAllow|div[id^='aos-FeatureArticle2Col-']"
},
"Tijorifinance.com": {
"allow_cookies": 1,
"domain": "tijorifinance.com",

@ -678,6 +678,7 @@
"*://*.theaustralian.com.au/*",
"*://*.thebaffler.com/*",
"*://*.thebanker.com/*",
"*://*.thebookseller.com/*",
"*://*.thebulletin.org/*",
"*://*.thechronicle.com.au/*",
"*://*.thecourier.com.au/*",
@ -710,6 +711,7 @@
"*://*.thesaturdaypaper.com.au/*",
"*://*.thespec.com/*",
"*://*.thespectator.com/*",
"*://*.thestage.co.uk/*",
"*://*.thestar.com/*",
"*://*.thestate.com/*",
"*://*.thetimes.co.uk/*",
@ -840,5 +842,5 @@
"*://archive.vn/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.5.6.7"
"version": "3.5.6.8"
}

@ -2575,6 +2575,21 @@ var defaultSites = {
allow_cookies: 1,
block_regex: /\.tinypass\.com\//
},
"The Stage Media (UK)": {
"domain": "uk_thestage_media",
"allow_cookies": 1,
"group": [
"thebookseller.com",
"thestage.co.uk"
],
cs_dompurify: 1,
exception: [{
domain: "thebookseller.com",
allow_cookies: 1,
useragent: "googlebot"
}
]
},
"The Telegraph": {
domain: "telegraph.co.uk",
allow_cookies: 1,

@ -44,6 +44,8 @@
"Der Aktionär": {
"domain": "deraktionaer.de",
"allow_cookies": 1,
"add_ext_link": "div#paywall-container|div#article-body",
"add_ext_link_type": "archive.is",
"ld_archive_is": "div#paywall-container|div#article-body",
"upd_version": "3.5.4.8"
},
@ -187,6 +189,24 @@
"useragent": "googlebot",
"upd_version": "3.1.4.0"
},
"The Stage Media (UK)": {
"domain": "uk_thestage_media",
"allow_cookies": 1,
"group": [
"thebookseller.com",
"thestage.co.uk"
],
"add_ext_link": "div#ao-MeteringDNAllow|div[class*='-Teaser']",
"add_ext_link_type": "archive.is",
"ld_archive_is": "div#ao-MeteringDNAllow|div[id^='aos-FeatureArticle2Col-']",
"exception": [{
"domain": "thebookseller.com",
"allow_cookies": 1,
"useragent": "googlebot"
}
],
"upd_version": "3.5.6.8"
},
"Vogue Business (member-text only)": {
"domain": "voguebusiness.com",
"block_regex": "\\.voguebusiness\\.com\\/journey\\/compiler\\/build-.+\\.js",

Loading…
Cancel
Save