RoCashBux Remove Iframe

By JoeSimmons Last update Sep 22, 2008 — Installed 294 times.

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, '');