Skip to content

Instantly share code, notes, and snippets.

@martinheidegger
Created August 3, 2020 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinheidegger/52890ffee2ab2299032864052bf1d413 to your computer and use it in GitHub Desktop.
Save martinheidegger/52890ffee2ab2299032864052bf1d413 to your computer and use it in GitHub Desktop.
Bookmarklet to remove BBB elements for streaming
javascript:(function () { var style=document.createElement('style');style.setAttribute('type', 'text/css');style.innerHTML='header, section[aria-label="Actions bar"],button, .Toastify, *[role="alert"] { display: none !important; } #container {background: #293648 !important }';document.body.appendChild(style);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment