Furaffinity-Custom-Pages

Library to create Custom pages on Furaffinitiy

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.greatest.deepsurf.us/scripts/476762/1803329/Furaffinity-Custom-Pages.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.2.5
Created
2023-10-05
Updated
2026-04-19
Size
4.83 KB
License
MIT

Furaffinity Custom Pages

Helper Library to create Custom pages on FurAffinity.

See documentation on Furaffinity-Custom-Pages.

How to use

  • @require this script

  • Create a new CustomPage:

    const customPage = new FACustomPage("pageUrl", "parameterName");
    

    See CustomPage for more info

  • Subscribe to the onOpen Event:

    customPage.onopen = (event) => { console.log(event.detail.parameterValue) };
    customPage.addEventListener("onOpen", (event) => { console.log(event.detail.parameterValue) });
    

    event.detail contains the custom page data including parameterValue and document

  • Trigger the check for open pages:

    FACustomPage.checkAllPages();
    

Feature Roadmap

Feature Status
Have basic Custom Pages ✅ Completed
Support for url encoded parameters ✅ Completed