Merge branch 'master' of github.com:aeosynth/4chan-x
This commit is contained in:
commit
0e05ea0b0f
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user