Created
July 6, 2021 23:11
-
-
Save Delivator/44bfeba344889d0d23f9b227277a8496 to your computer and use it in GitHub Desktop.
Amazon Prime Video hide player controls
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
// 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