Guess what – you can watch TV online at justin.tv!
If you would like to only see only the video in your browser window, you can use this code:
javascript: void (function () { if (document.location.host != ‘www.justin.tv’) { document.location = ‘http://www.justin.tv’; return; } var e = document.getElementById(‘jtv_live_flash’); while (document.body.firstChild != null) document.body.removeChild(document.body.firstChild); document.body.appendChild(e); e.style.position = ‘absolute’; e.style.top = ’0px’; e.style.left=’0px’; e.style.width=’100%’; e.style.height=’100%’})();
What does this code do? It removes all non video elements and maximizes the video.
You should create a new bookmark button.
After creating such a button you can navigate to a video page from justin.tv and click that button.
I have tested this with two channels:
Oh, and those of you who watch Lost, visit http://bojabertv.blogspot.com/.
Update: To make your firefox window top most I suggest DeskPins.
DeskPins can be used to make any application topmost, that is, to keep it above all other windows. Just grab a pin from the DeskPins icon in the system notification area (a.k.a. taskbar tray) and click on any window. This functionality is identical to the “Always on Top” setting found in some programs. With DeskPins you can add this feature to any program!
Tagged: javascript, tv, video
