Skip to content

Instantly share code, notes, and snippets.

@NoCtrlZ1110
Created August 21, 2020 04:44
Show Gist options
  • Save NoCtrlZ1110/df98911690bca13368c946b6ca78cf7c to your computer and use it in GitHub Desktop.
Save NoCtrlZ1110/df98911690bca13368c946b6ca78cf7c to your computer and use it in GitHub Desktop.
Run script here: https://aidn.jp/mikutap/
setInterval(()=>{$(document).ready(function() {
var e = $.Event('keydown', { keyCode: Math.floor(Math.random() * 100) + 1 });
$(document).trigger(e);
});},100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment