Large

[TPB] Sort the Pirate Bay by seeders By engtech *FIX*

By spider1163 Last update Aug 13, 2009 — Installed 1,282 times.

There are 2 previous versions of this script.

// ==UserScript==
// @name [TPB] Sort the Pirate Bay by seeders By engtech *FIX*
// @namespace http://userscripts.org/scripts/show/25911
// @description Automatically sort by seeders instead of by date uploaded *FIX*
// @include http://thepiratebay.org/*/99/*
// ==/UserScript==

(function() {
document.location.pathname = document.location.pathname.replace('/99/','/7/0');
})();