|
kinda like this, but with all the characters, and able to take input string from tgp script and send it to trade script...
function deCode() {
strSelection = hahahahahahahahahahaselection.createRange().text
strSelection = strSelection.replace(new RegExp("<","g"), "<");
strSelection = strSelection.replace(new RegExp(">","g"), ">");
hahahahahahahahahahaselection.createRange().text = strSelection;
return;
}
|