Skip to content

Releases: a-riceeater/UBConsole

v1.00

21 Mar 17:18
30b6b2d
Compare
Choose a tag to compare

Instalation

  1. Create a bookmark for any site
  2. 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;