Tampermonkey® by Jan Biniok

Recent Changes

5.4.6224
2025-01-16
It is necessary to enable developer mode to run userscripts via Tampermonkey now.
Instructions on how to enable it can be found here.
General
Added support for sending ArrayBuffer and UInt8Array objects via GM_xmlhttpRequest
Added the $DATETIME$ variable for use in script templates
Fixed the "Message length exceeded" error during script updates
UI
Fixed forced action menu updates
Reworked the UI to better distinguish between scripts that are disabled and those that are enabled but not executed
Locales
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
5.3.6223
2024-12-02
5.3.6221
2024-11-27
General
Fixed the configuration of script positions via drop down menu
Setting sandboxed window.location now navigates via background context
Fix GM.cookie.list() to resolve also if called without an argument
Allow GreasyFork's install button to update correctly after moving a script to the trash
5.3.6216
2024-10-25
General
Fixed issue with listening for menu command access keys
Resolved issue where GM_registerMenuCommand entries reappeared until clicked
Fix relative externals in @require and @resource
Locales
Updated Ukrainian translation | thanks to click0
5.3.6213
2024-10-04
General
Resolved issues with protocol-relative URLs in GM_xmlhttpRequest
Ensured GM_xmlhttpRequest retains specified request headers during redirects
Resolved issue with back navigation on the intermediate script installation page
Resolved issues with cloud functions on the options page
Corrected the sorting of menu commands after updates
Added @run-in support
Added a setting to control whether GM_cookie should be able to access HttpOnly cookies
Fixed sometimes wrong GM_xmlhttpRequest response header separator
UI
Fixed saving of checkbox and text inputs via the save button
Fixed opening menus at the popup by clicking the name
Added a button to disable script updates at the update dialog
Microsoft Edge
Fixed @noframes support in dynamic userScripts mode
Locales
Updated Portuguese-Brazil translation | thanks to igorruckert
Updated Italian translation | thanks to bovirus