Tampermonkey® by Jan Biniok

Recent Changes

4.20.6187
2023-08-29
General
Add a title option to GM_registerMenuCommand
Add script version number when saving a script
Content-security-policy (CSP) directives are not relaxed by default anymore
Notes:
  • In Chrome script injection should work as usual but some userscripts might depent on a relaxed CSP
  • In Firefox, if the page CSP blocks injection, userscripts are now injected into a JavaScript-mode @sandbox, which might require cloneInto and friends for unsafeWindow property modification
  • The old behavior can be restored by setting 'Modify existing content security policy (CSP) headers' to 'Yes'
  • This change helps to better comply with the Mozilla add-on development policies
Locally modified scripts are still not updated, but now can be reverted by a manual update and confirmation
Add an option to GM_registerMenuCommand to not auto close the popup on click
Fix GM_xmlhttpRequest FormData key-value order
Fix ESLint to allow top-level await
Fix BSD issue due to wrong getPlatformInfo response
Regression
Fix tab opening from extension pages
Locales
Update Italian translation | thanks to bovirus
Update Portuguese-Brazil translation | thanks to igorruckert
Update Japanese translation | thanks to shirayuki
Update Russian translation | thanks to ACherepkov1989
Update Turkish translation | thanks to selimsumlu
Update Chinese (traditional) translation | thanks to 5idereal
Update French translation | thanks to Juknum
UI
Allow tabs to be scrolled horizontally if too many tabs are present
Always start search-as-you type from the current position
4.19.6183
2023-05-03
General
Additional fixes related to document.write
Fix the active script count when an embedded frame is removed
Fix issues when document.write was called
Fix cookies response headers if GM_xhr.redirect is set to manual
UI
Introducing Tam, your helpful assistant for getting started
Confirm script deletion in the dashboard if the trash is disabled
Locales
Show a localized extension name to Chinese users
Update Italian translation | thanks to bovirus
Sync
Make TamperDAV script change detection work regardless of boot order
When using WebDAV, add a trailing slash notation to collection names as suggested by the spec
Fix issues regarding enabling and disabling sync
4.19.6180
2023-03-13
General
Fix automatic detection mode of Add GM functions to this or window
Add GM_xhr.redirect option support with one of follow, error or manual as possible value
Remove GM_info.userAgent in favor of GM_info.userAgentData with all properties of NavigatorUAData and some "high entropy" values
Fix disappearing 'Yes' value of the 'Modify existing content security policy headers' option
Fix GM.download(url, name)
Add experimental GM_info.userAgent
UI
Show more site icons per script
Search editor as you type
Assure editor search results are scrolled in view
Locales
Localize extension name and description
4.19.6177
2023-01-30
General
Fix GM_setValue with binary content
Fix sometimes broken userscript link in stack trace
Allow cloud backups to be downloaded
ESLint updated to 8.32.0
Fix menu command listeners sometimes being executed multiple times
Fix GM_deleteValue to really delete values also in background
Make the storage editor show undefined values as well
Internal cleanup and rework for manifest v3
Locales
Update Italian translation | thanks to bovirus
Update Japanese translation | thanks to shirayuki
Update Chinese (simplified) translation | thanks to gin3715
Update Russian translation | thanks to Tyemak
Experimental
Support userscript editing at vscode.dev if the Tampermonkey Editors extension is installed
4.19.6175
2022-11-09
Chrome >= 71, Firefox >= 65
General
Internal rework and cleanup
Disable wrappedJSObject compatibility option by default
Fix GM_unregisterMenuCommand
Fix GM.saveTab
Make @sandbox always default to raw
Make console methods enumerable again
UI
Improve visualization of blacklisted scripts
Sync
Don't disable script updates on sync triggered change imports