Skip to content

Instantly share code, notes, and snippets.

View Vahaexe's full-sized avatar

Strix..exe Vahaexe

View GitHub Profile
1) Open https://popcat.click
2) Open console (F12)
3) Insert code & run
var event = new KeyboardEvent('keydown', {
key: 'g',
ctrlKey: true
});