Automatically accept all friend invitations on LinkedIn كود إضافة كل الأصدقاء في لينكد إن




You can type this code in Google Chrome Console to automatically accept all friend invitations on LinkedIn:


كود لو عايز تقبل كل طلبات الصداقة اللي بتجيلك على LinkedIn مرة واحدة:


Tips:1. Make sure that you use this code in this url:https://www.linkedin.com/mynetwork/2. Make sure that you showed all invitations before use this code.


acceptButtons = document.getElementsByClassName("mn-person-card__person-btn-ext button-secondary-medium");for (i = 0; i < acceptButtons.length; i++) { acceptButtons[i].click();}




0 Comments

Newest