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
- Host: GitHub
- URL: https://github.com/brian-girko/always-active
- Owner: brian-girko
- License: mpl-2.0
- Created: 2019-10-13T06:31:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T12:28:07.000Z (5 months ago)
- Last Synced: 2024-12-07T13:24:09.707Z (5 months ago)
- Language: JavaScript
- Homepage: https://webextension.org/listing/always-active.html
- Size: 131 KB
- Stars: 82
- Watchers: 5
- Forks: 12
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - brian-girko/always-active - Pretend a webpage is in its active state even if not (JavaScript)
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
[](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)