Tampermonkey is a Greasemonkey compatible script manager for Android. Please note that Tampermonkey is still in beta state.
Tampermonkey provides enhanced userscript support for Google Chrome, Chromium Browser and now Android. It's API is fully compatible to Greasemonkey.
This means support of:
- all GM_* functions including:
* GM_registerMenuCommand
* GM_xmlhttpRequest with cross domain support
* GM_getResourceText
* GM_getResourceURL
- the tags:
* @resource and
* @require
- read access to variables of the unsafeWindow object
- access to functions of the unsafeWindow object (but there is no return value).
Furthermore there is a GUI to manage your installed scripts.