Not currently, but I have a bookmarklet that can make it easy to get them over (though it doesn't make it easy to manage them as they end up as a single file: javascript:$('<textarea></textarea>').attr({id: 'TheAaronAllScripts'}).css({width:'100%',height: '30em'}).text($('.script .editor').map(function(idx,e){return e.env.editor.getValue();}).toArray().join("\n/* ############################### */;\n\n")).appendTo('body'); Just add a bookmark to chrome with the above in it. Go to the scripts page for the game you want to copy from and select the bookmark. That will build a textarea at the bottom of the page with all the scripts concatenated together. Copy the text and paste it as a new script in the new game and all the scripts will be copied over. That does not copy 1-Click installed scripts or the configurations of scripts, but it can be a pretty fast way to get up and running in a new copy without having to manually copy them all across.