Merge pull request #63 from MayhemYDG/master
archive.no-ip.org doesn't archive /c/
This commit is contained in:
commit
6e85e7f173
@ -1782,7 +1782,6 @@
|
|||||||
case '3':
|
case '3':
|
||||||
case 'adv':
|
case 'adv':
|
||||||
case 'an':
|
case 'an':
|
||||||
case 'c':
|
|
||||||
case 'ck':
|
case 'ck':
|
||||||
case 'co':
|
case 'co':
|
||||||
case 'fa':
|
case 'fa':
|
||||||
@ -2189,7 +2188,7 @@
|
|||||||
unread.init();
|
unread.init();
|
||||||
}
|
}
|
||||||
if ($.config('Auto Watch') && location.hash === '#watch') {
|
if ($.config('Auto Watch') && location.hash === '#watch') {
|
||||||
watcher.watch();
|
watcher.watch($('body > form'), $('form > input[value=delete]').name);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
threading.init();
|
threading.init();
|
||||||
|
|||||||
@ -1390,7 +1390,7 @@ redirect = ->
|
|||||||
url = "http://green-oval.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
url = "http://green-oval.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
||||||
when 'jp', 'm', 'tg'
|
when 'jp', 'm', 'tg'
|
||||||
url = "http://archive.easymodo.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
url = "http://archive.easymodo.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
||||||
when '3', 'adv', 'an', 'c', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
|
when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
|
||||||
url = "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
url = "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
||||||
else
|
else
|
||||||
url = "http://boards.4chan.org/#{g.BOARD}"
|
url = "http://boards.4chan.org/#{g.BOARD}"
|
||||||
@ -1699,7 +1699,7 @@ main =
|
|||||||
unread.init()
|
unread.init()
|
||||||
|
|
||||||
if $.config('Auto Watch') and location.hash is '#watch'
|
if $.config('Auto Watch') and location.hash is '#watch'
|
||||||
watcher.watch()
|
watcher.watch($('body > form'), $('form > input[value=delete]').name)
|
||||||
|
|
||||||
else #not reply
|
else #not reply
|
||||||
threading.init()
|
threading.init()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user