1
javascript:(function(){if (document.activeElement.tagName=="TEXTAREA") document.activeElement.value = document.activeElement.value.replace(/[!*]?(\[.+?\])[!*]?/g, '*$1*')})()