Skip to content

Instantly share code, notes, and snippets.

@uahim
Created August 10, 2024 16:01
Show Gist options
  • Save uahim/4cfe207bfd3aeb2efb1040a4f1d016ae to your computer and use it in GitHub Desktop.
Save uahim/4cfe207bfd3aeb2efb1040a4f1d016ae to your computer and use it in GitHub Desktop.
zattoo timeshift: always "play/pause" on live tv bookmarklet
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