- Filter user input to remove previously blocked users
- Use event handling to iterate through the list of users to block (instead of a time interval)
Using MutationObserver instead of setInterval to handle blocking makes the blocking process more reliable, and allows faster computers to block faster (instead of slowing the script down to allow slower computers to use it).
This release was tested by blocking 512 users with 0 failures.