eSix Extend
"Downvote" to "Add to Set" hotkey (For those that don't downvote)
Line 2476
Post.vote(-1, postID);
to
PostSet.add_post(postID, YourSet#);
eSix Extend
"Downvote" to "Add to Set" hotkey (For those that don't downvote)
Line 2476
Post.vote(-1, postID);
to
PostSet.add_post(postID, YourSet#);