Upgrade
|
|
I edited the script to also remove (function(){
var t2 = document.getElementById('Table2');
if(!t2 || t2.textContent.indexOf('Last Login')==-1) return;
//remove user styles
var array = document.evaluate("//style | //link[contains(@href,'ThemeCss.ashx') or contains(@href,'UserStyle.ashx')]",document,null,6,null);
for(var i=array.snapshotLength-1; (item=array.snapshotItem(i)); i--) {
item.parentNode.removeChild(item);
}
})();
It doesn't run if it's not on a profile either. |