Recent Posts
C++ | 20 sec ago
Diff | 26 sec ago
None | 27 sec ago
None | 34 sec ago
C# | 37 sec ago
None | 38 sec ago
None | 42 sec ago
None | 1 min ago
Lua | 1 min ago
None | 1 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 Anonymous on the 30th of Jan 2010 03:24:03 AM
Download |
Raw |
Embed |
Report
// ==UserScript==
// @name tou.tv
// @namespace http://www.tou.tv/geasemonkey
// @include http://www.tou.tv/*
// ==/UserScript==
(function() {
window.addEventListener("load", function(e) {
var player = document.getElementById("playerDiv");
if(player) {
var content = player.innerHTML;
content = content.replace("flashvars=\"", "flashvars=\"releaseURL=" + unsafeWindow.toutv.getRelease() + "&");
player.innerHTML = content;
}
}, false);
})();
Submit a correction or amendment below.
Make A New Post