Giter Club home page Giter Club logo

disable-page-visibility-api's Introduction

Disable Page Visibility API

Add-on to disable the Page Visibility API.

This prevents e.g. video conferencing systems from tracking whether you are currently in another window.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Icon

The addon's icon is a derivative of "Expand New Tab" by Syafiqa Fickle from the Noun Project, used under CC BY.

disable-page-visibility-api's People

Contributors

marvinschopf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

disable-page-visibility-api's Issues

Break Outlook formatting tool

Hi Dev,
This Chrome extension is breaking Outlook OWA formatting tool.
You can try logging into outlook https://outlook.live.com or O365 and drafting a new email.
Select a word then change its font or size from pop-up or the side bar but outlook doesn't respond to it.

Block "mouseout" and similar API calls

When using this extension, some pages are still able to detect the mouse leaving the page.

My guess is, that they are using the "mouseout", "mouseleave" and similar API calls.

This is frequently used to display a pop-up when a user tries to leave a page and can get quite annoying

Maybe this extension could also include blocking of tracking when the mouse leaves the page.

Link to Firefox and Chrome in `ReadMe`.

Breaks GitLab search interface

somehow this extension breaks gitlab's search box.

repro: head to e.g. https://gitlab.com/gitlab-org/gitlab/-/issues, then click on the search bar. a popup opens:

image

clicking away from the search bar should close the popup, but with this extension installed, it doesn't.

some slightly painful experimentation with devtools shows that, yes, the blur event reaches the listener in disable.js before it hits the intended handleBlur listener. I guess this is because of the true argument to addEventListener?

if I'm correctly understanding what that does โ€“ "prevent any blur events on any element from reaching the page" โ€“ that seems like it would break a lot of things? is there a way to only block blur events that are in some sense attached to "the whole page" rather than a specific individual element?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.