Skip to content

Instantly share code, notes, and snippets.

@volh
Created September 8, 2011 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volh/1203512 to your computer and use it in GitHub Desktop.
Save volh/1203512 to your computer and use it in GitHub Desktop.
interactive("readable", "Readable bookmarklet",
"find-alternate-url",
$browser_object = "javascript:(function(){_readableOptions={'text_font':'Verdana,%20Geneva,%20sans-serif','text_font_monospace':'quote(Courier%20New),%20Courier,%20monospace','text_font_header':'quote(Times%20New%20Roman),%20Times,%20serif','text_size':'16px','text_line_height':'1.5','box_width':'80%','color_text':'#282828','color_background':'#F5F5F5','color_links':'#0000FF','text_align':'normal','base':'blueprint','custom_css':''};if(document.getElementsByTagName('body').length>0);else{return;}if(window.$readable){if(window.$readable.bookmarkletTimer){return;}}else{window.$readable={};}window.$readable.bookmarkletTimer=true;window.$readable.options=_readableOptions;if(window.$readable.bookmarkletClicked){window.$readable.bookmarkletClicked();return;}_readableScript=document.createElement('script');_readableScript.setAttribute('src','http://readable-static.tastefulwords.com/target.js?rand='+encodeURIComponent(Math.random()));document.getElementsByTagName('body')[0].appendChild(_readableScript);})()");
define_key(content_buffer_normal_keymap, "z", "readable");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment