GreaseKit Changes
1.7 (2008-09-22)
- Fixed installation problem.
- Added GM_addStyle and GM_log.
- Moved "GreaseKit" menu to left of the "Window" menu.
- And these modification is based on Jiang Jiang's patch.
1.6 (2008-09-16)
- This version works with 64bit applications on Snow Leopard.
- Fixed memory leaks by
Aaron Zinman.
1.5 (2008-03-22)
- Applied hetima-san's workaround for
PAC (Proxy Auto Config) file.
- Added "Edit" button to "Manage Scripts&qout; window.
- Fixed handling of a CR (0x0d) only script file.
1.4 (2007-12-26)
- Removed GM APIs for security reason.
1.3 (2007-11-08)
- Changed application injecting mechanism,
GreaseKit 1.3 is now implemented as a SIMBL plugin.
- Added ".tld" keyword for URI matching.
- Changed ":)" menu to "GreaseKit".
1.2 (2007-10-23)
- Renamed from Creammonkey to GreaseKit.
- Added support of all WebKit-based applications.
Creammonkey Changes
1.1 (2007-09-20)
- Implement GM_openInTab and GM_addStyle.
- Better support for frame (ex. nested frame)
and some bug fixes.
- GM_xmlhttpRequest support overrideMimeType.
However this options is used only for Japanese character encoding.
1.0 (2007-07-21)
- Don't remove "window" variable.
- Support frames.
- Support POST method on GM_xmlhttpRequest.
- Make HTTP method names uppercase on GM_xmlhttpRequest.
0.9 (2007-06-17)
- Implement GM_xmlhttpRequest, GM_setValue, GM_getValue and GM_log.
0.8 (2006-12-03)
- Execute script when DOM is ready,
don't wait loading of all images and other resources.
- Don't cache local scripts.
- Support Accept-Encoding.
0.7 (2006-07-06)
-
Fixed problem where if a script has an error,
then other scripts can't execute in the page.
- Save toggle setting of scripts.
0.6 (2006-03-22)
- Read script file as a UTF-8.
- You can toggle the script on and off from the menu.
- Don't execute a script if the page is modified by the same script.
0.5 (2006-03-17)
- Fixed packaging bug.
- Fixed charactor encoding bug.
- Added Spanish localization. (Thanks to Miguel Herranz!)
0.4 (2006-03-12)
- Fixed a problem with reloading.
- Fixed wildcard bug.
- Added German localization. (Thanks to Jannis Leidel!)
0.3 (2006-02-18)
- Renamed from CreamMonkey to Creammonkey.
- Allows scripts that don't have metadata.
0.2 (2006-02-14)
0.1 (2006-02-12)