Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
FreshPenguin112
GitHub Repository: FreshPenguin112/bookmarklets
Path: blob/main/troll.js
5051 views
1
javascript:setTimeout(function(){ document.onmousemove = document.onkeypress = function(){ ['', '-ms-', '-webkit-', '-o-', '-moz-'].map(function(prefix){ document.body.style[prefix + 'transition'] = prefix + 'transform 3s'; document.body.style[prefix + 'transform'] = 'rotate(180deg)'; });}}, 4000);
2