Have you ever wanted to unfollow or follow a whole group of people?
Well if you have Firefox I can tell you one way to do it.
I will attempt to break it down so even a newbie can do it. But if you are beyond that just do the numbered steps.
First you need the iMacros app.
In Firefox pull up "Add On Manager" by selecting "Tools" and "Add-ons".
When the Add on Manager site comes up you will probably need to select "See more add-ons".
Search for iMacros and add it to Firefox.
Restart Firefox.
Select the "Open iMacros Sidebar" icon in the "Tool Bar" section.
My icon is blue with a yellow "button" on it.
Create Steemit Folder.
Right select "Favorites" and "New Folder"
Right select "New Folder" and rename to "Steemit".
Bring up Notepad and create the Unfollow macro.
Copy the text below and paste it in Notepad.
TAB T=1
TAG POS=1 TYPE=LABEL ATTR=TXT:Unfollow
WAIT SECONDS=4
Save as "#SteemitUnfollowFollowed.iim" in the newly created Steemit folder.
My folder is located in C:\Users\Gregs\Documents\iMacros\Macros
(Be sure it is named with the .iim at the end.)
TAB T=1
TAG POS=1 TYPE=LABEL ATTR=TXT:Follow
WAIT SECONDS=4
Save as "#SteemitFollowFollowers.iim" in the Steemit folder.
To Unfollow a batch of people you pull up your "Following" list and run the "#SteemitUnfollowFollowed.iim" macro.
iMacros has a loop function that enables you to loop through the macro as many times as you like. You can delete your whole list if you like.
The Follow macro works basically the same way with the exception that it is limited to 50 names on the page then you need to select the next page. I'm sure you can program in the page flipping, but I wanted more control.