Tampermonkey Classic
效率
仅适用于 Mac
¥15.00
Tampermonkey is the most popular userscript manager, with over 10 million users. It's available for Safari, Chrome, Microsoft Edge, Opera Next and Firefox.
Tampermonkey makes it very easy to manage your userscripts and provides features like a clear overview over the running scripts, a built-in editor, ZIP-based import and export, automatic update checks and browser and cloud storage based synchronization.
This extension is installed in just a minute, so give it a try!
Note: Please use Tampermonkey at macOS 10.14.4+ for optimal results.
更多 So I have to pay again for Tampermonkey iOS ????????????????????
So I have to pay again for Tampermonkey iOS ????????????????????
I have purchased Tampermonkey before, but after this update, the name had been changed to Tampermonkey Classic, and it can only be used on Mac. However, the new Tampermonkey can be used on both Mac and IOS. So I have to buy a new one again???
I have purchased Tampermonkey before, but after this update, the name had been changed to Tampermonkey Classic, and it can only be used on Mac. However, the new Tampermonkey can be used on both Mac and IOS. So I have to buy a new one again???
Why do I need to pay for the app again after the update for iOS?
Why do I need to pay for the app again after the update for iOS?
Renamed the extension to Tampermonkey Classic
Fixed the configuration of script positions via drop down menu
5.3.6218 2024/11/17
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
6217 2024/11/02
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
Safari
Fixed some minor internal issues
5.3.6214 2024/10/08
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
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
Safari
Fixed an issue that occasionally prevented background initialization at some systems
Locales
Updated Ukrainian translation | thanks to Postrediori
5.3.6210 2024/09/11
General
Implemented fixes for Safari if host permissions are limited
Added a warning message when a script without @include and @match entry is saved the first time
Introduced a permission editor for enhanced management of host permissions
Removed use of deprecated DOMNodeInserted and MutationEvent events
Addressed problems related to script installation from certain Gitlab URLs
Introduced GM_notification tag to overwrite existing notifications
Added GM_registerMenuCommand id parameter to update existing commands
Introduced GM_registerMenuCommand title parameter
User-defined globals are now accepted in ESLint configuration
Added script version number when saving a script to disk
New GreasyFork script URLs are now detected
UI
Show an error icon at scripts without any @include and @match entry
Corrected 'replace all' functionality in code editor for certain strings
Locales
Updated Italian translation | thanks to bovirus
Updated Japanese translation | thanks to maboroshin and shirayuki
Updated Portuguese-Brazil translation | thanks to igorruckert
Updated Danish translation | thanks to jhertel
Updated Chinese (simplified) translation | thanks to PaperStrike
Updated Russian translation | thanks to adem4ik
Updated Vietnamese translation | thanks to IoeCmcomc
Updated Russian translation | thanks to ACherepkov1989
Updated Turkish translation | thanks to selimsumlu
Updated Chinese (traditional) translation | thanks to 5idereal
Updated French translation | thanks to Juknum
5.2.6199 2024/06/06
General:
Fixes for Safari 17 and macOS Sonoma
Add a title option to GM_registerMenuCommand
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 Safari version at GM_info.userAgentData
UI:
Always start search-as-you type from the current position
Locales:
Update Chinese (traditional) translation | thanks to 5idereal
Update French translation | thanks to Juknum
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
4.20.6188 2023/10/19
General:
Allow cloud backups to be downloaded
Fix GM_deleteValue to really delete values also in background
Make the storage editor show undefined values as well
@sandbox support with possible values 'raw', 'JavaScript' and 'DOM'
Remove document.addEventListener('DOMContentLoaded', ...) delayed event dispatching for document-start scripts executed later than the event
Remove toSource object prototype compat option
Fix @resource SVG handling
Remove GM_setTab in favor of the documented GM_saveTab call
UI:
Introducing Tam, your helpful assistant for getting started
Search editor as you type
Assure editor search results are scrolled in view
Sync:
Fix issues regarding enabling and disabling sync
Fix an issue that script updates were disabled on sync triggered change imports
Show script sync log messages at the settings page
Dropbox: avoid upload of identical content
Safari:
Fix script site icons
Fix Dropbox sync
Fix some script execution issues
Locales
Add Macedonian translation | thanks to EntityPlantt
Add Hellenic (Greek) translation | thanks to panos78
Update a lot of translations
4.20.6184 2023/08/01
General:
Improved compatibility for userstyles installed as userscript
Make trash configurable (on/off/session only)
Improve JavaScript scriptlet support via @unwrap tag
Use up to ES2022 for linting if supported by the browser
Update ESLint
Make cloud service re-authentication without user intervention less disturbing
Shift key + mouse click based multi select
Dark mode improvements
Show localized userscript name and description if available where possible
Keep CRLF line endings on edit
Use eslint-plugin-userscripts to highlight userscript header issues
Fix storage 'Reload' button and add 'Reset'
UI:
Show script and external resources size in dashboard
Fix favicons with transparent background
Improve editor menu if advanced editor is disabled
Fix script positioning via drag and drop
Decrease extension size by removing jQuery dependency
Sync:
Add a button to force a sync
Locales:
Update Russian translation | thanks to wvxwxvw
Update Chinese (traditional) translation | thanks to ndbiaw and SiderealArt
Update Chinese (simplified) translation | thanks to dnknn
Update French translation | thanks to omerien
Update Portuguese-Brazil translation | thanks to igorruckert
Update Hindi translation | thanks to Yash-Singh1
Update Japanese translation | thanks to shirayuki
Update Chinese (simplified) translation | thanks to xiaopangju
Update Italian translation | thanks to bovirus
Update Danish translation | thanks to will2022
Update Turkish translation | thanks to Tmp341
4.17.6162 2022/05/25
Native support for M1 Macs
Userscript Search integration (search on action menu entry click, on action menu open or always)
Add option whether to import script data and/or externals
Disable automatic script update on script modification
Add script trash
Add an option to add the current domain to the blacklisted pages list
Add a reload button to the script storage tab
Update ESLint
Update CodeMirror editor to version 5.58.2
Update JSZip to 3.5.0
Add Danish translation
Update many locales
4.13.6140 2021/07/01
General:
Add ESLint rule id to error messages
Update ESLint
Allow to derive custom linter config from eslint:recommended
GM_xhr.onloadend support
GM_xhr: Fix protocol-relative URLs
GM_xhr: Fix reported status of requests in progress
Sync:
Improve OneDrive request error handling
Fix Yandex.Disk authentication
Change backup file name to avoid character issues with some WebDAV servers
Safari:
Fix crashes reported via MAS
Fix GM_notification to allow user interaction and timeouts
Fix GM_download to save all data to the downloads folder
Locales:
Update Japanese locale | thanks to shirayuki
Update Vietnamese locale | thanks to IoeCmcomc
Update Ukrainian locale | thanks to toplinden
Update Serbian locale | thanks to zoranzoki21
UI:
Allow tab size configuration
Add script update item to editor file menu
'Darker' theme update
Fix WebDAV credentials being used for import and export
Accept more WebDAV server URLs formats
4.11.6117 2020/07/28
Safari:
macOS 10.13 support
Fix a minor crash at extension pages
Fix GM_setClipboard
General:
Allow plain scripts to be imported via file import as well
Sync:
Fix an issue that some remote source code changes were not applied correctly
UI:
Fix several editor search issues
Speed up script search
'Darker' theme update
Allow scripts to be removed via editor menu
Locales:
Update Japanese locale | thanks to shirayuki
Update Chinese (traditional) locale | thanks to austin-chang
Update Italian locale | thanks to bovirus
Update Indonesian locale | thanks to Azhe403
6108 2020/01/12
Safari:
Fix modification of some GM_xhr headers
General:
Fix an issue that user includes and excludes caused script update confirmation dialogs
Internal cleanup and speedup
Locales:
Update Portuguese-Brazil locale | thanks to igorruckert
4.10.6103 2019/11/27
Dark mode theme support
Scroll tab view content instead of page
Fix version number based sorting
Fix factory reset
Fix editor theme loading
4.9.6079 2019/11/08
Fix toolbar item icon width at macOS 10.15
Fix script update confirmation page
Check for unsaved changes before tab close/reload
4.9.6055 2019/10/18
Fixes issues with scripts containing non-ASCII characters
4.9.6041 2019/10/16
Renamed the extension to Tampermonkey Classic
Fixed the configuration of script positions via drop down menu
更多 版本 5.3.6218 2024/11/17
未与你关联的数据 开发者可能会收集以下数据,但数据不会关联你的身份: