No description
  • HTML 96.4%
  • TypeScript 3.6%
Find a file
2026-09-01 04:59:27 +02:00
dist refactor: better Promise handling 2026-09-01 04:59:27 +02:00
Interfaces refactor: dependencies getting cleaned 2026-07-26 02:23:40 +02:00
src refactor: better Promise handling 2026-09-01 04:59:27 +02:00
test test: livetest on mock website 2026-09-01 04:58:44 +02:00
types refactor: nodejs -> deno 2026-06-30 12:38:18 +02:00
.gitignore chore: gitignore update 2026-06-18 14:40:41 +02:00
deno.json test: livetest on mock website 2026-09-01 04:58:44 +02:00
deno.lock test: livetest on mock website 2026-09-01 04:58:44 +02:00
LICENSE.txt docs: add README and MIT license 2026-06-14 21:10:34 +02:00
README.md build: pre-commit hook for deno lint and fmt 2026-06-30 13:07:12 +02:00
UserScriptHeader.txt Merge branch 'set-Lifepoints' 2026-07-15 15:26:15 +02:00

DuelingBook Addons

DuelingBook Addons is a userscript that adds a small helper button panel to DuelingBook. It provides buttons for commonly used duel chat commands and messages.

Features

  • Adds a floating button list to the DuelingBook page.
  • Includes buttons for common duel actions and chat messages.
    • Randomly discard a card
    • Draw cards
    • Mill cards
    • "gl hf"
    • asking about interactions

Installation

This project is distributed as a browser userscript.

Requirements

You need a userscript manager installed in your browser, such as:

Install the userscript

Install the latest built userscript from:

https://codeberg.org/mauer01/DuelingBookAddons/raw/branch/main/dist/userscript.user.js

Development

Fork / clone the repository and run deno install for git hooks run deno task hooks:install