muzuiget / monkey-support

Lightweight userscript manager
6 stars 1 forks source link
userscript-manager web-extension

Wildmonkey

中文

Lightweight userscript manager.

Features

FAQ

Is this a replacement for Greasemoneky-like extensions?

No, it does not support the non-standard JavaScript features used by such extensions, the functions which the name starts with GM_.

Why develop this extension?

In order to execute simple userscripts on mobile browsers, existing Greasemoneky-like extensions are not optimized for mobile browsers.

Tutorial

After installation, by default two userscripts are generated for example:

You can test these two example userscripts at https://httpbin.org/headers.

Userscript

Type

Two types are supported:

When None is selected, the code will not executed, equivalent to a draft or disabled status.

Urls

URL patterns to execute the code automatically.

The format is Match Patterns, use * to represent zero or more characters, and one pattern per line.

But the following restrictions are added:

When no URL is matched, a clickable button is displayed on the extension popup page, and the user can click the button to execute the code manually.

Feedback

Please use the Issues system of this repository.

Changelog

v0.20.2 / 2024-08-19

v0.20.1 / 2024-07-06

v0.20.0 / 2024-07-03

v0.19.2 / 2024-06-27

v0.19.1 / 2024-06-25

v0.19.0 / 2024-06-23

v0.18.0 / 2024-06-03

v0.17.1 / 2024-04-20

v0.17.0 / 2024-04-16

v0.16.2 / 2024-04-08

v0.16.1 / 2024-01-06

v0.16.0 / 2024-01-03

v0.15.0 / 2023-12-28

v0.14.0 / 2023-10-03

v0.13.8 / 2023-08-12

v0.13.7 / 2023-07-08

v0.13.6 / 2023-06-06

v0.13.5 / 2023-05-17

v0.13.4 / 2023-03-18

v0.13.3 / 2023-02-12

v0.13.2 / 2023-01-10

v0.13.1 / 2022-12-28

v0.13.0 / 2022-12-13

v0.12.0 / 2022-12-11

v0.11.0 / 2022-12-09

v0.10.0 / 2022-12-08

v0.9.0 / 2022-11-29

v0.8.0 / 2022-11-24

v0.7.0 / 2022-11-19

v0.6.0 / 2022-09-20

v0.5.1 / 2022-07-31

v0.5.0 / 2022-06-20

v0.4.0 / 2022-06-12

v0.3.0 / 2022-06-11

v0.2.1 / 2022-06-01

v0.2.0 / 2022-05-24

v0.1.1 / 2022-03-14

v0.1.0 / 2022-01-02