|
/* Hide View Source, History, and Talk tabs */
#ca-viewsource, #ca-history, #ca-talk {
display: none !important;
}
/* --- HIDE SIDEBAR TOOLBOX (Vector 2022) --- */
/* 1. Hide the "Tools" Header/Label specifically */
#p-tb-label {
display: none !important;
}
/* 2. Hide the list of links inside the Tools section */
#p-tb {
display: none !important;
}
/* 3. Hide the specific container wrapper for the Toolbox */
/* This cleans up any empty white space left behind */
.vector-main-menu-group-id-tb {
display: none !important;
}
/* Force hide the header inside the toolbox group */
.vector-main-menu-group-id-tb .vector-main-menu-heading {
display: none !important;
}
|