diff --git a/4chan_x.user.js b/4chan_x.user.js index c3d47f01c..a94e50c92 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2872,6 +2872,7 @@ case 'p': case 'po': case 'pol': + case 'r9k': case 'soc': case 'sp': case 'toy': diff --git a/changelog b/changelog index 514b910c4..d9a41b46f 100644 --- a/changelog +++ b/changelog @@ -4,7 +4,7 @@ master the unread count will decrease when inlining quotes of unread posts the report button can open multiple popups again add omploader to the list of optional flavors (http://ompldr.org/upload?url1=) - update archive redirections + update archive redirections, add /lit/ and /u/ 2.23.7 - mayhem diff --git a/script.coffee b/script.coffee index 3243d802c..85ced57bb 100644 --- a/script.coffee +++ b/script.coffee @@ -2241,7 +2241,7 @@ redirect = "http://fuuka.warosu.org/#{g.BOARD}/thread/#{g.THREAD_ID}" when 'diy', 'g', 'sci' "http://archive.installgentoo.net/#{g.BOARD}/thread/#{g.THREAD_ID}" - when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'pol', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x' + when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'pol', 'r9k', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x' "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}" else "http://boards.4chan.org/#{g.BOARD}"