Skip to content

Instantly share code, notes, and snippets.

@Delivator
Created July 6, 2021 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Delivator/44bfeba344889d0d23f9b227277a8496 to your computer and use it in GitHub Desktop.
Save Delivator/44bfeba344889d0d23f9b227277a8496 to your computer and use it in GitHub Desktop.
Amazon Prime Video hide player controls
// paste this in your browser's console
// hide
document.querySelector(".webPlayerSDKUiContainer").style.opacity = 0
// show again
document.querySelector(".webPlayerSDKUiContainer").style.opacity = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment