Lịch sử phiên bản Greasemonkey - 14 phiên bản
Greasemonkey bởi Anthony Lieuallen
Hãy cẩn thận với các phiên bản cũ! Các phiên bản này được hiển thị cho mục đích thử nghiệm và tham khảo.Bạn luôn luôn phải sử dụng phiên bản mới nhất của một tiện ích.
Phiên bản mới nhất
Phiên bản 4.13
Đã phát hành 5 Thg 08 2024 - 615,72 KBHoạt động với firefox 58.0 và lớn hơn, android 120.0 và lớn hơnNew features:- GM.openInTab() now works in Firefox for Android. (#3189)
Mã nguồn được phát hành dưới dạng Giấy phép MIT
Tải xuống Firefox và tải tiện ích mở rộngBạn sẽ cần Firefox để sử dụng tiện ích mở rộng nàyPhiên bản cũ hơn
Phiên bản 4.12.0
Đã phát hành 13 Thg 12 2023 - 615,51 KBHoạt động với firefox 57.0 và lớn hơn, android 120.0 và lớn hơnNew features: Fixed bugs:Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.11
Đã phát hành 28 Thg 01 2021 - 537,08 KBHoạt động với firefox 57.0 và lớn hơn, android 57.0 đến 68.*New features:Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.10.0
Đã phát hành 4 Thg 10 2020 - 533,33 KBHoạt động với firefox 57.0 và lớn hơn, android 57.0 đến 68.*New features:<br />- Accessibility enhancements: Appropriate metadata for screen readers, a basic script editor. (#3058, #3059, #3060)
- GM_xmlHttpRequest(): status is null when readyState < 4. (#3068)
Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.9
Đã phát hành 12 Thg 06 2019 - 529,75 KBHoạt động với firefox 57.0 và lớn hơn, android 57.0 đến 68.*Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.8
Đã phát hành 8 Thg 05 2019 - 528,88 KBHoạt động với firefox 57.0 và lớn hơn, android 57.0 đến 68.*Fixed bugs:<br />Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.7
Đã phát hành 28 Thg 08 2018 - 526,78 KBHoạt động với firefox 57.0 và lớn hơn, android 57.0 đến 68.*Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.6
Đã phát hành 12 Thg 07 2018 - 518,89 KBHoạt động với firefox 57.0 và lớn hơn, android 57.0 đến 68.*Fixed bugs:- Repair GM.xmlHttpRequest() when fetching XML content. (#2980)
- Added translations in several languages.
- Users may specify global exclude patterns, where no user scripts will run. (#2843)
Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.5
Đã phát hành 28 Thg 06 2018 - 520,17 KBHoạt động với firefox 57.0 và lớn hơn, android 57.0 đến 68.*Fixed bugs: New features:Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.4.0
Đã phát hành 23 Thg 05 2018 - 520,66 KBHoạt động với firefox 57.0 và lớn hơn, android 57.0 đến 68.*Fixed bugs: New features:Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.3
Đã phát hành 16 Thg 03 2018 - 463,87 KBHoạt động với firefox 57.0 và lớn hơn, android 57.0 đến 68.*Fixed bugs:
- The
open_in_background
feature ofGM.openInTab()
works correctly. (#2672) - Installation of user scripts works even from sites with strict Content Security Policies, like GitHub. (#2631)
New features:
- Even "forbidden" headers (e.g. Cookie, Host, User-Agent) may be specified when calling GM.xmlHttpRequest(). (#2723)
- Interface strings are translated into multiple languages. (#2527)
- Greasemonkey will not install scripts while disabled. (#2643)
- Monkey menu has new Firefox-native look and feel. (#2805)
- New scalable icon. (#2739)
Mã nguồn được phát hành dưới dạng Giấy phép MIT
- The
Phiên bản 4.2
Đã phát hành 19 Thg 01 2018 - 448,22 KBHoạt động với firefox 57.0 và lớn hơn, android 57.0 đến 68.*Fixed bugs:- Use of the magic TLD is now reflected correctly in the monkey menu user script list. (#2795)<br>
- Privileged API handlers will now refuse to continue without the appropriate @grant entry. (#2777)<br>
- Native xmlHttpRequest now handles URLs relative to the page correctly. (#2771)<br>
- When globally enabling/disabling Greasemonkey, this setting is saved across Firefox restarts. (#2652)<br>
- Firefox for Android is marked compatible. <br>
- Improved keyboard accessibility of the Monkey Menu. (#2794)
- Added a save button to the user script editor (Ctrl-S still works). (#2785)<br>
- User scripts will execute on local file:///s. (#2693)<br>
- The script install dialog appears in a dialog, not a browser tab. (#2641)<br>
- When the ==UserScript== block contains an unrecognized key, the entire key name is indicated in the warning message. (#2684)<br>
Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.1
Đã phát hành 11 Thg 12 2017 - 444,23 KBHoạt động với firefox 52.0 và lớn hơn, android 52.0 đến 68.*Fixed bugs:- For GM.xmlHttpRequest, set the finalURL (#2692) and support onprogress (#2712).<br>
- Update @match handling to be consistent with pre-existing behavior. (#2673, #2715)<br>
- Handle user scripts that end with a comment. (#2670)<br>
- Fix changing @noframes in the user script editor. (#2637)<br>
New features:
Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.0
Đã phát hành 2 Thg 11 2017 - 443,67 KBHoạt động với firefox 57.0 và lớn hơnA complete rewrite from scratch, built on the WebExtensions API to work with Firefox 57 and beyond. For more detail see http://www.greasespot.net/2017/09/greasemonkey-4-announcement.html .Mã nguồn được phát hành dưới dạng Giấy phép MIT