Some profile spam clearing tools to help moderators on StackExchange sites
This userscript simply adds a button to a user's profile page to quickly get to the edit profile page.
This userscript adds a red button that allows you to empty all fields of a profile spammer, and potentially leave a fun/explanatory/notice message in the profile bio.
Note that before clearing the fields, the script will ask you to enter a string of randomly generated characters:
(the string changes every time, it obviously won't be that exact one)
This is to ensure you don't accidentally wipe fields of a user.
After ccompleting the sanity check, the fields are saved, and the profile is saved to all network sites.
REQUIRES QUICK EDIT
When a user has had their profile fields cleared with the quickclear script, a button labelled "destroy this spammer for good" will appear:
This button will destroy the account as if you went through the mod menu manually. To be clear, this button only shows once you've evaluated the user to be a profile spammer and you've clicked the clear all fields button.
The script shows the button based on a localstorage value set by the quickclear script. In future, this may be done using GM.setvalue()
/GM.getvalue()
, but I haven't experimented with those yet (I don't make userscripts very often).