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