Добро пожаловать в дополнения SeaMonkey.
Добавляйте дополнительные функции и стили, чтобы настроить SeaMonkey по своему вкусу.
ЗакрытьОтвет разработчика Kim A. Brandt
Рейтинг 5 из 5 звёзд
that great.
how hide text in textarea
that give me this but i dont know how hide that text inside that
//textarea[@id='id_textarea']
edit:thank you for replay
but it not work
in this url http://urlchecker.net/ i want hide text inside multifile check
edit2:thank you now work
Try //textarea[@id='id_textarea']/text()
Update:
OK, try a right-click on the element, then `Yarip' > `TEXTAREA' > `Script element' and replace the function-example with the following:
function (array) {
array[0].value = ""; // set value of element to empty string
}
Для создания своих подборок вам необходимо иметь учётную запись на сайте дополнений Mozilla.