Greasy Fork is available in English.

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

发表回复

登录以发表回复。