This does not work on Windows due to a limitation in the Chromium implementation of WebUSB.
Send Payload
Your browser does not support WebUSB.
Result
Notes
  • Select the device "APX"
  • On Linux, you might get an access denied error. If you do, you can try creating a file at
    /etc/udev/rules.d/50-switch.rules
    with the following contents:
    SUBSYSTEM=="usb", ATTR{idVendor}=="0955", MODE="0664", GROUP="plugdev"
  • This has been tested and appears to work on Linux, macOS, Android (not-rooted) and Chromebooks. Your mileage may vary.