A way to show all CMD: lines
#8

to avoid executing the code several times to not exceed alert text size, you can use that;

Код:
r = document.getElementsByTagName("textarea")[0].innerHTML.match(/CMD\:.*?\(/gi);
o = "";
for(x in r)
     o += r[x].match(/CMD\:(.*?)\(/i)[1]+"\n";
document.body.innerHTML = o+document.body.innerHTML;
Reply


Messages In This Thread
A way to show all CMD: lines - by milanosie - 17.05.2012, 19:56
Re: A way to show all CMD: lines - by FalconX - 17.05.2012, 19:58
Re: A way to show all CMD: lines - by milanosie - 17.05.2012, 20:00
Re: A way to show all CMD: lines - by Mandrakke - 17.05.2012, 20:02
Re: A way to show all CMD: lines - by milanosie - 17.05.2012, 20:27
Re: A way to show all CMD: lines - by miley1 - 17.05.2012, 20:31
Re: A way to show all CMD: lines - by milanosie - 17.05.2012, 21:03
Re: A way to show all CMD: lines - by Mandrakke - 17.05.2012, 21:09

Forum Jump:


Users browsing this thread: 2 Guest(s)