An open API service indexing awesome lists of open source software.

https://github.com/brian-girko/always-active

Pretend a webpage is in its active state even if not
https://github.com/brian-girko/always-active

Last synced: about 1 month ago
JSON representation

Pretend a webpage is in its active state even if not

Awesome Lists containing this project

README

        

## Always Active Window

This extension protects against web pages tracking the activity state of the page. Some websites use this track to only offer services when the tab is active. By installing this extension a small script is injected into every webpage which overwrites the "document.visibilityState", and "document.hidden" properties to pretend the tab is always in the active state (document.visibilityState = 'visible' and document.hidden = false).

## YouTube Preview
[![YouTube Preview](https://img.youtube.com/vi/7gr44trZr_o/0.jpg)](https://www.youtube.com/watch?v=7gr44trZr_o)

## Links:
* FAQs Page: https://webextension.org/listing/always-active.html
* Chrome Webstore: https://chromewebstore.google.com/detail/always-active-window-alwa/ehllkhjndgnlokhomdlhgbineffifcbj
* Edge Add-ons: https://microsoftedge.microsoft.com/addons/detail/mpappcpgjachepaibhgpbnhhmneojmkc
* Firefox Add-ons: https://addons.mozilla.org/firefox/addon/always-visible/
* Opera Addons: https://addons.opera.com/extensions/details/always-active-window-always-visible/
* Whale Store: https://store.whale.naver.com/detail/ibidfllpokiehhoolhnpbgjcokecjlfj

## License

Allow Right-Click is an open-source project released under [MPL-2.0](https://github.com/lunu-bounir/allow-right-click.html/blob/master/LICENSE)