AdsBypasser

Bypass Ads

< Părere la script-ul AdsBypasser

Întrebare/comentariu

§
Postat în: 22-07-2015
Editat în: 22-07-2015

The destination is in the URL, encoded in hexadecimal. This function should make it easy:

function hextostring(d) {
    return decodeURI(('' + d).replace(/(..)/g, '%$1'))
}

Source: http://stackoverflow.com/a/26611743

Postează un raspuns

Autentifică-te pentru a posta un răspuns.