Greasy Fork is available in English.

AdsBypasser

Bypass Ads

< Отзив за AdsBypasser

Въпрос/коментар

§
Публикуван на: 22.07.2015
Редактиран на: 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

Публикувайте отговор

Влезте, за да публикувате отговор.