NH_userscript

Wrappers for dealing with variations in userscript managers.

As of 2023-11-04. 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://updategreasyfork.deno.dev/scripts/478349/1275173/NH_userscript.js

Author
Mike Castle (Nexus)
Version
3
Created
2023-10-26
Updated
2023-11-04
Size
3.28 KB
License
GPL-3.0-or-later

lib/userscript - A NexusHoratio library.

Wrappers for dealing with variations in userscript managers.

Exported properties (as of version 2)

  • version - Bumped per release.
  • UserscriptError - Library specific exception.
  • licenseData - License data extracted from the userscript header.
  • environmentData - Raw text about the current environment.

More details are in userscript.js as JSDoc.