AdsBypasser

Bypass Ads

< AdsBypasser 피드백

질문/댓글

§
작성: 2015-07-22
수정: 2015-07-22

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

댓글 남기기

댓글을 남기려면 로그인하세요.