From 88ffe6066951b4fd8859f5f2f773f113fa23c2ca Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 4 Oct 2015 13:37:08 -0700 Subject: [PATCH] Cleanup: 4index.gropes.us has been gone for some time. --- src/Miscellaneous/CatalogLinks.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/CatalogLinks.coffee b/src/Miscellaneous/CatalogLinks.coffee index 6956514a6..1843edb6d 100755 --- a/src/Miscellaneous/CatalogLinks.coffee +++ b/src/Miscellaneous/CatalogLinks.coffee @@ -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