You need custom scripts enabled and a page re-writer setup.
if (url.indexOf("datamanager/ReportView.po")>-1){
    doc.getElementById("totalsTable").style.display="none";
}You need custom scripts enabled and a page re-writer setup.
if (url.indexOf("datamanager/ReportView.po")>-1){
    doc.getElementById("totalsTable").style.display="none";
}