Created
August 10, 2024 16:01
-
-
Save uahim/4cfe207bfd3aeb2efb1040a4f1d016ae to your computer and use it in GitHub Desktop.
zattoo timeshift: always "play/pause" on live tv bookmarklet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var vid = document.getElementById("player_video_node");vid.paused == false ? vid.pause() : vid.play();void(0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment