jQuery(function() { jQuery('.mw-rollback-link a').click(function(event) { var summary = prompt('Summary:'); if (summary === null) { event.preventDefault(); } else { this.href += '&summary=' + encodeURIComponent(summary); } }).css({'color': '#009999'}); });