anonymz.com Link Remover

By K3rN3L Last update May 13, 2008 — Installed 316 times.

Add your review

1 review


5 stars
Wonderfull , Feb 25, 2009
Review written by nls - see all my reviews (1)

I've added several anonymzer:

if (linkx.href.indexOf("http://www.anonym.to/?") != -1) {
linkx.href = decodeURIComponent(linkx.href.substring(linkx.href.indexOf("") + 22));
}
if (linkx.href.indexOf("http://lik.cl/?") != -1) {
linkx.href = decodeURIComponent(linkx.href.substring(linkx.href.indexOf("") + 15));
}
if (linkx.href.indexOf("http://anonym-to.com/?") != -1) {
linkx.href = decodeURIComponent(linkx.href.substring(linkx.href.indexOf("") + 22));
}

0 comments |