Last active
August 29, 2015 14:11
-
-
Save bakkot/297ef45f7f7d94145df3 to your computer and use it in GitHub Desktop.
bookmarklet to make comments on SSC wider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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