diff --git a/README.md b/README.md index 63ad0fe..5b3a40f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/changelog.txt b/changelog.txt index ecefb2d..4db435b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/contentScript.js b/contentScript.js index 8259bc5..6c24599 100644 --- a/contentScript.js +++ b/contentScript.js @@ -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') { diff --git a/custom/manifest.json b/custom/manifest.json index 732520d..0eb6107 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.5.6.7" + "version": "3.5.6.8" } diff --git a/custom/sites_custom.json b/custom/sites_custom.json index f0e0947..b2bb01e 100644 --- a/custom/sites_custom.json +++ b/custom/sites_custom.json @@ -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", diff --git a/manifest.json b/manifest.json index e395889..a25fd49 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } diff --git a/sites.js b/sites.js index d8b9ab9..55cb518 100644 --- a/sites.js +++ b/sites.js @@ -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, diff --git a/sites_updated.json b/sites_updated.json index ebd6ba7..c29d8ef 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -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",