diff --git a/4chan_x.user.js b/4chan_x.user.js index 34cb00215..9b64855c2 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3022,6 +3022,7 @@ opacity: .5;\ }\ \ + /* Firefox bug: hidden tables are not hidden */\ [hidden] {\ display: none;\ }\ diff --git a/script.coffee b/script.coffee index 9d75511ef..68fc4fb40 100644 --- a/script.coffee +++ b/script.coffee @@ -2412,6 +2412,7 @@ main = opacity: .5; } + /* Firefox bug: hidden tables are not hidden */ [hidden] { display: none; }