View difference between Paste ID: kgJhjWtN and CyVND3eR
SHOW: | | - or go back to the newest paste.
1
setInterval(function() {
2
  var event = new KeyboardEvent("keypress", {
3
    keyCode: 39
4
  });
5
  document.dispatchEvent(event);
6
}, 1000)
7
8
Pastes.io
9
Pastes.io
10
Pastes.io
11
Pastes.io
12
Pastes.io