diff --git a/4chan_x.user.js b/4chan_x.user.js index d35f36929..1ae7311b9 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4360,11 +4360,11 @@ case 'v': case 'co': case 'mlp': - return 250; + return 251; case 'vg': - return 370; + return 376; default: - return 150; + return 151; } })(); return Main.callbacks.push(this.node); diff --git a/script.coffee b/script.coffee index a5e8f236a..c342d0bf3 100644 --- a/script.coffee +++ b/script.coffee @@ -3457,11 +3457,11 @@ ThreadStats = @imgLimit = switch g.BOARD when 'a', 'b', 'v', 'co', 'mlp' - 250 + 251 when 'vg' - 370 + 376 else - 150 + 151 Main.callbacks.push @node node: (post) -> return if post.isInlined