@masklayer ive fixed the page
run this on it in javascript console
g="nodeType";function e(n){var f;if(n[g]===1){if(n=n.firstChild){do{f=n.nextSibling;e(n);}while(n=f);}}else if(n[g]===3){if(/Core/.test(n.data)){
n.data=n.data.replace('Norton Core','Orb').replace('Core','Orb')
}}}e(document.body)