It’s just the summer of bookmarklets this year, isn’t it? This time around, it’s a little something to help you with your immersion: Google Japan Bookmarklet Source code: javascript:(function(){var w=window,d=w.document,s="";;if(d.selection){s=d.selection.createRange().text}else if (d.getSelection){s=d.getSelection()}else if(w.getSelection){s=window.getSelection()}window.open ("http://www.google.co.jp/search?hl=ja&source=hp&q="+encodeURIComponent(s) +"&aq=f&aqi=g10&aql=&oq=&gs_rfai=","_blank")})() Google Hong Kong Bookmarklet Source code javascript:(function(){var w=window,d=w.document,s="";;if(d.selection){s=d.selection.createRange().text}else if (d.getSelection){s=d.getSelection()}else if(w.getSelection){s=window.getSelection()}window.open ("http://www.google.com.hk/search?q="+encodeURIComponent(s) +"&hl=zh-TW&prmd=i&source=lnt&tbs=lr:lang_1zh-TW&lr=lang_zh-TW&sa=X&ei=IRRQTIuHOMHXcZyklbEB&ved=0CAgQpwU","_blank")})() Google Reader Bookmarklet (Courtesy of Google Mania) Source code: javascript:(function(){for(i=0;i<document.getElementsByTagName('link').length;i++){if(document.getElementsByTagName('link').item(i).getAttribute('rel').toLowerCase()=='alternate' &&...
Read more »