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
In Chrome 111+ it's possible to show an always-on-top window with HTML content, previously only a video could be shown like this. This could be used to show the lyrics even if Youtube/Spotify tab is in the background.
This will create a window object and you can use postMessage and addEventListener('message', ...) to communicate with the main window.
You can use that robots.txt to hack your script in that window, by detecting the window.name
In Chrome 111+ it's possible to show an always-on-top window with HTML content, previously only a video could be shown like this. This could be used to show the lyrics even if Youtube/Spotify tab is in the background.
A website that uses this:
https://lazy-guy.github.io/tomodoro/index.html
The text was updated successfully, but these errors were encountered: