Tampermonkey® by Jan Biniok

Последние изменения

5.6.6241
2026-07-19
General
Fixed an issue that prevented extension pages from being loaded
Decoupled update checks from the actual update process; set “Automatic installation” as needed
Reworked GM_addElement to always return the created element and null in case of failure
Scripts with @run-at context-menu can now be launched from the popup menu
Changed GM_xmlhttpRequest to merge given cookies instead of appending them
Improved factory reset to clear additional stored data
Fixed setting relative paths via window.location
Fixed GM_xmlhttpRequest to allow sending FormData objects with duplicate keys
Added the $DATETIME$ variable for use in script templates
Reworked the storage implementation
Reworked the sandbox console to make its properties configurable
Fixed onurlchange so it fires on hash changes triggered by pushState
UI
Added sorting capability to the includes/excludes editor
Added checkbox to invert script search results
Tweaked in-page notifications
Added extra editor commands for easier editing on touch devices
Added regular expression support to the script search
Added editor theme 'Claude' | thanks to coffeechococake7
Added commands to jump to the next/previous linter problem
Improved tag editing for selected scripts
Corrected rendering of SVG script icons
Fixed site favicon issues
Locales
Updated Greek translation | thanks panos78
Updated Spanish translation | thanks pepe1987 and Texaliuz
Updated Russian translation | thanks Blueberryy
Updated Italian translation | thanks to bovirus
Updated Portuguese-Brazil translation | thanks to igorruckert
Updated Japanese translation | thanks to shirayuki
Updated Vietnamese translation | thanks to IoeCmcomc
Added Hebrew translation | thanks to EliShteinman
Updated Chinese (traditional) translation | thanks to MaxHasBeenUsed
Updated Portuguese translation | thanks to Blackspirits
Updated Belarusian translation | thanks to Pavel Miniutka
Experimental
Added experimental support for GM_audio
5.3.6218
2024-11-15
General
Renamed the Safari App Extension to Tampermonkey Classic
Fixed the configuration of script positions via drop down menu
5.3.6217
2024-11-01
General
Fix relative externals in @require and @resource
Fixed issue with listening for menu command access keys
Resolved issue where GM_registerMenuCommand entries reappeared until clicked
Locales
Updated Ukrainian translation | thanks to click0
5.3.6214
2024-10-07
General
Resolved issues with protocol-relative URLs in GM_xmlhttpRequest
Corrected the sorting of menu commands after updates
Resolved issues with cloud functions on the options page
UI
Fixed opening menus at the popup by clicking the name
5.3.6210
2024-09-09
General
Tag support
Added @run-in support
Fixed sometimes wrong GM_xmlhttpRequest response header separator
Added button to force update externals
Added multi-value support for storage methods
Reworked counting of executed script instances
Enhanced back/forward cache navigation handling
Fixed an GM_registerMenuCommand issue with non-letter accessKeys
UI
Added a button to disable script updates at the update dialog
Improved editor search functionality
Fixed code selection near the top and bottom of the editor
Locales
Updated Ukrainian translation | thanks to Postrediori
Updated Portuguese-Brazil translation | thanks to igorruckert
Updated Italian translation | thanks to bovirus