goodwin64 / instagram-not-mutual-followers

Tampermonkey based script for the Instagram to detect which people you follow do not follow you back
21 stars 1 forks source link

Remove "Follow back" and "Unfollow" buttons on other users pages #16

Open goodwin64 opened 4 years ago

goodwin64 commented 4 years ago

STR:

  1. Navigate to any (let's say XXX) user profile where the analyzer can be run.
  2. Run it, wait for the results

Expected result: "Follow back" and "Unfollow" buttons are absent because these users aren't your connections, but the XXX user's

Actual result: "Follow back" and "Unfollow" buttons are present

image

pidgeon777 commented 4 years ago

Removing 'Unfollow' would make absolute sense because it is not certain that you're also following the user to be unfollowed, but in my opinion 'Follow' in some cases could be nice to be left.

For example, I'm browsing my friend account, then I notice someone on the result list who I would like to add.

Just a thought, though ;).

pidgeon777 commented 4 years ago

An even mode complex case would be the following:

Again, this could make a little more sense, but I understand it would be more complicated. Let's call this, a premium feature.

goodwin64 commented 4 years ago

Nice catch, thanks! But in that way logic will be way more complex. Also, I want to keep this analyzer as simple as possible. At the same time, it's a nice suggestion to differ people you know (followers or following) from other people on your friend page 👍

pidgeon777 commented 4 years ago

We posted the comment at the same time, eheh. Anyway, understood.