RoCashBux Remove Iframe

By JoeSimmons Last update Sep 22, 2008 — Installed 181 times. Daily Installs: 0, 0, 0, 0, 2, 2, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 2, 0

There are 4 previous versions of this script.

// ==UserScript==
// @name           RoCashBux Remove Iframe
// @namespace      http://userscripts.org/users/23652
// @description    Removes the iframe on the ad pages
// @include        http://*.rocashbux.info/cashads.php?ad=*
// @copyright      JoeSimmons
// ==/UserScript==

document.body.innerHTML = document.body.innerHTML.replace(/<iframe.*?>/gmi, '');