Please wait...
Tampermonkey
by Jan Biniok
Home
Support
Changes
Donate
Impressum

Tampermonkey Changes

3.0.3389.11
Make Tampermonkey run at pages where cookies are blocked by Chrome
(Every access to localStorage i.e. just assigning it to another variable throws a security error then.)
Please visit http://tampermonkey.net/faq.php#Q404 if you're using Chrome 27, SRWare Iron 26 or above!
3.0.3389.7
Fix cross-domain GM_xmlHttpRequest for Chrome 26
Fix onprogress event support of GM_xmlhttpRequest for Chrome < 27 and the 'Native' unsafeWindow retrieval method
Updated French translation file | thx to ozzii
Add some information to the invalid userscript hint (helps on automatic triggered script updates)
3.0.3389
Adapt TM's security model to allow the context menu to be shown at Chrome 28
Add statistics (can be turned off at the options page)
Updated French translation file | thx to ozzii
Use another API function in order to create desktop notifications and fix TM start-up at platforms that don't support the old function anymore
Note: createHTMLNotification is deprecated, but still part of the developers guide :(
Rework @match to work more like it's stated here: http://developer.chrome.com/extensions/match_patterns.html
Support relative URLs at @require and @resource
Update Simplified Chinese locale | thx to zzjin
Snapshot's drag'n'drop script positioning
onprogress event support for GM_xmlhttpRequest
Add isIncognito to GM_info
Add support for a bunch of websites that started using content security policy headers
NOTE: this seems to be the root cause of the current script-blocker-detected pop-up problems
thanks to 'joy' for reporting this
Fix badge icon in some cases
Add a save-to-disk button to the editor's button bar
Fix a minor crash at the background page
Updated CodeMirror Editor to version 3.11
Initial support for the @grant tag (including 'none')
Rewrote parts of the frame events and script execution engine from scratch
Reworked the action menu to be more user-friendly
Option to set unsafeWindow retrieval method, Chrome >= 27 only
Performance tweaks
Heavy internal rework
Don't show changelog, if the notification wasn't clicked
Improve performance
Internal rework to start scripts with 'document-start' a little bit earlier
Support for window.content (http://mzl.la/Y3t0T3 | uso:21626)
Rework notifications to use a standard communication channel
Rework the script version check to handle other characters than digits and dots too (issue:130)
Generate favicons for the sites column for regexp includes too (topic:486)
Cleanup context menu for 'advanced' users
Rename Options entry to Dashboard
2.12.3124.256
Fix a major issue at the options page when a script include doesn't contain at least one character of /a-zA-Z0-9/
2.12.3124.188
Add support for a bunch of websites that started using content security policy headers
NOTE: this seems to be the root cause of the current script-blocker-detected pop-up problems
thanks to 'joy' for reporting this