Myspace - Time & Date in Messages

By Timothy Last update Mar 28, 2007 — Installed 340 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0
Script Summary:
Removes all previous text and adds the time and date to the bottom of your message.
Recently Updated TopicsPosts
Archived Comments3

this script has 1 topic, 3 posts

This script has no reviews.

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.