diff --git a/4chan_x.user.js b/4chan_x.user.js index 96fe9a2cf..b651da278 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3337,6 +3337,7 @@ case 'm': case 'tg': case 'u': + case 'vg': return "http://archive.foolz.us/" + href[3] + "/full_image/" + href[5]; } }, diff --git a/script.coffee b/script.coffee index 23d9f3d27..a5cdf93a6 100644 --- a/script.coffee +++ b/script.coffee @@ -2724,7 +2724,7 @@ redirect = # Do not use g.BOARD, the image url can originate from a cross-quote. return unless conf['404 Redirect'] switch href[3] - when 'a', 'jp', 'm', 'tg', 'u' + when 'a', 'jp', 'm', 'tg', 'u', 'vg' "http://archive.foolz.us/#{href[3]}/full_image/#{href[5]}" thread: -> return unless conf['404 Redirect']