Easily enable ADB over WiFi via USB

To get started, connect the device of which you want to turn on ADB over WiFi via a USB cable.

Make sure the target device has USB Debugging enabled (Learn here how to do that) and you are the host (a.k.a. you're charging the target).

Connect

Select the device you want and make sure to grant all permissions, both on this device and on the target device.

Disclaimer

This website is based on WebADB.js and the creator deserves some credit!

This webpage uses the ADB protocol over WebUSB to access the Android device connected to your PC via USB. The whole elaboration is done locally and under your complete responsibility.

Be careful with this tool: What could possibly go wrong?

Some stuff to look out for is to TRUST NO WEBSITE THAT PROVIDES ADB, not even this one, unless you can view the source for yourself. Websites that offer ADB capabilities that cannot be ran offline, but instead require a server, should also be checked very carefully or simply be avoided. ADB is a very powerful tool and if you can't see what a website is doing with it or is connected to an external server, your private information could be stolen or malware could be installed on your phone! Even when you trust the website, check that you use YOUR OWN URL to get to the website and that the URL you use to open the website does not contain any %, or > characters. Those might be a sign of a XSS attack.