Skip to content

Instantly share code, notes, and snippets.

@Hamatti
Created December 6, 2020 15:32
Show Gist options
  • Save Hamatti/5f33ce7fd1554e43fb8527b6268a6acd to your computer and use it in GitHub Desktop.
Save Hamatti/5f33ce7fd1554e43fb8527b6268a6acd to your computer and use it in GitHub Desktop.
Bookmarklet for removing YLE Areena's live chat
// This bookmarklet is for removing the live chat from YLE Areena
// Copy-paste the line below into the URL field of a new bookmark
javascript:(function() { document.getElementById('yle-livefeed').remove() })()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment