Skip to content

Instantly share code, notes, and snippets.

@TroniPM
Last active August 27, 2023 18:56
Show Gist options
  • Save TroniPM/e239662639367c02e0c043fe1bf82f80 to your computer and use it in GitHub Desktop.
Save TroniPM/e239662639367c02e0c043fe1bf82f80 to your computer and use it in GitHub Desktop.
Remover poluição visual de player web da GLOBOPLAY
["side-panel-live", "header", "media-control-panel__front-layer"].forEach(el => {
try{document.getElementsByClassName(el)[0].style="display:none;";}catch(e){}
})
@TroniPM
Copy link
Author

TroniPM commented Nov 26, 2022

Como utilizar pelo navegador Chrome:

  1. Ctrl + C no código acima
  2. Abre a transmissão no site da Globoplay
  3. Aperta a tecla F12
  4. Clica na aba "Console"
  5. Ctrl + V e Enter
  6. Fecha o painel clicando no X (canto direito)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment