Fix @include tags that starts with / (uso:135504)
Distinguish between `@match` and @include statements (newly installed scripts only | uso:89322)
Avoid a lot of warnings and overhead generated by the tab object that is created when the omnibox is selected
Fix issue that script editor content was not updated after manual script update
GM_info support (see API documentation for details)
Fix `@require` statements that refer to local files (I swear this was working some days ago... -_-)
Support GM_openInTab('//foo.bar.de')
Fix 'Unrecognized manifest key 'all_frames'.' warning (Chrome 21)
Use MutationObserver for DOMAttrModified emulation
Fix installation of scripts when their name does not contain letters or numbers
Fix some code mirror options
Show description when hovering over Tamperfire item
Unify options and Tamperfire table
Update CodeMirror Editor to 2.22
Fix enable/diable button at the options page
Regexp includes are case insensitive, thx KindlyOldGentleman
Rework UI a little bit to make the editor better usabe at small screens
Don't search for userscripts at URL GET parameters
Don't install userscripts from POST requests
Avoid regular script to be interpreted as userscripts