Table of contents
TL;DR / [Geek Summary]:
- Ditch the manual grind; automate unfollowing with a JS snippet in the browser Console.
- Logic: Uses jQuery selectors to target “Unfollow” buttons and a
setIntervalloop to trigger them.- Geek Move: Hit F12, paste the code, and clear your feed clutter in one shot.
# How to Quickly Unfollow UP Masters on Bilibili?
When you engage in “follow-for-follow,” you might find your feed cluttered with unwanted videos. Or perhaps you accidentally followed a bunch of UP masters when registering a new account.
You then realize that Bilibili doesn’t have a batch unfollow feature, forcing you to click them one by one (how annoying!).
| |
Using Chrome browser as an example:
- Press F12.
- Go to the Console tab.
- Paste the code above.
- Press
Enter.
This will quickly unfollow all 20 UP masters on the current page.
Press F5 or Ctrl+R to refresh the page, then run the script again to continue unfollowing the rest.