I know this question may be asked before but I did not find the correct answer that works.
I tried this code
$('body *').each(function(k,v){$(v).text($(v).text().replace("Hazem","mizzo"))});
but the page crashes, I don't know why.
I'm prefer the code to be in pure javascript not jQuery. Thanks.