User:Novem Linguae/Scripts/Vector2022NoFloatingTopBar.js
//
$(function() {
let skin = mw.config.get('skin');
if ( skin === 'vector-2022' ) {
mw.util.addCSS(`
#vector-sticky-header { display: none; }
`);
}
});
//
//
$(function() {
let skin = mw.config.get('skin');
if ( skin === 'vector-2022' ) {
mw.util.addCSS(`
#vector-sticky-header { display: none; }
`);
}
});
//