https://github.com/ezefranca/linkedin-mass-unfollow
Mass Unfollowing People on LinkedIn
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.1%) to scientific vocabulary
Repository
Mass Unfollowing People on LinkedIn
Basic Info
- Host: GitHub
- Owner: ezefranca
- License: mit
- Language: JavaScript
- Default Branch: master
- Size: 3.91 KB
Statistics
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
linkedin-mass-unfollow
How to mass unfollowing people on LinkedIn
LinkedIn nowdays is place with a lot of "Influencers" and a lot of people sharing things not interesting.
If you want to do a clean on your timeline do this steps:
0 - Make sure to note key people to follow. Save this list using the best way for you.
1 - This page on your profile: https://www.linkedin.com/feed/following/
2 - Open the Developer Tools in Chrome. Scroll down, several times, make sure to scroll to get all connections. Whilst LinkedIn lazy loads a decent sized list.
3 - In the Console View, type:
javascript
var buttons = document.querySelectorAll("button.is-following"); for (i in buttons) { buttons[i].click() }
and press enter;
4 - Reload the page, if you need, repeat the process, until the ‘Following’ count drops down and the page says ‘Follow Fresh Perspectives’
5 - Re-follow key people saved on step 0.
Enjoy your feed.
Owner
- Name: Ezequiel Santos
- Login: ezefranca
- Kind: user
- Location: Lisbon, Portugal
- Company: @miniclip
- Website: ezefranca.com
- Twitter: ezefranca
- Repositories: 709
- Profile: https://github.com/ezefranca
💼 Mobile Developer @miniclip 📲👾 📚 Phd Student @iade-pt 👨🏻💻
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0