Myspace - Time & Date in Messages

By Timothy Last update Mar 28, 2007 — Installed 368 times.


Script Summary: Removes all previous text and adds the time and date to the bottom of your message.

Description

This script just adds a little text at the end of your messages, it also removes all the previous conversation, Most people just backspace it anyways because it takes forever to scroll down the page.

Custom Changes

Change This:
 theInput.value = time; 
To This:
 theInput.value = time + theInput.value;
and the script will leave the previous conversations.