mirror of
https://github.com/brian-girko/always-active.git
synced 2025-12-03 19:34:58 +00:00
master
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
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
Languages
JavaScript
73%
HTML
19.6%
CSS
7.4%
