Zene
火狐狸
火狐狸
  • UID820
  • 注册日期2004-12-13
  • 最后登录2007-08-21
  • 发帖数111
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:3246回复:3

Greasemonkey 0.3.3,支持firefox1.0.4

楼主#
更多 发布于:2005-05-16 15:41
What's New:
* Bug 10004: onreadystatechange bugs fixed so that you get the right results no matter that readyState is.
* Bug 10106: Updates for FF 1.0.4 support.(升级支持1.0.4)
* Bug 10185: Tweaked GM_registerMenuCommand so that user script function doesn't get the chrome event. commandFunc now takes no parameters.

0.3b
* Added GM_getValue() and GM_setValue() for local persistence.
* Added an edit button to the manage dialog.
* Replaced enable and disable all buttons in the manage dialog with an easier to access icon in the bottom right corner of firefox.
* Added GM_log() for writing to the JS Console.
* Updates for FF 1.0.3 support.
* Scoped GM_* functions down so that they are only accessible from user scripts. This was a security concern.
* Clipped script names in the manage dialog with elipsises so that they cannot push the uninstall button off the window.
* Improved error handling by isolating scripts from one another. Errors in one script will no longer stop other scripts from running. Errors loading a script will not stop other scripts from being loaded.
* Added a generalized versioning scheme. Starting now, the current version of the script will be stored in the Mozilla preference greasemonkey.version. Scripts should know how to migrate themselves from earlier versions based on this.


Note:
* Have not yet implemented clean uninstall.(目前无法完全卸载)This means that if you downgrade to an earlier version you may have to clean out your preferences and config folder by hand.(这意味着如果你想降级到更低的版本,你必须手动清除其参数和配置文件夹)
* Although FF 1.0.3 is now supported, that browser breaks some existing scripts because it removed the undocumented, unsupport window._content property. No scripts should have been using this in the first place as it was a circular reference back to window. Affected scripts will have to be modified.

请高手写一个教程,这玩意太高级了
附件名称/大小 下载次数 最后更新
greasemonkey_0.3.3.xpi (20KB)  312 2005-05-16 15:41
游客

返回顶部