How to bulk accept/reject your Linkedin connection invitations

How to bulk accept/reject your Linkedin connection invitations

Streamline Your LinkedIn Connections: Bulk Remove or Accept Invitations

Simplify the Process with Step-by-Step Instructions

Learn how to efficiently manage your LinkedIn connection invitations by following these simple steps. In this guide, we'll walk you through the process of bulk removing or accepting connection requests using LinkedIn's user-friendly interface and Chrome browser's Developer Tools. With a few clicks, you can easily handle your invitations, whether you want to accept them all or reject them in one go. Take control of your LinkedIn network and optimize your connections with this time-saving technique.

  1. Access "My Network"

To begin, simply click on "My Network" located at the top of your screen. Alternatively, you can directly visit this URL: https://www.dhirubhai.net/mynetwork/

No alt text provided for this image

2. Review and Respond

Under the "Invitations" section, you'll find options to either accept or ignore connection requests.

No alt text provided for this image

3. Open Developer Tools

Launch the Developer Tools in your Chrome browser. For Windows or Mac, press the F12 function key. Alternatively, use the shortcut "Control + Alt + I" for Windows or "Option + Command + I" for Mac. If you prefer the mouse, click on the hamburger menu (the three dots) in the top right corner of Chrome and find the Developer Tools option there

4. Access the Console

Within the Developer Tools, select the Console option.

No alt text provided for this image

  • Accept All Invitations

To accept all invitations, input the following line in the console and click enter

var x = document.querySelectorAll('button.artdeco-button--secondary'); for (var i=0 ; i<x.length; i++) x[i].click();        

This script will automatically accept all of your pending invitations.

  • Reject All Invitations

To reject all invitations, input the following line in the console and click enter

var x = document.querySelectorAll('button.artdeco-button--tertiary'); for (var i=0 ; i<x.length; i++) x[i].click();        

This script will promptly reject all of your pending invitations.

That's all it takes! A simple one-liner script to efficiently manage your LinkedIn connection invitations.

Stay connected and unlock your career potential with Career One Stop. Explore our comprehensive range of resources, job opportunities, and expert guidance to navigate the ever-evolving job market. Join our community today and embark on a successful career journey. Don't miss out on exciting updates and opportunities - subscribe now!

Visit our website https://careeronestop.in/ to learn more and subscribe to our newsletter for the latest career insights and job openings. Connect with us on LinkedIn https://www.dhirubhai.net/in/connectwithmanzar/ for networking opportunities and industry updates.

Subscribe, engage, and let us help you thrive in your professional endeavors!

要查看或添加评论,请登录

社区洞察

其他会员也浏览了