How can I entirely remove that Topic Bar (some folks call it "toolbar") about US Election 2008 from my Twitter page?
Possibly juggling with ways for setting the bases for a monetization model, Twitter launched the following Topic Bar about US Election 2008
Even if I click the "X", an E08 button remains.
The Solution
First of all, we have to recognize the piece of HTML that is displaying the Topic Bar:
<h1 class="elections-promotion"> ... </h1>
Gotcha!
The first attempt is a cross browser solution using your browser's user style definition. Take a look at this previous post about how to do find the user style for Firefox and Internet Explorer, or this for Opera, or this one for Safari
Now just add h1.elections-promotion { display:none !important } to your user style. No more Election Bar!
The second attempt consists in using the very useful Firefox addon called AdBlock Plus:
- Install AdBlock Plus:in Firefox
- Go to "Tools" menu option, then AdBlock Plus...
- Click in Add Filter ...
- Paste the following code
twitter.com#H1(class=elections-promotion)
- Enjoy a clean Twitter page!
Some external resources
[advertisement] Try
Aggiorno for free, the assistant tool for web development you always wanted.