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

发布留言

登录以发布留言。