Skip to content

Instantly share code, notes, and snippets.

@coreylight
Created April 12, 2019 16:30
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 coreylight/5f15ac8afe13ff66a644798a22841ffb to your computer and use it in GitHub Desktop.
Save coreylight/5f15ac8afe13ff66a644798a22841ffb to your computer and use it in GitHub Desktop.
Hide Twitter sidebar

Chrome: bookmark bar, "add page", url = code

javascript:((() => {var main=document.querySelector("main");const getEl=()=>document.querySelector('[data-testid="sidebarColumn"]');var obsv=new MutationObserver(e=>{var t=getEl();main.contains(t)&&t.remove()});obsv.observe(main,{subtree:!0,childList:!0});var el=getEl();el&&el.remove()})());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment