Remove score/perks message. Fix Posting Success Notifications.
This commit is contained in:
parent
6622029650
commit
4542377ef9
@ -846,12 +846,7 @@ QR =
|
|||||||
|
|
||||||
QR.cleanNotifications()
|
QR.cleanNotifications()
|
||||||
if Conf['Posting Success Notifications']
|
if Conf['Posting Success Notifications']
|
||||||
{textContent} = h1
|
QR.notifications.push new Notice 'success', h1.textContent, 5
|
||||||
timeout = 5
|
|
||||||
if (xa19 = resDoc.firstChild.textContent.match(/xa19:(.*):xa19/))
|
|
||||||
textContent += " (score/perks: #{xa19[1]})"
|
|
||||||
timeout = 20
|
|
||||||
QR.notifications.push new Notice 'success', textContent, timeout
|
|
||||||
|
|
||||||
QR.cooldown.add threadID, postID
|
QR.cooldown.add threadID, postID
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user