ThePirateBay Enhancer

By Avindra V.G. Last update Apr 19, 2009 — Installed 7,391 times.

Add your review

4 reviews


4 stars
A few fixes , Jul 19, 2011
Review written by rikkie - see all my reviews (4)

Thanks for this script.
It's a must for tpb users :)

Some fixes/additions:
1. change line #65 (in order to display the ratio - it wasn't working) into:
var tl=tr.cells.length, z=tr.insertCell(tl), c=tr.cells[tl-4], d=tr.cells[tl-5], comment=single(".//img[contains(@src,'comment')]",c);
2. change line #69 (in order to display the correct ratio when leeches=0 but seeds do exist [division by zero] ) into:
if (round2((parseInt(tr.cells[tl-2].textContent)/parseInt(tr.cells[tl-1].textContent))) != 0 ){
z.innerHTML=round2((parseInt(tr.cells[tl-2].textContent)/parseInt(tr.cells[tl-1].textContent)));
}
else {
z.innerHTML=round2((parseInt(tr.cells[tl-2].textContent)));
}

3. add (in order to work for https too):
// @include https://*thepiratebay.org/*

Please fix the 'number of comments' & 'spellchecker' features (they don't work) :)
('kill dead torrents' works ok)

0 comments |

0 out of 1 person found this review helpful
1 star
Not that great , Dec 6, 2009
Review written by Jasonofcompsci - see all my reviews (3)

It didn't deliver on the promise to remove unseeded torrents. Why did they right that then. Really all it does is ad one extra column for seed ratio.

1 comment |

5 stars
cool , Aug 21, 2009
Review written by Derrick4Real - see all my reviews (4)

simple and straight to the point. one suggestion would be to hide seedless torrents.

two thumbs up

0 comments |

4 stars
Almost perfect , Jun 10, 2009
Review written by Tomorrow - see all my reviews (17)

Despite the fact that the TBP search engine is utter disaster(often overloaded,cant find torrents that exist - i have to use google and so on) this script makes it little more tolerable.

Only change i can reccommend at this point is that dead torrents would be removed automatically.Its little tiresome to go to menus to manually remove those.

0 comments |