Haha, I bet. It’s pretty easy to whip up something that blindly likes all if that’s your thing - but that’s not my focus with the script. I just want to automatically upvote certain users with the option to revoke on specific posts if needed.
example code for blind-all below (executes in console)
$(function(){
var thingsClicky = document.getElementsByClassName("like");
var arrayLength = thingsClicky.length;
for (var i = 0; i < arrayLength; i++) {
document.getElementsByClassName("like")[i].click();
}
});
I only know of one badge/pendant that they do that with, and that’s because that badge is an albatross hung around the neck, not an honour.
Unless, of course, you start annoying other users by going through locked topics and liking a bunch of old posts; that I can remember stirring up trouble. Otherwise, I don’t remember any issues when I went on a badge-quest.
If you can’t find fifty recent things to like here in 24 hours, I respectfully submit that you’re not looking hard enough.
God, too many posts to keep up with in a 24-hour period! I can’t imagine how anybody can earn/keep Regular status nowadays with the volume of posts. :7 Some threads have had 200 posts in the past twelve hours alone, most of them by HQ posters.
Well I don’t read all the comments/posts. I do take a look at all the new Topics and for a lot go well that is enough. Read is for the topics and if you make the little blue text that says new go away by clicking it that counts. Also check the keyboard shortcuts for skimming through comments.
Thank you so much for your help - absolutely invaluable. I have a feeling the script is going to bite me in the ass in the future, probably going to develop it further, but it is functional and completes today’s RL Achievements quota. Muchas Gracias, amigo!