By cwt.stalker
—
Last update
Feb 24, 2008
—
Installed
9,793 times.
// ==UserScript==
// @name General Bux Script - Countdown Addon
// @namespace cwt.stalker
// @email cwt.stalker@gmail.com
// @description Destroy Countdowns for General Bux Script
// @version 0.03
// @include http://*view*.php*
// @include http://*adclick.php*
// @include http://*Paidadlink.php*
// ==/UserScript==
var site=document.domain;
if (site.match(/www./g)){var site=site.replace('www.', '');}
if (site != 'bux.to'){
unsafeWindow.x = 1;
}
var i, v = document.getElementsByTagName('iframe');
for(i= v.length-1;i >= 1; i-- ) {
v[i].parentNode.removeChild(v[i]);
}