Skip to content

Instantly share code, notes, and snippets.

View jessejonass's full-sized avatar
🎯
Focusing

Jessé Jonas jessejonass

🎯
Focusing
View GitHub Profile
@jessejonass
jessejonass / globoplay-script.js
Created August 27, 2023 18:56 — forked from TroniPM/globoplay-script.js
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){}
})