Last active
August 27, 2023 18:56
-
-
Save TroniPM/e239662639367c02e0c043fe1bf82f80 to your computer and use it in GitHub Desktop.
Remover poluição visual de player web da GLOBOPLAY
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
["side-panel-live", "header", "media-control-panel__front-layer"].forEach(el => { | |
try{document.getElementsByClassName(el)[0].style="display:none;";}catch(e){} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Como utilizar pelo navegador Chrome: