Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesofakillers/anonin
👤 Automatically change LinkedIn visibility to private before visiting a person's profile
https://github.com/thesofakillers/anonin
browser-extension chrome-extension firefox-addon webextension
Last synced: 24 days ago
JSON representation
👤 Automatically change LinkedIn visibility to private before visiting a person's profile
- Host: GitHub
- URL: https://github.com/thesofakillers/anonin
- Owner: thesofakillers
- License: gpl-3.0
- Created: 2022-02-10T17:22:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T22:42:17.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T17:41:56.698Z (3 months ago)
- Topics: browser-extension, chrome-extension, firefox-addon, webextension
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnonIn
I almost never want someone to know I visited their LinkedIn profile. But I also
want to know when someone visits my LinkedIn profile. As such I usually keep my
LinkedIn profile viewing options on public. When I want to view someone's
profile, I change my profile viewing options to private. When I'm done, I change
them back to public (if I remember). This is quite laborious.AnonIn is a Firefox/Chrome extension that automatically changes LinkedIn
visibility to private before visiting a person's profile, changing it back to
previous settings when navigating away.NOTE TO SELF: considering prompting user to change settings back after period of
time; upon tab close seems very difficult and some users may keep tab
permanently open.## Development
- https://github.com/web-ext-labs/create-web-ext/ for scaffolding
- https://github.com/mozilla/webextension-polyfill for porting to Chrome
- https://github.com/mozilla/web-ext for development, building and publishing