Fix Bloomberg (Live TV limit)

This commit is contained in:
magnolia1234 2023-04-28 09:21:14 +02:00
parent 6b968754f4
commit f4d3fe4e14
4 changed files with 8 additions and 2 deletions

View file

@ -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)

View file

@ -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')) {

View file

@ -51,5 +51,5 @@
"webRequestBlocking",
"*://*/*"
],
"version": "3.1.5.2"
"version": "3.1.5.3"
}

View file

@ -753,5 +753,5 @@
"*://html.onlineviewer.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.1.5.2"
"version": "3.1.5.3"
}