Userscript to run in both:
- the WebMonkey application for Android
- the Tampermonkey web browser extension for Chrome/Chromium
Its purpose is to:
- redirect embedded videos from fsl-stream.im to an external player
- the embedded videos are loaded in iframes and hosted at different various domains
- when running the userscript in Tampermonkey
- depending on your particular browser, the userscript may not be allowed to redirect the location in the top window
- in this case, the domain of the URL in the top window needs to be added to a whitelist that allows this action:
- open:
chrome://settings/content/popups
- next to Allow, click:
Add
- enter the domain for the site hosting the iframe:
https://a.fsl-stream.im:443
- open:
- copyright: Warren Bank
- license: GPL-2.0