Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
01-03-2013, 09:26 PM
Post: #11
|
|||
|
|||
RE:
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 don't forget to click the rep button on the right and show us some looovve!! There's only two ways to be deceived: believing something that's NOT true; and not believing something that IS true! |
|||
01-03-2013, 10:39 PM
Post: #12
|
|||
|
|||
RE:
Please use Google Chrome. I think it's should be works fine. :)
|
|||
01-04-2013, 05:16 AM
Post: #13
|
|||
|
|||
RE:
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 don't forget to click the rep button on the right and show us some looovve!! There's only two ways to be deceived: believing something that's NOT true; and not believing something that IS true! |
|||
01-04-2013, 12:08 PM
Post: #14
|
|||
|
|||
RE:
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';})() |
|||
01-04-2013, 12:19 PM
Post: #15
|
|||
|
|||
RE:
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.... don't forget to click the rep button on the right and show us some looovve!! There's only two ways to be deceived: believing something that's NOT true; and not believing something that IS true! |
|||
06-11-2014, 04:15 PM
Post: #16
|
|||
|
|||
RE: | |||