API reference: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
m Arantius (Anthony Lieuallen) can undo this if it is premature, but I've done my part. |
No edit summary |
||
Line 1: | Line 1: | ||
* [[GM_addStyle]] | * [[GM_addStyle]] | ||
* [[GM_getValue]], [[GM_setValue]] | * [[GM_getValue]], [[GM_setValue]] | ||
* [[GM_log]] | * [[GM_log]] | ||
* [[GM_openInTab]] | * [[GM_openInTab]] | ||
Line 14: | Line 12: | ||
== Notes == | == Notes == | ||
All GM_* functions were blocked in version 0.3.5, due to security vulnerabilities. | All GM_* functions were blocked in version 0.3.5, due to security vulnerabilities. | ||
These functions were restored | These functions were restored with updates making them secure, and the new [[unsafeWindow]] object was added, in version 0.5. | ||
[[Category:API Reference|*]] | [[Category:API Reference|*]] |
Revision as of 22:24, 3 January 2008
- GM_addStyle
- GM_getValue, GM_setValue
- GM_log
- GM_openInTab
- GM_registerMenuCommand
- GM_xmlhttpRequest
- unsafeWindow
See Also
Notes
All GM_* functions were blocked in version 0.3.5, due to security vulnerabilities. These functions were restored with updates making them secure, and the new unsafeWindow object was added, in version 0.5.