Merge branch 'master' of github.com:aeosynth/4chan-x into init
This commit is contained in:
commit
53648e232d
@ -2706,7 +2706,9 @@
|
|||||||
redirect = function() {
|
redirect = function() {
|
||||||
var url;
|
var url;
|
||||||
switch (g.BOARD) {
|
switch (g.BOARD) {
|
||||||
|
case 'diy':
|
||||||
case 'g':
|
case 'g':
|
||||||
|
case 'pol':
|
||||||
case 'sci':
|
case 'sci':
|
||||||
url = "http://archive.installgentoo.net/cgi-board.pl/" + g.BOARD + "/thread/" + g.THREAD_ID;
|
url = "http://archive.installgentoo.net/cgi-board.pl/" + g.BOARD + "/thread/" + g.THREAD_ID;
|
||||||
break;
|
break;
|
||||||
|
|||||||
@ -2,7 +2,7 @@ master
|
|||||||
- mayhem
|
- mayhem
|
||||||
initiate 4chan X earlier
|
initiate 4chan X earlier
|
||||||
automatically reload expanded pictures on error
|
automatically reload expanded pictures on error
|
||||||
update /sci/ archive redirection
|
update archives redirections for /diy/, /pol/ and /sci/
|
||||||
regular expressions based filter
|
regular expressions based filter
|
||||||
handle bans with the thread updater
|
handle bans with the thread updater
|
||||||
performance improvements
|
performance improvements
|
||||||
|
|||||||
@ -2027,7 +2027,7 @@ Favicon =
|
|||||||
|
|
||||||
redirect = ->
|
redirect = ->
|
||||||
switch g.BOARD
|
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}"
|
url = "http://archive.installgentoo.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
||||||
when 'lit', 'tv'
|
when 'lit', 'tv'
|
||||||
url = "http://archive.gentoomen.org/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
url = "http://archive.gentoomen.org/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user