Greasemonkey for Firefox 4.0 Trunks, Beta, Releases – Official Trunk Test build.

Changelog: http://github.com/greasemonkey/greasemonkey/commits/master/

29.11.2010 – Edit:
Found official Trunk folder of compiled Nightly Builds to test:

https://arantius.com/misc/gm-nightly/

Latest build as of today:

https://arantius.com/misc/gm-nightly/greasemonkey-2010.11.25.nightly.xpi

Merge remote branch ‘mook/AOM-script-container’
correctly show script containing folder when using the Firefox4 addons manager
Prevent the default context menu from showing up when right clicking on the status icon
Clean up the status click actions.
Version bump to full 4.0 compatibility.
Merge remote branch ‘erikvold/issue-1192′
Bugfix single character merge resolution mistake.
Merge remote branch ‘erikvold/issue-1191′
Fixed bug in error reporting in @require files. Closes #1200
Remove the attempt to prevent Greasemonkey detection in shouldLoad().
Include mpl-utils.js in addons4-overlay.xul so the “Show Containing Folder” command works.
Add ‘edit’ and ‘show containing folder’ context menu items.
bug fix: making sure that a XPCNativeWrapped document exists in a user script’s sandbox scope for FF < 4
Simplify GM_newUserScript().
Remove "greetz" messages from install dialog.
Do not call addonsStartup() until after window load.
including modules directory in build.sh
Closes #1191 no longer jarring jsm and using 'modules' dir for jsm
Renaming .jsm file to .js for github highlighting.
Revert "update build.sh to process resource line to point inside the jar"
lazily loading the nsIAppShellService for better startup performance.
Define the updateDate for FF4 Addon objects.
Minor clean ups.
update build.sh to process resource line to point inside the jar
Merge remote branch 'arantius/issue-1175'
Do not include '.user.js' in script-names-from-filenames.
Merge remote branch 'arantius/issue-1184'
Style/behavior tweaks to new-tab-html-userjs behavior.
Rename variables to identify the type of window they reference.
Pass the context in which a user script has been opened to GM_ScriptDownloader. If the user script has a content type of text/html, load it in that context, otherwise close the context.
Remove hacking the DOM in JS in favor of a XUL overlay.
Style fixes.
Closes #1175 @name defaults to filename and @namespace defaults to the host of the install url or ""
since em:minVersion is 3.0 we no longer need to check if sendAsBinary is supported.
removing unused variable 'codebase'
making a uri out of the downloadURL when reparsing a userscript during config load
the enabled state's default is true, no need to set it to true here
... read more

Install Download: greasemonkey-0.9.20101030.xpi

228 total views, 1 views today