diff --git a/4chan_x.user.js b/4chan_x.user.js index 518e38337..66fbddcae 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4346,7 +4346,7 @@ case 'mlp': return 251; case 'vg': - return 501; + return 376; default: return 151; } diff --git a/script.coffee b/script.coffee index 2584ef6b6..e6e074260 100644 --- a/script.coffee +++ b/script.coffee @@ -3453,7 +3453,7 @@ ThreadStats = when 'a', 'b', 'v', 'co', 'mlp' 251 when 'vg' - 501 + 376 else 151 Main.callbacks.push @node