Fix Reuters (videos)

master
magnolia1234 3 months ago
parent 379a97045d
commit 57302cc259

@ -7,6 +7,7 @@ Add Bild.de (fetch from archive.is)
Add Capital.fr Add Capital.fr
Fix MediaNews Group (ld_json_url) Fix MediaNews Group (ld_json_url)
Fix Nzz.ch (css) Fix Nzz.ch (css)
Fix Reuters (videos)
Fix Seeking Alpha (refresh) Fix Seeking Alpha (refresh)
* v3.6.2.0 (2024-04-01) * v3.6.2.0 (2024-04-01)

@ -5061,6 +5061,11 @@ else if (matchDomain('quora.com')) {
}, 500); }, 500);
} }
else if (matchDomain('reuters.com')) {
let ads = 'div[data-testid="ResponsiveAdSlot"], div[data-testid="Dianomi"]';
hideDOMStyle(ads);
}
else if (matchDomain('rp.pl')) { else if (matchDomain('rp.pl')) {
let url = window.location.href; let url = window.location.href;
getGoogleWebcache(url, 'div.paywallComponentWrapper', '', 'div.main--content--body'); getGoogleWebcache(url, 'div.paywallComponentWrapper', '', 'div.main--content--body');

@ -51,5 +51,5 @@
"webRequestBlocking", "webRequestBlocking",
"*://*/*" "*://*/*"
], ],
"version": "3.6.2.3" "version": "3.6.2.4"
} }

@ -868,5 +868,5 @@
"*://archive.vn/*", "*://archive.vn/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "3.6.2.3" "version": "3.6.2.4"
} }

@ -2069,7 +2069,7 @@ var defaultSites = {
"Reuters": { "Reuters": {
domain: "reuters.com", domain: "reuters.com",
allow_cookies: 1, allow_cookies: 1,
block_regex: /\.reuters\.com\/(arc\/subs\/p\.min|pf\/resources\/dist\/reuters\/js\/index)\.js/ block_regex: /\.reuters\.com\/arc\/subs\/p\.min\.js/
}, },
"Revue Conflits": { "Revue Conflits": {
domain: "revueconflits.com", domain: "revueconflits.com",

@ -101,6 +101,12 @@
"ld_json": "div.FrsvM|div.story-element-text", "ld_json": "div.FrsvM|div.story-element-text",
"upd_version": "3.6.0.8" "upd_version": "3.6.0.8"
}, },
"Reuters": {
"domain": "reuters.com",
"allow_cookies": 1,
"block_regex": "\\.reuters\\.com\\/arc\\/subs\\/p\\.min\\.js",
"upd_version": "3.6.2.4"
},
"The Banker (removed)": { "The Banker (removed)": {
"domain": "thebanker.com", "domain": "thebanker.com",
"allow_cookies": 1, "allow_cookies": 1,

Loading…
Cancel
Save