Cleanup: 4index.gropes.us has been gone for some time.

This commit is contained in:
ccd0 2015-10-04 13:37:08 -07:00
parent 19eeb9218f
commit 88ffe60669

View File

@ -57,7 +57,7 @@ CatalogLinks =
set: (useCatalog) ->
for a in $$('a:not([data-only])', Header.boardList).concat $$('a', Header.bottomBoardList)
continue if a.hostname not in ['boards.4chan.org', 'catalog.neet.tv', '4index.gropes.us'] or
continue if a.hostname not in ['boards.4chan.org', 'catalog.neet.tv'] or
!(board = a.pathname.split('/')[1]) or
board in ['f', 'status', '4chan'] or
a.pathname.split('/')[2] is 'archive' or