diff --git a/4chan_x.user.js b/4chan_x.user.js index 9367e9e87..296b72c54 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4070,6 +4070,7 @@ a[href="javascript:;"] {\ .block ~ .op,\ .block ~ .omittedposts,\ .block ~ table,\ +.block ~ br,\ #content > [name=tab]:not(:checked) + div,\ #updater:not(:hover) > :not(.move),\ #qp > input, #qp .inline, .forwarded {\ diff --git a/script.coffee b/script.coffee index 68ae2c9a4..70411ff72 100644 --- a/script.coffee +++ b/script.coffee @@ -3408,6 +3408,7 @@ a[href="javascript:;"] { .block ~ .op, .block ~ .omittedposts, .block ~ table, +.block ~ br, #content > [name=tab]:not(:checked) + div, #updater:not(:hover) > :not(.move), #qp > input, #qp .inline, .forwarded {