mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:21:58 +01:00
Fix Reuters (videos)
This commit is contained in:
parent
379a97045d
commit
57302cc259
6 changed files with 15 additions and 3 deletions
|
@ -7,6 +7,7 @@ Add Bild.de (fetch from archive.is)
|
|||
Add Capital.fr
|
||||
Fix MediaNews Group (ld_json_url)
|
||||
Fix Nzz.ch (css)
|
||||
Fix Reuters (videos)
|
||||
Fix Seeking Alpha (refresh)
|
||||
|
||||
* v3.6.2.0 (2024-04-01)
|
||||
|
|
|
@ -5061,6 +5061,11 @@ else if (matchDomain('quora.com')) {
|
|||
}, 500);
|
||||
}
|
||||
|
||||
else if (matchDomain('reuters.com')) {
|
||||
let ads = 'div[data-testid="ResponsiveAdSlot"], div[data-testid="Dianomi"]';
|
||||
hideDOMStyle(ads);
|
||||
}
|
||||
|
||||
else if (matchDomain('rp.pl')) {
|
||||
let url = window.location.href;
|
||||
getGoogleWebcache(url, 'div.paywallComponentWrapper', '', 'div.main--content--body');
|
||||
|
|
|
@ -51,5 +51,5 @@
|
|||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.6.2.3"
|
||||
"version": "3.6.2.4"
|
||||
}
|
||||
|
|
|
@ -868,5 +868,5 @@
|
|||
"*://archive.vn/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.6.2.3"
|
||||
"version": "3.6.2.4"
|
||||
}
|
||||
|
|
2
sites.js
2
sites.js
|
@ -2069,7 +2069,7 @@ var defaultSites = {
|
|||
"Reuters": {
|
||||
domain: "reuters.com",
|
||||
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": {
|
||||
domain: "revueconflits.com",
|
||||
|
|
|
@ -101,6 +101,12 @@
|
|||
"ld_json": "div.FrsvM|div.story-element-text",
|
||||
"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)": {
|
||||
"domain": "thebanker.com",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue