mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 04:01:58 +01:00
Fix Bloomberg (Live TV limit)
This commit is contained in:
parent
6b968754f4
commit
f4d3fe4e14
4 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
Fix Bloomberg (Live TV limit)
|
||||
Fix La Vanguardia (xhr)
|
||||
Fix Roularta Media Group (js)
|
||||
|
||||
|
|
|
@ -3080,6 +3080,11 @@ else if (matchDomain('bloomberg.com')) {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (window.location.pathname.startsWith('/live/')) {
|
||||
setInterval(function () {
|
||||
window.localStorage.clear();
|
||||
}, 15 * 60 * 1000);
|
||||
}
|
||||
}
|
||||
|
||||
else if (matchDomain('bloombergadria.com')) {
|
||||
|
|
|
@ -51,5 +51,5 @@
|
|||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.1.5.2"
|
||||
"version": "3.1.5.3"
|
||||
}
|
||||
|
|
|
@ -753,5 +753,5 @@
|
|||
"*://html.onlineviewer.net/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.1.5.2"
|
||||
"version": "3.1.5.3"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue