Are you whining about people who you think are whining, Slowwy?
This makes you a whiner!!
This makes you a whiner!!
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("apolyton.net") {
.thead, .navbar-row td.vbmenu_control, .navbar-row td, td.footer-row td, td.tfoot{
background: #551100 !important;
}
.postdata{
background: transparent !important;
border: 0px !important;
margin: 0px !important;
padding: 0px !important;
}
td.alt2 .smallfont div{
display: none !important;
}
td.alt2 .smallfont .postdata{
display: block !important;
}
td.alt2 .smallfont{
color: #808080 !important;
font-size: 9px !important;
}
td.alt2 .usertitle{
color: #000000 !important;
font-size: 11px !important;
}
table.maintable{
width: 95% !important;
border-left: 2px solid #866 !important;
border-right: 2px solid #866 !important;
background-color: white !important;
}
.bbcode-rounded-quote{
width: 90% !important;
margin-left: auto !important;
margin-right: auto !important;
}
.row-new div{
background-color: #ffffe5 !important;
padding: 1px;
}
body{
background: #ccc url('') !important;
}
}
// ==UserScript==
// @name Apolyton Fix
// @namespace as098d7q23na9po87sycn
// @include http://apolyton.net/forums/*
// ==/UserScript==
function fixUserInfo(){
var cells = document.getElementsByClassName('alt2');
for(var i=0; i 0){
if(children[4]) {
children[4].parentNode.removeChild(children[4]);
if(userTitle[0]) {
userTitle[0].innerHTML += '' + children[3].innerHTML.substring(9);
children[3].parentNode.removeChild(children[3]);
}
} else {
children[3].parentNode.removeChild(children[3]);
}
children[1].parentNode.removeChild(children[1]);
children[0].parentNode.removeChild(children[0]);
};
};
};
window.addEventListener('load', fixUserInfo, false);
Comment