AdsBypasser

Bypass Ads

< Feedback on AdsBypasser

Question/comment

Posted: 2015-07-22
Edited: 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

Post reply

Sign in to post a reply.