Facebook has recently undergone a major redesign which looks better and clean while on the other side has also confused people with many new options and features. Many are complaining about the new Facebook's news timeline ticker which appears on the upper right hand side of the homepage, which keeps streaming updates of our friends and is distracting.
Currently, Only Chrome and Firefox users can disable the Facebook news ticker with the available Extensions/Scripts.
Link: Facebook News Ticker Remover Extension.
Firefox Users:
Link: Remove Facebook Sidebar Ticker.
Greasemonkey Add-On Download.
What are your views on the new Facebook design and the Real Time Ticker ? Do you find the news ticker useful or does it irritate you with junk/irrelevant updates ?
Labels : Facebook, How To Guides, Tech Updates | | 17:39
Well I like ticker so much that I will not disable it.
ReplyDeleteBut it's useful for those who are irritated with tickers.
@Kunal Sharma: The problem with the news ticker is that it is often filled with junk updates, anyways thanks for the comment buddy :)
ReplyDeleteRe: Remove fb news ticker add on: I'm not really techie savy. I have greasemonkey installed. When I tried to install the delete news ticker add on, all I get is the following, but it doesn't solve my problem. What else do I need to do?
ReplyDelete// ==UserScript==
// @name Remove Facebook Sidebar Ticker
// @namespace
// @description Remove the new annoying ticker from teh sidebar
// @author Eyal Shahar (@eyalshahar)
// @license GPL3+ (http://www.gnu.org/copyleft/gpl.html)
// @version 1.0.1
// @include http://*.facebook.com/*
// @include https://*.facebook.com/*
// @match http://*.facebook.com/*
// @match https://*.facebook.com/*
// ==/UserScript==
function removeSidebarTicker(){
document.getElementById('pagelet_rhc_ticker').style.display = "none";
}
removeSidebarTicker();
setInterval(removeSidebarTicker,2000);
Doooh. and I can't find the 'Subscribe by email' link below the comment form.
ReplyDelete@Anonymous: The script is working fine for me, I tried re-installing the script on Firefox.
ReplyDeleteTry:
1- Updating the Greasemonkey script, remove/re-install both the scripts.
2- Use Google Chrome a better and simple browser.