Last active
July 27, 2021 12:50
-
-
Save thiagocordeiro/393aa1d13de27a17de0651eefae672e9 to your computer and use it in GitHub Desktop.
Enable globo.com Picture in Picture
This file contains hidden or 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
$('iframe').remove(); | |
el=document.getElementById('c37'); | |
el.removeEventListener('contextmenu', getEventListeners(el).contextmenu[0].listener); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment