Merge branch 'master' of github.com:aeosynth/4chan-x

This commit is contained in:
Nicolas Stepien 2011-10-27 01:46:22 +02:00
commit 0e05ea0b0f
3 changed files with 4 additions and 2 deletions

View File

@ -2709,7 +2709,9 @@
redirect = function() {
var url;
switch (g.BOARD) {
case 'diy':
case 'g':
case 'pol':
case 'sci':
url = "http://archive.installgentoo.net/cgi-board.pl/" + g.BOARD + "/thread/" + g.THREAD_ID;
break;

View File

@ -2,7 +2,7 @@ master
- mayhem
initiate 4chan X earlier
automatically reload expanded pictures on error
update /sci/ archive redirection
update archives redirections for /diy/, /pol/ and /sci/
regular expressions based filter
handle bans with the thread updater
performance improvements

View File

@ -2017,7 +2017,7 @@ Favicon =
redirect = ->
switch g.BOARD
when 'g', 'sci'
when 'diy', 'g', 'pol', 'sci'
url = "http://archive.installgentoo.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
when 'lit', 'tv'
url = "http://archive.gentoomen.org/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"