I have to agree with amricow.....doesn't work here either.
Using firefox 17.01 - doesn't even let me save the bookmark with OP's code
however, amricow's doesn't work either - getting error saying invalid url

Please use Google Chrome. I think it's should be works fine. :)
Using Google Chrome v23.... Cant seem to get it to work with either.
the code is not in url format, so both firefox and chrome will not allow me to create the bookmark
One more try with this code....
Code:
javascript:(function(){var url=encodeURIComponent(window.location);var name=encodeURIComponent(document.title); var rss ='';var links=document.getElementsByTagName('link');for (i=0;i<links.length;i++) {if(links[i].getAttribute('type') == 'application/rss+xml') rss=encodeURIComponent(links[i].getAttribute('href'));} window.location='http://pingomatic.com/ping/? title='+name+'&blogurl='+url+'&rssurl='+rss+'&chk_weblogscom=on&chk_blogs=on&chk_technorati=on&ch k_feedburner=on&chk_syndic8=on&chk_newsgator=on&chk_myyahoo=on&chk_pubsubcom=on&chk_blog digger=on&chk_blogrolling=on&chk_blogstreet=on&chk_moreover=on&chk_weblogalot=on&chk_icerocket =on&chk_newsisfree=on&chk_topicexchange=on&chk_google=on&chk_tailrank=on&chk_bloglines=on';})()
that did the trick.....awesome! +5rep for you reazahmed
hats off to you!
(01-04-2013 12:08 PM)reazahmed Wrote: [ -> ]One more try with this code....
Code:
javascript:(function(){var url=encodeURIComponent(window.location);var name=encodeURIComponent(document.title); var rss ='';var links=document.getElementsByTagName('link');for (i=0;i<links.length;i++) {if(links[i].getAttribute('type') == 'application/rss+xml') rss=encodeURIComponent(links[i].getAttribute('href'));} window.location='/ping/? title='+name+'&blogurl='+url+'&rssurl='+rss+'&chk_weblogscom=on&chk_blogs=on&chk_technorati=on&ch k_feedburner=on&chk_syndic8=on&chk_newsgator=on&chk_myyahoo=on&chk_pubsubcom=on&chk_blog digger=on&chk_blogrolling=on&chk_blogstreet=on&chk_moreover=on&chk_weblogalot=on&chk_icerocket =on&chk_newsisfree=on&chk_topicexchange=on&chk_google=on&chk_tailrank=on&chk_bloglines=on';})()