Remove score/perks message. Fix Posting Success Notifications.

This commit is contained in:
ccd0 2019-04-02 05:52:29 -07:00
parent 6622029650
commit 4542377ef9

View File

@ -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