Skip to content

v1.00

Latest
Compare
Choose a tag to compare
@a-riceeater a-riceeater released this 21 Mar 17:18
· 13 commits to main since this release
30b6b2d

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;