Skip to content

Instantly share code, notes, and snippets.

@bakkot
Last active August 29, 2015 14:11
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 bakkot/297ef45f7f7d94145df3 to your computer and use it in GitHub Desktop.
Save bakkot/297ef45f7f7d94145df3 to your computer and use it in GitHub Desktop.
bookmarklet to make comments on SSC wider
javascript:(function(){c=document.querySelector('#comments');c.style.position='absolute';c.style.marginLeft='-100px';c.style.marginRight='40px';c.style.marginBottom='20px';document.querySelectorAll('#respond')[1].style.display='none';}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment