Turn off the lights with jQuery

tmirror
Turn off the lights with jQuery
For those who enjoy watching videos on the internet, this is a very useful script made with jQuery by Janko . And what this script does? It will turn off the lights for you, so that everything on the page will be fading to dark, except the video, and everything around the video will be less visible, in a way that nothing will distract you while watching it. You can test it on the following demo blog - click the link that says " Turn off the lights " and the page will be darkened. To make the page elements visible again, just click the "Turn on the lights" link: Turn Off the Lights DEMO How to add the "Turn off the Lights" Feature to Blogger/Blogspot Step 1. Log into your Blogger account and click on your blog, then go to "Template" and hit the "Edit HTML" button Step 2. Click anywhere inside the code area and search for the following tag by pressing the CTRL + F keys (hit Enter to find it): </head> Step 3. After you found it, paste the…