diff --git a/4chan_x.user.js b/4chan_x.user.js index 04a293c82..96fe9a2cf 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3223,6 +3223,7 @@ threadStats.imgLimit = (function() { switch (g.BOARD) { case 'a': + case 'mlp': case 'v': return 251; case 'vg': diff --git a/changelog b/changelog index 0b9a5846d..3d16fc0b2 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master +- noface + Update imagelimit for mlp. 2.27.1 - Mayhem diff --git a/script.coffee b/script.coffee index 0605e5703..23d9f3d27 100644 --- a/script.coffee +++ b/script.coffee @@ -2610,7 +2610,7 @@ threadStats = threadStats.posts = threadStats.images = 0 threadStats.imgLimit = switch g.BOARD - when 'a', 'v' + when 'a', 'mlp', 'v' 251 when 'vg' 501