diff --git a/4chan_x.user.js b/4chan_x.user.js index 0e9ba7e25..cd0aab8e2 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -5227,7 +5227,7 @@ a[href="javascript:;"] {\ #content > [name=tab]:not(:checked) + div,\ #updater:not(:hover) > :not(.move),\ .autohide:not(:hover) > form,\ -#qp input, #qp .inline, .forwarded {\ +#qp input, .forwarded {\ display: none !important;\ }\ \ diff --git a/script.coffee b/script.coffee index 5353a1405..8783886a4 100644 --- a/script.coffee +++ b/script.coffee @@ -4100,7 +4100,7 @@ a[href="javascript:;"] { #content > [name=tab]:not(:checked) + div, #updater:not(:hover) > :not(.move), .autohide:not(:hover) > form, -#qp input, #qp .inline, .forwarded { +#qp input, .forwarded { display: none !important; }