How to fix bookmarklets for broken Google Reader when using multi logins

Fixing the bookmarklets in the ‘Goodies’ tab in Settings Page of Google Reader http://www.google.com/reader/view/#overview-page . It’s broken for users using multi login. 

javascript:if%20(typeof(_IS_MULTILOGIN_ENABLED)==’undefined’){var%20_IS_MULTILOGIN_ENABLED=false};var%20b=document.body;var%20GR________bookmarklet_domain=’http://www.google.com’;if(b&&!document.xmlVersion){void(z=document.createElement(‘script’));void(z.src=’http://www.google.com/reader/ui/link-bookmarklet.js’);void(b.appendChild(z));}else{}

Note in Reader » (Drag link into bookmark bar)

 javascript:if%20(typeof(_IS_MULTILOGIN_ENABLED)==’undefined’){var%20_IS_MULTILOGIN_ENABLED=false};var%20b=document.body;var%20GR________bookmarklet_domain=’http://www.google.com’;if(b&&!document.xmlVersion){void(z=document.createElement(‘script’));void(z.src=’http://www.google.com/reader/ui/subscribe-bookmarklet.js’);void(b.appendChild(z));}else{location=’http://www.google.com/reader/view/feed/’+encodeURIComponent(location.href)}

Subscribe… (Drag link into bookmark bar) 

Information borrowed from some google groups forum.

Leave a comment