Furaffinity-Prototype-Extensions

Library to hold common prototype extensions for your Furaffinity Script

As of 02. 02. 2025. See the latest version.

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/525666/1530813/Furaffinity-Prototype-Extensions.js

Autor
Midori Tsume
Verzija
1.0.0
Napravljeno
02. 02. 2025
Ažurirano
02. 02. 2025
Size
3,19 КБ
Licenca
MIT

Furaffinity Prototype Extensions

A collection of prototype extensions for needed Functions. Also see docs on Furaffinity-Prototype-Extensions

How to use

  • @require this script
  • Use added Functionalities:

    let someString = "Hello World";
    someString = someString.trimEnd(" World");
    console.log(someString); // logs: "Hello"
    

Feature Roadmap

Feature Status
String extensions ✅ Completed
⠀⠀⠀⠀trimStart('someString') ✅ Completed
⠀⠀⠀⠀trimEnd('someString') ✅ Completed
Node extensions ✅ Completed
⠀⠀⠀⠀insertBeforeThis(newNode)⠀⠀⠀⠀ ✅ Completed
⠀⠀⠀⠀insertAfterThis(newNode) ✅ Completed
⠀⠀⠀⠀getIndexOfThis() ✅ Completed
⠀⠀⠀⠀readdToDom() ✅ Completed