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;\ }\