Furaffinity-Message-Box

Library to hold MessageBox functions for Furaffinity

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/528997/1765109/Furaffinity-Message-Box.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
Midori Dragon
Version
1.0.5
Created
2025-03-06
Updated
2026-03-02
Size
21 KB
License
MIT

Furaffinity Message Box

Helper Library to show a MessageBox for your custom FurAffinity Script.

See documentation on Furaffinity-Message-Box.

How to use

  • @require this script

  • Show a MessageBox:

    await FAMessageBox.show('Hello, world!');
    const result = await FAMessageBox.show('This is a confirmation.', 'Confirmation', FAMessageBoxButtons.YesNo, FAMessageBoxIcon.Question);
    if (result === FADialogResult.Yes) { /* ... */ }
    

    See Furaffinity-Message-Box for more info

Feature Roadmap

Feature Status
Have MessageBox ✅ Completed
Support different Types ✅ Completed
⠀⠀⠀⠀Information ✅ Completed
⠀⠀⠀⠀Question ✅ Completed
⠀⠀⠀⠀Warning ✅ Completed
⠀⠀⠀⠀Error ✅ Completed
Support Furaffinity Color Themes ✅ Completed
Support non async MessageBox ⬜ Planned