Posts Tagged ‘full-screen’
Full-Screen Your Browser The Easy Way
Once in a while, you might have to full-screen your browser to fill up your entire desktop space which might take extras steps and time to do so. But here is a quick and simple tip, copy the following javascript and save it as a bookmark so you can full-screen your browser in one easy step. Please tell us whether it is working for you!!
javascript:window.moveTo(0,0);window.resizeTo (screen.availWidth,screen.availHeight);



