|
Script Summary:
Removes all previous text and adds the time and date to the bottom of your message. |
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.





