From ef7af459a96ad7d02a5f3b90ceb2e9b6a69ac0d8 Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 10 Dec 2010 16:10:07 -0800 Subject: [PATCH] .hide --- 4chan_x.coffee | 3 +++ 4chan_x.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/4chan_x.coffee b/4chan_x.coffee index 10ef9fedc..0b8fb5599 100644 --- a/4chan_x.coffee +++ b/4chan_x.coffee @@ -935,6 +935,9 @@ GM_addStyle ' font-size: 16px; text-decoration: none; } + .hide { + display: none; + } .pointer { cursor: pointer; } diff --git a/4chan_x.js b/4chan_x.js index 80f43bc49..f8e733cd7 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1205,6 +1205,9 @@ font-size: 16px;\ text-decoration: none;\ }\ + .hide {\ + display: none;\ + }\ .pointer {\ cursor: pointer;\ }\