From a3d782500a69c4ebf241634c034851d11b9b0773 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 10 Jul 2016 13:36:11 -0700 Subject: [PATCH] 4chan has thread excerpts on /f/ now also. --- src/Miscellaneous/Banner.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/Banner.coffee b/src/Miscellaneous/Banner.coffee index e5e12b26a..31a6085a5 100644 --- a/src/Miscellaneous/Banner.coffee +++ b/src/Miscellaneous/Banner.coffee @@ -16,7 +16,7 @@ Banner = banner = $ ".boardBanner" {children} = banner - if g.BOARD.ID isnt 'f' and g.VIEW is 'thread' and Conf['Remove Thread Excerpt'] + if g.VIEW is 'thread' and Conf['Remove Thread Excerpt'] Banner.setTitle children[1].textContent children[0].title = "Click to change"