AdsBypasser

Bypass Ads

< Feedback on 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

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.