Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garnetred/hide-linkedin-profile-stats
This browser extension hides analytics on LinkedIn's home page. It hides the number of post impressions and profile views for LinkedIn profiles. It also hides page notifications and visitors for LinkedIn business page owners.
https://github.com/garnetred/hide-linkedin-profile-stats
analytics chrome-extension linkedin statistics
Last synced: 4 days ago
JSON representation
This browser extension hides analytics on LinkedIn's home page. It hides the number of post impressions and profile views for LinkedIn profiles. It also hides page notifications and visitors for LinkedIn business page owners.
- Host: GitHub
- URL: https://github.com/garnetred/hide-linkedin-profile-stats
- Owner: garnetred
- Created: 2023-05-18T20:41:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-25T14:28:21.000Z (4 months ago)
- Last Synced: 2024-11-09T17:40:48.410Z (about 2 months ago)
- Topics: analytics, chrome-extension, linkedin, statistics
- Language: CSS
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# No LinkedIn Profile Stats
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/decemberthedeveloper)
## Abstract
This browser extension hides the following on LinkedIn:
- page view statistics
- post impression statistics
- number of followers
- like counts on individual posts
- people you may know section on individual profiles
- people also viewed section on individual profiles
- new posts button at top of feed visible after scrolling for a while
- notification at bottom-left of page after completing certain tasks like writing a post.## Tech Stack
This project uses vanilla JS, CSS, and HTML.
## Setup/Installation
You can clone the repo locally using `git clone`.
[This article](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked) offers detailed instructions on loading an unpacked chrome extension. You can navigate to the chrome extensions page via the puzzle piece icon in the toolbar. Enable "developer mode" on the top-right. From there, you can click "load unpacked extension" and choose the folder via the popup. You should then see the chart icon appear in the toolbar. When you click on it, you can see "Hide LinkedIn Profile Stats." If you navigate to `linkedin.com/feed` while logged in, on the left-hand side of the page you should no longer see "Impressions of your post" or "Profile views." If you have a business account, you should no longer see "Page notifications" or "Page visitors" on the left-hand side, either. If you navigate to your profile page (url should include `linkedin.com/in`) or someone else's, on the right-hand side of the page you should no longer see suggestions of people or pages to follow.