https://github.com/derec4/linkedin-auto-connection-button
This useful javascript snippet can be used in versatile situations when you want to automate tasks like connecting with Linkedin members in a college club!
https://github.com/derec4/linkedin-auto-connection-button
automation linkedin linkedin-automation social-media social-media-tool
Last synced: 2 months ago
JSON representation
This useful javascript snippet can be used in versatile situations when you want to automate tasks like connecting with Linkedin members in a college club!
- Host: GitHub
- URL: https://github.com/derec4/linkedin-auto-connection-button
- Owner: DereC4
- Created: 2025-01-08T02:14:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T02:19:14.000Z (5 months ago)
- Last Synced: 2025-01-08T03:20:11.756Z (5 months ago)
- Topics: automation, linkedin, linkedin-automation, social-media, social-media-tool
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedIn Auto Connect with Toggle
This useful javascript snippet can be used in versatile situations when you want to automate tasks like connecting with Linkedin members in a college club!A userscript to automate the process of connecting with people on LinkedIn search results with a toggle button. You can start and stop the auto-connect functionality as per your preference.
## Features
- Automatically sends connection requests to LinkedIn profiles in the search results.
- Includes a toggle button to start and stop the auto-connect feature.
- Waits for the connection process and sends invites with or without a personalized message.
- Moves to the next page of search results once the current page is completed.## Installation
### 1. Install Tampermonkey
To run this userscript, you need to install [Tampermonkey](https://tampermonkey.net/) (a popular userscript manager) on your browser.### 2. Add the Script
Once Tampermonkey is installed:
- Open the Tampermonkey dashboard and click on the "Create a new script" button.
- Copy and paste the code from this repository into the script editor.
- Save the script.### 3. Enable the Script
Make sure the script is enabled in Tampermonkey. The script will automatically activate when you visit a LinkedIn search results page.## How to Use
- Navigate to LinkedIn search results page (e.g., `https://www.linkedin.com/search/results/people/*`).
- You will see a "Start Auto Connect" button in the search filters toolbar.
- Click the button to start automatically connecting with people.
- Click the button again to stop the auto-connect process.## Requirements
- A LinkedIn account.
- Tampermonkey extension installed on the browser.## License
This script is open-source and free to use, meant for people who are lazy to add their friends manually!! However, please ensure that you follow LinkedIn's Terms of Service!---
If you have any suggestions or improvements, feel free to open an issue or pull request.