Susshi
Susshi
This appears to be conflicting with reCaptcha.
I propose the following for #180: Add a setting to swap middle mouse and right mouse button. It would go here, before any logic/dispatching: https://github.com/univrsal/input-overlay/blob/5f394fa84a2b269b2cf0ff11067d7f5a5140c2bd/src/hook/uiohook_helper.hpp#L50 ```cpp if (event->type == EVENT_MOUSE_CLICKED...
> I found this to give issues when doing recaptcha, anyone else the same? yea that's the main reason why I've been hesitant to merge this, captchas don't work
I was able to clone this repository locally and start UV-app without any issues. I highly doubt the commit you chose is relevant to this. I suspect GitHub codespaces has...
What if the renaming of assignments to require() calls was extended to functions, classes, variables, properties, arguments, and everything else? See [example](https://gist.github.com/e9x/eea9ecb2c0ce6fe0517ff522e78d282a) That way the UMD global matchers can be...
I published my decompiler that I used in the above example. I think it might be a good reference for adding this feature. https://github.com/e9x/krunker-decompiler