Skip to content

Instantly share code, notes, and snippets.

@public
Created July 17, 2012 09:50
Show Gist options
  • Select an option

  • Save public/3128438 to your computer and use it in GitHub Desktop.

Select an option

Save public/3128438 to your computer and use it in GitHub Desktop.
Topographic view bookmarklet
javascript:(function()%7Bvar%20s=%22body%22,c=%22%22,I=%22%20!%20important;%22,i,b,f,x,h;%20for(i=0;i%3C17;++i)%20%7B%20x%20=%20i.toString(16);%20b%20=%20i%3E15?%22FCC%22:x+x+x;%20f%20=%20i%3E9?%22000%22:%22FFF%22;%20c%20+=%20s%20+%20%22%20%7Bbackground:%20%23%22%20+%20b%20+%20I%20+%20%22border-color:%20%23%22%20+%20b%20+%20I%20+%20%22color:%20%23%22%20+%20f%20+%20I%20+%20%22%7D%5Cn%22;%20s%20+=%20%22%20*%22;%20%7D%20if(document.createStyleSheet)%20%7B%20document.createStyleSheet(%22javascript:'%22+c+%22'%22);%20%7D%20else%20%7B%20h=document.createElement('link');%20h.rel='stylesheet';%20h.href='data:text/css,'+escape(c);%20document.getElementsByTagName(%22head%22)%5B0%5D.appendChild(h);%7D%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment