Skip to content

Instantly share code, notes, and snippets.

@daniel-nelson
Created July 5, 2012 16:01
Show Gist options
  • Save daniel-nelson/3054540 to your computer and use it in GitHub Desktop.
Save daniel-nelson/3054540 to your computer and use it in GitHub Desktop.
baseliner
javascript:(function()%7Bvar%20_grid_height=20;if(window.baseliner)%7Bbaseliner.toggle();%7Delse%7Bvar%20_already_loaded=document.getElementById('baseliner-script');if(_already_loaded)%7Breturn;%7D;var%20_baseliner=document.createElement('script');_baseliner.id='baseliner-script';_baseliner.type='text/javascript';_baseliner.src='http://files.keyes.ie/baseliner-latest.min.js';document.getElementsByTagName('body')%5B0%5D.appendChild(_baseliner);var%20loadFunction=function(evt)%7Bif(window.baseliner)%7Breturn;%7D;baseliner=new%20Baseliner(_grid_height);baseliner.toggle();%7D;_baseliner.onreadystatechange=loadFunction;_baseliner.onload=loadFunction;%7D;%7D)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment