$( "iframe" ).load(function() { $("iframe").contents().find("b").html(function(_, html) { return html.replace(/(bd{1,3}.d{1,3}.d{1,3}.d{1,3}b)/, '$1'); }); });