diff --git a/4chan_x.user.js b/4chan_x.user.js index f66115471..6c6f7fd59 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4370,11 +4370,11 @@ case 'v': case 'co': case 'mlp': - return 251; + return 250; case 'vg': - return 376; + return 370; default: - return 151; + return 150; } })(); return Main.callbacks.push(this.node); diff --git a/script.coffee b/script.coffee index fb4319556..e37c11e7b 100644 --- a/script.coffee +++ b/script.coffee @@ -3467,11 +3467,11 @@ ThreadStats = @imgLimit = switch g.BOARD when 'a', 'b', 'v', 'co', 'mlp' - 251 + 250 when 'vg' - 376 + 370 else - 151 + 150 Main.callbacks.push @node node: (post) -> return if post.isInlined