Only Piratebay Torrents/Comments

Last update on Jul 14, 2008

Removes all content on Piratebay except Torrents and Comments.

This script removes all the surrounding content on piratebay and leaves only the torrents and comments. It expands that to the full width of the screen.






You could comment on this script if you were logged in.

7 comments Feed-icon

1 point
login to vote
oddie333 user
Posted Oct 3, 2008

simply superb!!!!!!!!

1 point
login to vote
Kristopher script's author
Posted Jul 14, 2008

Thanks guys.

1 point
login to vote
rasthaman user
Posted Nov 25, 2007

and this for the one in the center bottom.

'#foot { display: none; }\n' +

Clean and tidy.. cant get better than this..
cdc
PS! this one takes the whole thing with the login options etc on the center bottom.. i suggest put a autologin for this site then implement this script.. you are then on the safe side..

1 point
login to vote
rasthaman user
Posted Nov 25, 2007

Put this one somewhere in the script along with the other ones.. :)

'adbrite-banner { display: none; }\n' +

Nice ways to implement things in greasemonkey..
cdc

1 point
login to vote
Posted Oct 4, 2007

This small edit brings back the missing download button (image) (column 4 between 'uploaded' and 'size')

'img { display: none; }\n' +
'img.dl { display: inline }\n' +

1 point
login to vote
xad user
Posted Dec 23, 2006

Great script, thanks.

1 point
login to vote
Kristopher script's author
Posted Sep 18, 2006
Piratebay is interesting. First they use the

tag for the comments, which originally they only had for the bottom part of the page with the links. So that while the original script would get rid of the links, after they changed it, it hid the comments as well. After I changed that, they went and changed their ads, so now I have it so img tag is hidden and other scripts on the page that merely were used for ads.

You could comment on this script if you were logged in.