Anti - Anonym.to

By stevy Last update Jul 28, 2008 — Installed 278 times. Daily Installs: 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 2, 0, 0

Add your review

1 review


5 stars
Funciona, (hay que modificar el codigo) , Jun 8, 2009
Review written by Juampi_Mix - see all my reviews (1)

Buenas amigo, te comento que tube que modificar el codigo para que funcione, (Agregarle www que me fatltaba para que funcione, y cambie los digitos de 18 a 22)

Saludos
Ahora funciona PERFECTO!

(aqui el codigo modificado que tube que usar)

-------------------------------------
(Google translation)
-------------------------------------
Good friend, I commented that tube to modify the code to work, (I add www fatltaba to work, and change the digits 18 to 22)

Greetings
Now it works PERFECT!

(here the modified code to use tube)
-------------------------------------

// Find "http://www.anonym.to/?" and chop the 22 digits off
for (var i = 0; i < document.links.length; i++) {
linkx = document.links[i];
if (linkx.href.indexOf("
linkx.href = decodeURIComponent(linkx.href.substring(linkx.href.indexOf("") + 22));
}
}

0 comments |