Remove IEEE Spectrum Nav Bar

Fixes scrolling bug when using touch screens by simply removing the top navigation bar.

2023-08-15 기준 버전입니다. 최신 버전을 확인하세요.

/* ==UserStyle==
@name        Remove IEEE Spectrum Nav Bar
@description Fixes scrolling bug when using touch screens by simply removing the top navigation bar.
@author      Korakys
@namespace   spectrum.ieee.org
@version     1.0.0
@license     CC0
==/UserStyle== */

@-moz-document domain("spectrum.ieee.org") {
#sTop_Bar_0_0_27_0_0_12 {
   display: none;
}
}