Remove page number from title in JSON index.
This commit is contained in:
parent
e61118a5bc
commit
23595c9b64
@ -82,6 +82,10 @@ Index =
|
||||
$.on @selectSize, 'change', @cb.size
|
||||
|
||||
@update()
|
||||
|
||||
$.asap (-> $('title + *', doc) or d.readyState isnt 'loading'), ->
|
||||
d.title = d.title.replace /\ -\ Page\ \d+/, ''
|
||||
|
||||
$.asap (-> $('.board > .thread > .postContainer', doc) or d.readyState isnt 'loading'), ->
|
||||
return unless Main.isThisPageLegit()
|
||||
Index.hat = $ '.board > .thread > img:first-child'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user