Skip to content

Instantly share code, notes, and snippets.

@joshpangell
Created September 28, 2020 21:31
Show Gist options
  • Save joshpangell/ba13ad8166216cd45766e7e7606ec816 to your computer and use it in GitHub Desktop.
Save joshpangell/ba13ad8166216cd45766e7e7606ec816 to your computer and use it in GitHub Desktop.
Hide Twitter sidebars bookmarklet
javascript:(function()%7Bdocument.querySelector('header').style.visibility%3D%22hidden%22%3B%20document.querySelector('div%5Bdata-testid%3D%22sidebarColumn%22%5D').style.visibility%3D%22hidden%22%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment