Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Myspace Headshrinker

Removes whitespace from headers on Myspace.com. (For use in conjunction with Adblock.)

This script is like the Myspace Ad Remover 2.0 script, but is intended for use with Firefox's Adblock extension.

As pointed out elsewhere, Adblock is much better at blocking ads before they are actually downloaded, saving bandwidth.

This script finishes the job by removing the ugly whitespace left by header banners.

To use:

1.) install Adblock (http://adblock.mozdev.org/)

2.) restart Firefox

3.) add "de*.myspace.com" as a filter in Adblock

4.) install this script




Nov 23, 2006
RustyO User

myspace.com#td(id*=leaderboardRegion)

Just adblock that, it will do the same thing.

 
Nov 20, 2006
Speed Demon Scriptwright

I think the Myspace code must have changed. I got the script working again by changing the line:
if ( TD.height == 96 )
to:
if ( TD.style.height == '96px' )

 
Nov 1, 2006
antwerpe User

i dont notice it making a difference

 
Sep 21, 2006
pupil User

to make this script even better (its great alrady btw, thanks) would be to do the same thing on the user hompage screens, with reducing the size of the blue box since adblock removes the advert on there too and leaves a great big pointless vacant bluebox at the top. Reducing it the same as you do on profile pages so you retain the "MySpace.com | Help | SignOut" bit would be fantastic :)

 
Sep 1, 2006
Eric 2 User

Ahhh... Nvm I see. Its only under that ID on the basic pages.

 
Sep 1, 2006
Eric 2 User

This script is very well put together, except wouldn't it just be easier to add a style to the 'ad section' div?

s = "#leaderboardRegion { display: none; }\n";

This doesn't mess up the headers of the featured profiles either. I donno I only tested this on the basic pages, but is there some page that this would mess up I donno about?

 
May 13, 2006
Justin Goldberg User

Holy freaking crap! It works!

Now we just need a stable adblock plus with div blocking.

 
Apr 19, 2006
Jordon Kalilich Scriptwright

This script is just what I needed. Works great with Adblock Plus 0.7.

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