This should fix the unread issue, according to @Nami-Doc. #968
This commit is contained in:
parent
ffea1676fd
commit
c49c201d91
@ -3636,7 +3636,9 @@ Unread =
|
|||||||
count = Unread.posts.length
|
count = Unread.posts.length
|
||||||
|
|
||||||
if Conf['Unread Count']
|
if Conf['Unread Count']
|
||||||
d.title = if g.DEAD
|
# XXX Chrome bug where it doesn't always update the tab title.
|
||||||
|
# crbug.com/124381
|
||||||
|
d.title.textContent = if g.DEAD
|
||||||
"(#{Unread.posts.length}) /#{g.BOARD}/ - 404"
|
"(#{Unread.posts.length}) /#{g.BOARD}/ - 404"
|
||||||
else
|
else
|
||||||
"(#{Unread.posts.length}) #{Unread.title}"
|
"(#{Unread.posts.length}) #{Unread.title}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user