jandown/mimima/onlyff popup blocker

By Gea-Suan Lin Last update Sep 13, 2008 — Installed 2,588 times. Daily Installs: 4, 3, 0, 0, 1, 0, 3, 3, 1, 3, 1, 3, 5, 1, 1, 5, 1, 2, 1, 1, 3, 0, 1, 1, 0, 5, 1, 0, 1, 2, 0, 3

There are 1 previous version of this script.

// ==UserScript==
// @name		jandown/mimima/onlyff popup blocker
// @description		block popup window from mimima
// @author		Gea-Suan Lin
// @version		0.4 (September 14, 2008)
// @include		http://www*.jandown.com/link.php*
// @include		http://www*.jandown.info/link.php*
// @include		http://www*.mimima.com/link.php*
// @include		http://www*.onlyff.com/link.php*
// ==/UserScript==

(function(){
    var f = document.getElementsByTagName('form');
    if (f) {
        f[0].setAttribute('onSubmit', '');
    }
})();