Topic: When comparing strings use triple equal signs instead of double.
Triple equal signs compare strings faster than double equal signs. There are about 300 cases of using double equal signs when comparing strings in the script as a whole and if you replace all those with triple equal signs, processing will become faster and will allow even more simultaneous queries. You can do this easily by using a text editor that has a replace in all documents feature and replacing something like == ' to === ' and then !=== ' to !== '.
Sorry for my bad wording; it's 3AM and I'm exhausted. By the way, I love your script :thumbsup:
Also, a 'Disable View Count' feature would be nice since the views aren't unique which kinda defeats the point in the first place.