You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Page Visibility API is another privacy-decreasing JS API. Being that it is a perfect fit to be handled by CanvasBlocker :)
This is a feature request to implement PV API-blocking functionality in CanvasBlocker (ability to fake active status on all sites at all times). As far as I checked other extensions, the Video Background Play Fix seems to be the most popular one, but it only works with YouTube and Vimeo, and the Always Active seems to have most features, but still doesn't handle all cases (see its issue tracker).
The text was updated successfully, but these errors were encountered:
I agree that the ability to fake the Page Visibility API could be a great addition to CanvasBlocker, but as far as my understanding of the MDN page goes, the implementation would have to take a few things besides faking the visibility state into account.
The MDN page you linked mentions that when a tab is inactive, the browser stops sending requestAnimationFrame() callbacks when the tab is backgrounded, as well as some other things. This could mean that if CanvasBlocker only faked the visibility state, the website could still potentially detect that the site was backgrounded when it stops receiving requestAnimationFrame() callbacks, meaning that it could, as far as I understand, detect that the Page Visibility API is being manipulated, which could potentially be turned into a way of fingerprinting the browser.
I only base this on a quick read through the MDN page, so it's possible that my understanding is completely wrong.
Description
Page Visibility API is another privacy-decreasing JS API. Being that it is a perfect fit to be handled by CanvasBlocker :)
This is a feature request to implement PV API-blocking functionality in CanvasBlocker (ability to fake active status on all sites at all times). As far as I checked other extensions, the Video Background Play Fix seems to be the most popular one, but it only works with YouTube and Vimeo, and the Always Active seems to have most features, but still doesn't handle all cases (see its issue tracker).
The text was updated successfully, but these errors were encountered: