blobbyblob
By: a guest | Feb 9th, 2010 | Syntax:
JavaScript | Size: 0.64 KB | Hits: 29 | Expires: Never
// ==UserScript==
// @name AmbassadorHax
// @namespace Dunno
// @description Changes the text in the HTML Text Link Textbox for the ambassador links.
// @include http://www.roblox.com/my/linkregistration.aspx
// ==/UserScript==
var elemStatus = document.getElementById("ctl00_ctl00_cphRoblox_cphMyRobloxContent_TabbedLinks_TabPanelHTML_HTMLCode"), i;
if (elemStatus) {
elemStatus.textContent = 'All the <a href="http://www.roblox.com/User.aspx?ID=1365851&userid=1365851&rbx_source=ambassador&rbx_medium=Direct&rbx_campaign=ambpro">beatiful aircraft</a> at ROBLOX are ROFL on ROBLOX, a amazing on-line universe';
}