mirror of
https://github.com/davidarroyo1234/InstagramUnfollowers.git
synced 2026-04-26 05:15:52 +03:00
[PR #13] [CLOSED] InstagramUnfollowers 2.0 #325
Labels
No labels
bug
documentation
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/InstagramUnfollowers#325
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/davidarroyo1234/InstagramUnfollowers/pull/13
Author: @tomleb3
Created: 8/9/2022
Status: ❌ Closed
Base:
master← Head:instagram-unfollowers-2📝 Commits (1)
658790aInstagramUnfollowers 2.0📊 Changes
13 files changed (+399 additions, -95 deletions)
View changed files
📝
.gitignore(+1 -0)➕
.prettierrc.json(+7 -0)📝
README.md(+53 -18)➖
Readme/InstaConfirmation.png(+0 -0)➖
Readme/Pixelatedresult.png(+0 -0)➕
assets/main.png(+0 -0)➕
assets/results.png(+0 -0)📝
min/min.js(+16 -1)➕
package-lock.json(+50 -0)➕
package.json(+11 -0)➕
scripts/bookmarkletify.js(+26 -0)➕
scripts/update-readme.js(+24 -0)📝
src/main.js(+211 -76)📄 Description
A complete re-design while still using some of the base code.
The script no longer needs to be run in the console, now has a GUI, and is provided to the users as a bookmarklet.
Also allows for convenient selection of "users to unfollow".
And lots more.
Note: using NPM here, so would need to
npm installin dev environment to get it running.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.