Last active
September 28, 2015 19:28
-
-
Save ramn/1485597 to your computer and use it in GitHub Desktop.
Javascript bookmarklet to normalize webpage style
This file contains hidden or 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:s=document.body.style;void(s.fontFamily='ubuntu light, lucida grande, verdana' );void(s.background='#EEEEEE');void(s.color='black');void(function(){for(i=0;i<document.links.length;i++){document.links[i].style.color='blue'}}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment