Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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