Hello Scott!
Is it possible to add bookmarklets as searchengines which should be
applied to the current side?
example:
javascript:(function()
{_readableOptions={'text_font':'Vollkorn','text_font_monospace':'quote(Courier
New), Courier, monospace','text_font_header':'quote(Palatino
Linotype), Palatino, quote(Book Antigua), Georgia,
serif','text_size':'20px','text_line_height':'1.5','box_width':'30em','color_text':'#282828','color_background':'#E5DED6','color_links':'#EE4545','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);})()
thx
Martin