//INSERT SUPERSCRIPT WRAP FOR TM REG, COPYRIGHT TAGS jQuery('body :not(script)').contents().filter(function() { return this.nodeType === 3; }).replaceWith(function() { return this.nodeValue.replace(/[™®©]/g, '$&'); });