Tampermonkey Config

Simple Tampermonkey script config library

Ili estas versioj de tiu ĉi skripto, kie la kodo estas ĝisdatigita. Montri ĉiujn versiojn

  • 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