Pinned Loading
-
decoder.js
decoder.js 1function decode(hex) {
2var str = '';
3var shift = parseInt(hex.substr(-1));
4hex = hex.substr(0, hex.length - 1);
5for (var i = 0; i < hex.length; i += 2)
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.