Myspace - Auto-Commenter

By Timothy Last update Jan 24, 2008 — Installed 2,487 times. Daily Installs: 1, 1, 0, 1, 2, 0, 1, 0, 1, 1, 0, 4, 0, 0, 0, 1, 0, 0, 5, 0, 4, 0, 1, 2, 1, 0, 0, 1, 0, 2, 3, 0
// ==UserScript==
// @name           Myspace - Auto-Commenter
// @namespace      http://www.myspace.com/tp_
// @include        http://comment.myspace.com/*

// ==/UserScript==

 // ====EDIT THIS====
 text = "Heyyy, just leaving a comment to you, I'm so tired, ahh, I'm all sleepy :(\n\nHow are you?\n\nI'm doing pretty good actually.";


 // ====NOT HERE====
 var theInput = document.getElementById("ctl00_cpMain_postComment_commentTextBox"); 
 theInput.value = text;