Technorati Butler

By deleted user Last update Jun 19, 2005 — Installed 1,033 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 2 posts, 2 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Gareth Simpson Scriptwright

Could really do with updating to look like this now:

// remove sponsors sidebars
removeSponsoredLinks: function() {
this.addGlobalStyle('div[id="externals"] { display: none ! important }');
this.addGlobalStyle('div[id="sponsorsinlinetop"] { display: none ! important }');
this.addGlobalStyle('div[id="sponsors"] { display: none ! important }');

}
}