From 335d0e7f922510b40e4f8012e39651ae984fdb74 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 26 Dec 2011 17:48:07 +0100 Subject: [PATCH] Remove CSS workaround that got fixed in Fx9. --- 4chan_x.user.js | 1 - script.coffee | 1 - 2 files changed, 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 9b285e88d..0e17ce38c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3208,7 +3208,6 @@ text-decoration: none;\ }\ \ - [hidden], /* Firefox bug: hidden tables are not hidden. fixed in 9.0 */\ .thread.stub > :not(.block),\ #content > [name=tab]:not(:checked) + div,\ #updater:not(:hover) > :not(.move),\ diff --git a/script.coffee b/script.coffee index bb9f1ea86..73935d937 100644 --- a/script.coffee +++ b/script.coffee @@ -2565,7 +2565,6 @@ Main = text-decoration: none; } - [hidden], /* Firefox bug: hidden tables are not hidden. fixed in 9.0 */ .thread.stub > :not(.block), #content > [name=tab]:not(:checked) + div, #updater:not(:hover) > :not(.move),