If you are not using "new twitter" interface then you might be finding very annoying to see that blue bar at the top of twitter home page. Here is a very simple way to fix it.
Drag and Drop this bookmark-let on your bookmark bar and click it every-time u see that bar, it will give you hell lot of satisfaction.
If you are a chrome user and dont want to click this bookmark-let all the time, use this extension. This extension will fix the problem for ever.
Thanks for reading, have fun.
What about Firefox?
ReplyDeletefor Firefox bookmark-let will work (just updated it).
ReplyDeleteif you like grease-monkey then try this script as userscript
$(".phoenix-banner-outer").remove();
Cool! Yea I have greasemonkey, but not sure how to add the script..
ReplyDeleteopen firefox you will see a greasemonkey icon at rightbotton.
ReplyDelete1.right click "new user script"
2. add a user script with following description
// @name KILLBLUE
// @namespace KILLBLUE
// @include http://twitter.com/
// ==UserScript==
// @name KILLBLUE
// @namespace KILLBLUE
// @include http://twitter.com/
// ==/UserScript==
window.addEventListener("load", function(e) {
window.location.href='javascript:$(".phoenix-banner-outer").remove();;%20void%200';
}, false);
Keeps asking for a text editor???
ReplyDeleteif you are on windows give it a path of notepad.exe , which will be somewhere on C:\WINDOWS\system32\
ReplyDeleteGot it!! Thanks man!!! So much better now
ReplyDeletein chrome or firefox, you can use adblock plus, with these rules:
ReplyDeletetwitter.com##.phoenix-banner-inside
twitter.com##.phoenix-banner-outer