thanks for your help guys, i figured out a much simpler solution:
$ cat contentscript.js
var txt = document.getElementById('txtbdyldr').innerHTML
txt = txt.replace(/^/g, ">");
txt = txt.replace(/\n/g, "\n>");
document.getElementById('txtbdyldr').innerHTML = txt
mymail uses the same id for the text filed, so i am able to just
rewrite the contents for every message, which is what i want.
Thanks,
Anatoly
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---