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 {