From 61167dc79265bcfe5d7625c850131c30d8826c9a Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Fri, 16 Sep 2011 18:29:46 +0200 Subject: [PATCH] Hide inlined quotes within the quote preview. --- 4chan_x.user.js | 2 +- changelog | 2 ++ script.coffee | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 84c7925d8..1938f3528 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3215,7 +3215,7 @@ border: 1px solid;\ padding-bottom: 5px;\ }\ - #qp input {\ + #qp input, #qp .inline {\ display: none;\ }\ .qphl {\ diff --git a/changelog b/changelog index 8b80cbe0a..7613dffb6 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master +- mayhem + do not display inlined quotes within the quote preview 2.19.3 - mayhem diff --git a/script.coffee b/script.coffee index a118719ae..96ce86b7c 100644 --- a/script.coffee +++ b/script.coffee @@ -2543,7 +2543,7 @@ Main = border: 1px solid; padding-bottom: 5px; } - #qp input { + #qp input, #qp .inline { display: none; } .qphl {