I've just released Mastodon De-Mob, an anti-harassment tool that lets users to block everyone who favorited or boosted a toot calling for harassment. https://mastodon-de-mob.codesections.com/
Please feel free to test it out with the example URL I provided; that will only block a test account I set up for this purpose. Hopefully, you won't ever need it for real.
It also reports the harassing toot, which I hope will prevent the tool's abuse for non-harassing toots.
@codesections "Get Toot" does nothing for me. I tried disabling uBlock but that only reset the whole page. Is there something I'm missing?
@codesections Exactly that way. Where would I find the errors? (All I know how to get in firefox is the javascript itself)
On a hunch, I disabled Privacy Badger as well as uBlock; didn't make a difference either. It's not even that nothing happens, but I don't even get visual feedback from clicking the Get Toot button, as if the button is only a picture. The cursor does change into a hand as if there's something to click, though.
@irina
Thanks for the effort to debug! I'd be interested in errors from two places: First, the javascript console (right click on the page, select "Inspect Element", and then select the console tab). There might or might not be errors.
Second, the "Network" tab of the same web inspector. (Depending on screen layout, you might need to click the ">>" button to select that tab). Everything there *should* have a 302 or 200 in the "status" column—we'd be looking for anything that doesn't.