Diskussionen » Entwicklungsanfragen
hidemyass.com
Where do these hyperlinks show up? Assuming in some random page:
// Left justified match var myLinks=document.querySelectorAll("a[href^='http://hidemyass.com/?']"); for(var i=0; i<myLinks.length; i++){ myLinks[i].href=myLinks[i].href.replace("http://hidemyass.com/?", ""); }
This hyperlink show up on feedly.com when i read an article. In feedly source code it's write like this :
Thank you that work well !
hidemyass.com
Hello,
Someone could write a script to rewrite hyperlink from hidemyass domain ?
ex: http://hidemyass.com/?http://www.yyy.com to http://www.yyy.com
For the moment if i click on the link i will be redirect to http://hidemyass.com and not http://www.yyy.com
thank you for your help