Use our own thread excerpt for /pol/ instead of 4chan's.
This commit is contained in:
parent
185b0b5234
commit
f302befec7
@ -310,7 +310,7 @@ Config =
|
||||
]
|
||||
'Thread Excerpt': [
|
||||
true
|
||||
'Show an excerpt of the thread in the tab title for threads in /f/.'
|
||||
'Show an excerpt of the thread in the tab title if not already present.'
|
||||
]
|
||||
'Remove Thread Excerpt': [
|
||||
false
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
ThreadExcerpt =
|
||||
init: ->
|
||||
return if g.BOARD.ID isnt 'f' or g.VIEW isnt 'thread' or !Conf['Thread Excerpt']
|
||||
return if (g.BOARD.ID isnt 'f' and g.BOARD.ID isnt 'pol') or g.VIEW isnt 'thread' or !Conf['Thread Excerpt'] or Conf['Remove Thread Excerpt']
|
||||
|
||||
Thread.callbacks.push
|
||||
name: 'Thread Excerpt'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user