Thursday, January 10, 2013

Greasemonkey 1.6 Release

The entire list of bugs handled in this release is also available via the 1.6 milestone on GitHub. Note that as always it takes some time for Mozilla to review the new version, but it's available on the all versions page immediately.

If you are using it and notice problems, it's best to log an issue or let us know at greasemonkey-dev (and be clear that it's with this version).

Enhancements:
  • Properly run scripts on pages that specify only a username in the URL. (#1677)
  • Tweak the "New User Script.." feature which allows adding a user script from the keyboard so that it's harder to overwrite installed scripts. (#1672)
  • Add the line number to the "use of return outside functions is deprecated" warning. (#1670)
  • Update the pattern matching for the Magic TLD part of @include rules. (#1351)
Bug fixes:
  • Calling window.location.replace() with only an #anchor part of the URL no longer fails. (#1584)

7 comments:

Raveld said...

how to organize, Scratchpad be the default editor?

arantius said...

I don't think that's possible today, but it's a good idea.

https://github.com/greasemonkey/greasemonkey/issues/1688

Raveld said...

I hope this feature can be used in the next update.
thank you for the quick response.

sab1024 said...

On 1.6 the results never load when I have auto load selected. When I disable the auto load, then the results load as normal. Thanks

arantius said...

What are "the results" and where are you selecting "auto load"?

Is this some feature of some particular script on some particular site?

sab1024 said...

Well I think the real problem is when I click the More or Search Tools tabs, it opens another tab and I see connecting...redirecting" flashing on the tab and it keeps doing that until I close it. I hope that makes sense. I only use the Search Tools to search for specific time frames (like hours,week, month) but I guess I will learn to do that when I type in my query into the search bar. Probably quicker anyhow. Thanks for the followup.

Anonymous said...
This comment has been removed by a blog administrator.