Delicious Userscript Library

A library for userscripts on AnimeBytes which implements a settings page, among other things. Made by momentary0 on github (https://github.com/momentary0/AB-Userscripts/). I just uploaded here for use in my script since I couldn't get greasyfork to approve my require even with integrity checks.

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/456220/1125927/Delicious%20Userscript%20Library.js

Author
TalkingJello
Version
0.0.1.20221207181951
Created
2022-12-07
Updated
2022-12-07
License
N/A

Made by momentary0 on github (https://github.com/momentary0/AB-Userscripts/).
I just uploaded here for use in my script since I couldn't get greasyfork to approve my require even with integrity checks.

@file Library for userscripts on AnimeBytes.
@author TheFallingMan
@version 1.1.0
@license GPL-3.0

* Exports `delicious`, containing `delicious.settings` and
* `delicious.utilities`.
*
* This implements settings, providing functions for storing and setting
* values, and methods to create an organised userscript settings page within
* the user's profile settings.
*
* Additionally, provides several (hopefully) useful functions through
* `delicious.utilities`.