How To “Barrel Roll” Any Web Page

barrel-roll-any-page

Remember that Google “do a barrel roll” search trick which went viral on the whole Internet? For those who thought that only Google can be athletic, here comes a little trick. Use this trick to “barrel roll” any, literally any, webpage on the Internet. (And this requires nothing, but a click on mouse).

Here’s how you do it:

1. On your browser, setup a new bookmark with any name, and URL as the following code:

javascript:(function(){(function(){var%20s=document.createElement('style');s.innerHTML='%40-moz-keyframes%20roll%20{%20100%25%20{%20-moz-transform:%20rotate(360deg);%20}%20}%20%40-o-keyframes%20roll%20{%20100%25%20{%20-o-transform:%20rotate(360deg);%20}%20}%20%40-webkit-keyframes%20roll%20{%20100%25%20{%20-webkit-transform:%20rotate(360deg);%20}%20}%20body{%20-moz-animation-name:%20roll;%20-moz-animation-duration:%204s;%20-moz-animation-iteration-count:%201;%20-o-animation-name:%20roll;%20-o-animation-duration:%204s;%20-o-animation-iteration-count:%201;%20-webkit-animation-name:%20roll;%20-webkit-animation-duration:%204s;%20-webkit-animation-iteration-count:%201;%20}';document.getElementsByTagName('head')[0].appendChild(s);}());})();

2. Save this bookmark on your bookmarks toolbar. I named my bookmarklet “Magic”

3. Go to any web page. Let it load. Now click on the bookmark. See the magic happen!

Leave a Reply

Your email address will not be published. Required fields are marked *