Tampermonkey® by Jan Biniok

Recent Changes

5.5.6235
2026-02-13
General
Added provisioning support for installing scripts via OS policies
Decoupled update checks from the actual update process; set “Automatic installation” as needed
Fixed an issue where content scripts were not unregistered when the extension was globally disabled
Improved factory reset to clear additional stored data
UI
Refined the import‑file selector so it only accepts the appropriate file types
Added a title that shows the current state of the global enabler
Locales
Added Hebrew translation | thanks to EliShteinman
Updated Chinese (traditional) translation | thanks to MaxHasBeenUsed
Updated Italian translation | thanks to bovirus
5.5.6234
2026-01-15
General
Scripts with @run-at context-menu can now be launched from the popup menu
Improved the context menu update rate
Fixed header parameter handling in GM_download
UI
Fixed a minor UI glitch that appeared in wide browser windows
Added regular expression support to the script search
Reworked global hints to allow live updates without a page reload
Locales
Updated Vietnamese translation | thanks to IoeCmcomc
Updated Italian translation | thanks to bovirus
Updated Japanese translation | thanks to shirayuki
Microsoft Edge
Speed up recognition of the Allow User Scripts option being enabled
Optimised memory usage for GM_xmlhttpRequest when used in streaming mode
5.5.6232
2025-11-29
General
Fixed GM_download conflictAction handling
GM_download now uses the initiator tab’s cookie store
Added an anonymous option for GM_download
window.focus now also brings the window to the front
Corrected handling of repeatedly‑navigating iframes.
Resolved multiple field‑reported crashes
Fixed imports so external resources are never treated as importable userscripts
Enable importing files that contain only global settings
Fixed setting relative paths via window.location
Fixed GM_xmlhttpRequest to allow sending FormData objects with duplicate keys
UI
Improved keyboard navigation of tabs
Added editor theme 'Claude' | thanks to coffeechococake7
Improved script installation and import
Allow script storage editor to be saved using ctrl+s
Fixed some issue with the script update column
Microsoft Edge
Any save or download now prompts for the optional download permission
Note: This can be disabled by setting Download Mode to Native
Locales
Belarusian translation updated | thanks to Pavel Miniutka
Greek translation updated | thanks panos78
5.4.6230
2025-08-20
General
Release Candidate 1 (RC1)
Minor internal cleanup
Microsoft Edge
Fixed downloading large files in 'native' mode
Fixed importing large scripts
Fixed a GM_xmlhttpRequest issue with large responses when using 'fetch' mode
UI
Improved tag editing for selected scripts
Corrected rendering of SVG script icons
Experimental
Added experimental support for GM_audio
Locales
Greek translation updated | thanks panos78
Spanish translation updated | thanks pepe1987
Russian translation updated | thanks Blueberryy
5.4.6227
2025-05-23
Regression
Fixed GM_download in browser API mode
UI
Added commands to jump to the next/previous linter problem
Fixed site favicon issues
Added an option to show no text, but only the badge on script execution
Made some more strings translatable (unit, editor commands)
Sync
Added the user-modified flag to the synced properties to prevent overwriting local changes after a sync
Enhanced OneDrive sync by adopting a standardized URL for file listings
General
Fixed sometimes missing progress events when using GM_download and GM_xmlhttpRequest
Fixed response text encoding of fetch-based, non-utf8 GM_xmlhttpRequest
Reworked the storage implementation
Fixed an issue with downloading large data: URIs
Added Blob and File download capabilities to GM_download