In this article we are going to see the ways to add different effects at the status bar of a web browser.Here we are see how to add clock at our browse status bar. Take a look below on piece of code… Here we have define BrowserClock() function. And use Window object supports methods setTimeout() to call same function after every 1000 milliseconds.