Hab eben meinen Portable von 6702 auf 6703 upgedatet und auf einmal sind die Boxen wieder da.
Ist in meinem Code ein Fallstrick?
CSS
/*##############################################################################
* Reg-Box weg
* von: Andreas
* https://www.camp-firefox.de/forum/thema/128106-registrierungsbox-entfernen/
*/
@-moz-document domain("camp-firefox.de") {
.boxesSidebarLeft .box.boxInfo, .boxesSidebarRight .box.boxInfo{
display:none!important;
}
/* funktioniert auch in 6703*/
/* die hier sind in 6703 wieder da :( */
/*##############################################################################
* alle anderen Boxen auch weg
* von: edvoldi
* https://www.camp-firefox.de/forum/thema/128120-ungelesene-themen-entfernen/
* https://www.camp-firefox.de/forum/thema/128097-anpassung-camp-firefox-hilfe-forum/?postID=1117134#post1117134
*/
.box[data-box-identifier="com.woltlab.wbb.UnreadThreads"]
.box[data-box-identifier="com.woltlab.wcf.genericBox23"]
.box[data-box-identifier="com.woltlab.wbb.LatestPosts"],
.box[data-box-identifier="com.woltlab.wcf.TodaysBirthdays"], {
display: none;
}
}
Alles anzeigen