Sort searches by seeds on mininova.org

By PaC1250 Last update Sep 29, 2008 — Installed 755 times.
// ==UserScript==
// @name           Sort searches by seeds on mininova.org
// @namespace      http://pas-bien.net/
// @description    Sort by seeds on search
// @include        http://www.mininova.org/*
// ==/UserScript==

document.getElementById('searchform').action = 'javascript:document.location.href="http://www.mininova.org/search/"+encodeURI(document.getElementById("search").value)+"/seeds";';