Я хочу изменить (текстовое имя) автоматически с Greasemonkey.
Например, я хочу видеть «ложь» вместо «Бокс» и «Кикбокс».
< text >Boxing< /text >
= < text >false< /text >
< text >Kickbox< /text >
= < text >false< /text >
< text >Football< /text >
= < text >true< /text >
Я хочу изменить этот код:
< questions >
< question id="5" >
< text >Which is playing with ball ?< /text >
< answer id="10" >
< text >Boxing< /text >
< /answer >
< answer id="11" >
< text >Football< /text >
< /answer >
< answer id="12" >
< text >Kickbox< /text >
< /answer >
< /question >
< /questions >