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
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
In /lib/tools.js you implement a function to retreive the localstorage for a page. In the comment you refer to // based on https://stackoverflow.com/a/54355801/1407622 .
Looking at this post there are two ways described to fetch the localstorage. While the implementation chosen does not collect localstorge for embedded YT-videos, the other solution does.
I coded a workaround reading the localstorage for all frames in a page as described in the post that and seems to do the cure, but my javascript skills are rotten - apologize.
Tested page https://policies.google.com/privacy
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In /lib/tools.js you implement a function to retreive the localstorage for a page. In the comment you refer to
// based on https://stackoverflow.com/a/54355801/1407622
.Looking at this post there are two ways described to fetch the localstorage. While the implementation chosen does not collect localstorge for embedded YT-videos, the other solution does.
I coded a workaround reading the localstorage for all frames in a page as described in the post that and seems to do the cure, but my javascript skills are rotten - apologize.
Tested page https://policies.google.com/privacy
The text was updated successfully, but these errors were encountered: