Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
Empornium Show Popular
Shows only popular torrents with more than "threshold" seeds. You can change threshold of course. -- Works!!
A modification of the original script I installed from reddwarf found here http://userscripts.org/scripts/show/3651
I set my threshold to 30 by default, feel free to change and mod if needed..
You could comment on this script if you were logged in.

login to vote
Empornium has changed its layout to incorporate an advertisement for their new 'Hi-def streaming' site, as a result the script above no longer works correctly as they have altered the number of tables on a page.
If you wish to edit the script to make this work, you must change TWO lines...
var row = tables[11].rows; //this table contains the torrentslistingneeds to be changed to read tables[14]
and..
tables[11].innerHTML = newCode;also needs to read tables[14]