Created
November 4, 2013 22:13
-
-
Save willkidger/7310091 to your computer and use it in GitHub Desktop.
Highlight Headings - Backtick
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:void((function(){var a,b,c,d,e,f;f=new Array('pink','orange','yellow','aquamarine','lightskyblue','plum');for(a=1;a<=6;a++){b=document.getElementsByTagName('h'+a);for(c=0;c<b.length;c++){d=b[c];e=d.style;e.backgroundColor=f[a-1];e.border='1px solid black';e.color='black';d.innerHTML='H'+a+' '+d.innerHTML;}}})()) |
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
| { | |
| "name": "Headings", | |
| "description": "Highlights H tags on the current page.", | |
| "icon": "http://icons.backtick.io.s3.amazonaws.com/backtick.png", | |
| "link": "http://backtick.io" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment