Recent Posts
None | 1 sec ago
None | 28 sec ago
Python | 29 sec ago
None | 1 min ago
SQL | 1 min ago
None | 1 min ago
PHP | 2 min ago
None | 2 min ago
None | 3 min ago
None | 3 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By blobbyblob on the 9th of Feb 2010 10:22:05 PM
Download |
Raw |
Embed |
Report
// ==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';
}
Submit a correction or amendment below.
Make A New Post