https://github.com/spragginsdesigns/linkedin-unfollowcompany
This userscript automatically unchecks the "Follow this company" checkbox after applying for a job on LinkedIn
https://github.com/spragginsdesigns/linkedin-unfollowcompany
extension linkedin linkedin-scraper tampermonkey-userscript
Last synced: 4 months ago
JSON representation
This userscript automatically unchecks the "Follow this company" checkbox after applying for a job on LinkedIn
- Host: GitHub
- URL: https://github.com/spragginsdesigns/linkedin-unfollowcompany
- Owner: spragginsdesigns
- License: mit
- Created: 2024-01-14T07:22:33.000Z (over 1 year ago)
- Default Branch: Spraggins-Designs
- Last Pushed: 2024-01-17T06:41:41.000Z (over 1 year ago)
- Last Synced: 2025-01-08T21:28:38.688Z (5 months ago)
- Topics: extension, linkedin, linkedin-scraper, tampermonkey-userscript
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LinkedIn Unfollow After Applying
## Description
This userscript automatically unchecks the "Follow this company" checkbox after applying for a job on LinkedIn. It's a convenient script for LinkedIn users who want to prevent following companies unintentionally when applying for jobs.
## Features
- Automatically unchecks the "Follow this company" checkbox on LinkedIn job application pages.
- Works for any LinkedIn job posting URL.## Installation
1. Install a userscript manager extension for your browser. We recommend using [Tampermonkey](https://www.tampermonkey.net/) for Chrome, Firefox, and other major browsers.
2. Click on the [LinkedIn Unfollow After Applying Userscript](userscript.js) to open it.
3. Click the "Raw" button at the top of the script to view its source code.
4. Tampermonkey should recognize the script and open a new tab displaying its details.
5. Click the "Install" button to add the script to your Tampermonkey extension.
6. The script is now installed and active. It will automatically uncheck the "Follow this company" checkbox on LinkedIn job application pages.
## Usage
1. Visit a LinkedIn job application page, such as `https://www.linkedin.com/jobs/1234567890/`.
2. Apply for the job as usual.
3. The script will automatically uncheck the "Follow this company" checkbox if it's present on the page.
## Contributing
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
1. Fork the repository.
2. Create a new branch with a descriptive name for your feature or bug fix.
3. Make your changes in the branch.
4. Create a pull request detailing your changes and their purpose.
## License
This project is licensed under the [MIT License](LICENSE).
## Author
- [Austin Spraggins](https://github.com/your-username)
## Acknowledgments
- Thanks to the Tampermonkey extension for making userscripts easy to manage.