Category: Coding for fun

  • Cool vaporizing notification for form inputs

    Cool vaporizing notification for form inputs

    Read more and check how cool your forms might be! Click multiple times and ratatatatatatatatata…

  • Use psexec to troll your work colleagues

    Use psexec to troll your work colleagues

    If you’re an admin in a windows environment you can troll your friends a little bit 🙂 Install psexec and use bellow command to run Rick Astley’s famous “sweet troll of mine” on a remote computer (background, no window!). psexec64 -s /user:domain\user -i \\xxx.xxx.xxx.xxx “C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” –app=”https://youtu.be/dQw4w9WgXcQ” xxx.xxx.xxx.xxx – stands for an ip number of a […]

  • JS Glitcher

    JS Glitcher

    I’ve created simple JS glitcher based on jQuery for fun. It has framework like structure so you can easily extend it’s effects. Check JSFiddle for demo or Gist for raw code.