Форум АНТИЧАТ

Форум АНТИЧАТ (https://forum.antichat.xyz/index.php)
-   PHP, PERL, MySQL, JavaScript (https://forum.antichat.xyz/forumdisplay.php?f=37)
-   -   Greasemonkey (https://forum.antichat.xyz/showthread.php?t=101351)

Cania_vIp 15.01.2009 18:14

Greasemonkey
 
Вот надо такой скрипт сделать, чтобы когда я зашол в исходнике не стоял такой
Код:

<input style="background-position: center center;" class="inputtext" type="text" id="edit_activity_text" name="edit_activity_text" value="" maxlength="160" onblur="return activity_editor.blur();" onkeypress="return activity_editor.handle_key_press(event);" />
а сменилсО сразу же на

Код:

<textarea id="edit_activity_text" name="edit_activity_text" onblur="return activity_editor.blur();" ></textarea>


Время: 07:07