Anonymous ID: 99d9fc Dec. 7, 2018, 11:13 a.m. No.4200537   🗄️.is 🔗kun

Posted awhile back in the QAnon Computer Programming thread, but in case that's not monitored by the qanon.pub maintainer:

 

(copied)

 

I have a feature suggestion for qanon.pub.

 

It would be convenient of the page title (presently "Q") showed the current number of posts, because this would make it easy to tell if there's NEW Q!!! without switching to that window/tab.

 

I believe this can be done by, at the end of function checkForNewPosts(), adding this one line of code:

 

document.title="Q ["+posts.length+"]";