//GM_log("Last.fm single submit: launched"); document.getElementById('editorSubmit').addEventListener('click',function(e){document.getElementById('editorSubmit').disabled=true;},false);
This tiny one-liner disables the submit-button on new forum posts when clicking it, so you can't accidentally create more than one (identic) topic by clicking it more than once.
Anti-double-post