How to add Google's 'Note to Reader' bookmarklet to iPad browser

Since one cannot drag and drop a link on iPad, one cannot easily add the Google Reader's 'Note in Reader' bookmarklet to the browser(in my case, Safari).

One method is to get the JavaScript of the bookmarklet from your desktop PC, mail it to yourself and use it in your iPad browser.

But for lazy people like me, here's a quicker method.
1. Open the browser and bookmark any random page and name it as 'Note in Reader'.
2. Now open the Bookmarks section and go to 'Edit Bookmarks'. Click on the 'Note in Reader' bookmark that was saved in the first step.
3. Clear the existent script and paste the below script

javascript:if%20(typeof(_IS_MULTILOGIN_ENABLED)=='undefined')%7Bvar%20_IS_MULTILOGIN_ENABLED=false%7D;var%20b=document.body;var%20GR________bookmarklet_domain='http://www.google.com';if(b&&!document.xmlVersion)%7Bvoid(z=document.createElement('script'));void(z.src='http://www.google.com/reader/ui/link-bookmarklet.js');void(b.appendChild(z));%7Delse%7B%7D

as shown in the image below

0 comments: