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