Skip to content

frodeaa/fool.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

April 1st JavaScript snippet.

Just paste this before closing body <script> // Uncomment the next line if you want the prank to happen only when the url hash is #april // if (document.location.hash.indexOf('april') > -1) document.body.style.transform = document.body.style.webkitTransform = document.body.style.MozTransform = document.body.style.OTransform = document.body.style.msTransform = 'rotate(' + 45 * Math.ceil(Math.random() * 7) + 'deg)'; </script>

About

April 1st JavaScript snippet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published