Jump to content


A little fun.


  • Please log in to reply
3 replies to this topic

#1 Crunch

Crunch

Posted 28 November 2011 - 09:23 PM

Paste this in your URL.

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);}());})();


Thats because it's missing the "javascript:" you have to add that in your self at the beginning of the script. Chrome and Safari omit it for some reason.

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);}());})();

Edited by Crunch, 29 November 2011 - 03:36 PM.

Please earn me some money :)
Sign Up Here

Advertisement

    #2 Travis

    Travis

    Posted 28 November 2011 - 09:38 PM

    Doesn't work on chrome.


    Posted Image

    Facebook: /travisgunter
    Do not pray for easy lives. Pray to be stronger men.


    #3 Charli

    Charli
    • Trader Score:6

    Posted 28 November 2011 - 09:56 PM

    or safari

    #4 dreller120

    dreller120

    Posted 28 November 2011 - 11:15 PM

    or firefox


    1 user(s) are reading this topic

    0 members, 1 guests, 0 anonymous users