Releases: a-riceeater/UBConsole
Releases · a-riceeater/UBConsole
v1.00
Instalation
- Create a bookmark for any site
- Set the script source to one of the following:
https://ghwosty.github.io/UBConsole/UBConsole.min.js (minified)
https://ghwosty.github.io/UBConsole/UBConsole.js (regular)
Example:
javascript: const script = document.createElement("script"); script.src = "https://ghwosty.github.io/UBConsole/UBConsole.min.js"; document.body.appendChild(script); void 0;