Fix Bloomberg (Live TV limit)

merge-requests/14/head
magnolia1234 1 year ago
parent 6b968754f4
commit f4d3fe4e14

@ -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…
Cancel
Save