General Bux Script - Countdown Addon

By cwt.stalker Last update Feb 24, 2008 — Installed 9,793 times. Daily Installs: 7, 4, 12, 4, 7, 8, 3, 2, 7, 2, 1, 2, 2, 5, 2, 1, 4, 6, 9, 4, 8, 6, 3, 18, 17, 4, 3, 5, 2, 5, 11, 9
// ==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]);
}