Greasy Fork is available in English.

Tampermonkey Config

Simple Tampermonkey script config library

Dessa är versionerna av skriptet där koden uppdaterades. Visa alla versioner.

  • v1.2.0 2024-12-10 Imported from URL
  • v1.2.0 2024-12-09

    perf(GM_config): Make #builtinTypes static

    feat(GM_config)!: API refactor - Config descriptions using custom or certain built-in processor, formatter might break!

    BREAKING CHANGE: These APIs will crash: Custom prop.processor, prop.formatter; int_range, float_range built-in processors. This API will not function: options.folderDisplay

  • v1.1.5 2024-12-08

    feat(GM_config): up, down, currentPath

  • v1.1.4 2024-12-08

    perf(GM_config): Cache config values

    doc(GM_config): Update readme; Update version code

  • v1.1.3 2024-12-04

    fix(GM_config): Version mismatch

  • v1.1.2 2024-10-07

    GM_config: Minor fix; Fix test code; Update readme

  • v1.1.1 2024-10-07

    GM_config: Deeply proxied; List config

  • v1.1.0 2024-10-05

    GM_config: Camel naming

    GM_config: Support for folders

  • v1.0.3 2024-09-30

    GM_config: Support functions on TM-provided attrs

  • v1.0.2 2024-09-30

    GM_config: Minor updates

  • v1.0.1 2024-09-30

    GM_config: Version fix

  • v1.0.1 2024-09-30

    GM_config: prop.type

    GM_config: Better action

  • v1.0.0 2024-09-18

    Update spelling & comment

  • v1.0.0 2024-09-16

    GM_config: *Listener -> *EventListener; Split get & set events; Multi-tab synchronization

  • v0.8.1 2024-08-16

    GM_config: Support for options; bug fix of GM_config.version

  • v0.8.0 2024-08-15

    GM_config: Refactor using class; API refactor; Bug fix on unexpected register

  • v0.7.0 2024-01-26

    Drop support for Tampermonkey 5.0.0-; re-register menu item using options.id

  • v0.6.0 2023-12-30

    Support $default; Formatter default renamed to normal

  • v0.5.5 2023-12-25

    Bug fix; code optimize

  • v0.5.4 2023-11-30

    Code optimize

  • v0.5.3 2023-09-03

    No need to grant GM_info

  • v0.5.2 2023-09-01

    disable debug

  • v0.5.1 2023-09-01

    Support for beta features: options

  • v0.5.0 2023-08-29

    Fixed GM_config_event

  • v0.4.3 2023-08-29

    x debug

  • v0.4.3 2023-08-29

    Supports iframe

  • v0.4.2 2023-08-05

    Delete value if equal to default

  • v0.4.1 2023-08-03

    Re-register menu items on demand(bump version)

  • v0.4.0 2023-08-03

    Re-register menu items on demand

  • v0.4.0 2023-08-02

    Breaking change: support for formatters

  • v0.3.4 2023-08-01

    Add @match in order for it to sync

  • v0.3.2 2023-08-01

    undefined seems more sensible

  • v0.3.1 2023-08-01

    Bug fix: _GM_config_get

  • v0.3.0 2023-08-01

    Support for events. Breaking change: No longer need to invoke _GM_config_register after changing config values in your script.

  • v0.2.3 2023-07-06

    Add semicolons.

  • v0.2.2 2023-07-06

    New builtin processor

  • v0.2.1 2023-07-05
  • v0.2.0 2023-07-05
  • v0.1.0 2023-07-05