Skip to content

Instantly share code, notes, and snippets.

@drench
Created September 17, 2011 20:37
Show Gist options
  • Save drench/1224343 to your computer and use it in GitHub Desktop.
Save drench/1224343 to your computer and use it in GitHub Desktop.
webvi bookmarklet
<p><a href="http://news.ycombinator.com/item?id=3007879">web vi discussion on HN</a></p>
<a href="javascript:(function(){var d=document;var t=d.getElementsByTagName('textarea');for(var i in t){if(typeof t[i]=='object') t[i].setAttribute('class','webvi');} var s=d.createElement('script');s.src='http://webvi.googlecode.com/svn/trunk/lib/webvi.js';s.onload=function(){webvi_init();};d.body.appendChild(s);})();">webvi</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment