No description
  • HTML 96.2%
  • TypeScript 3.8%
Find a file
2026-07-21 01:14:58 +02:00
dist fix: version number 2026-07-19 01:37:01 +02:00
Interfaces fix(): last refactors 2026-07-19 01:36:30 +02:00
src fix(StorageRepo): last fixes, rename from LocalStorage to StorageRepo 2026-07-21 01:14:28 +02:00
test fix(StorageRepo): last fixes, rename from LocalStorage to StorageRepo 2026-07-21 01:14:28 +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: add new stubs and first tests 2026-07-19 01:29:18 +02:00
deno.lock test: add new stubs and first tests 2026-07-19 01:29:18 +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