Results 1 to 2 of 2
Thread: LinkedIn Page Change code
- 01-21-2017, 06:32 PM #1
Member
- Join Date
- Jan 2017
- Posts
- 1
- Rep Power
- 0
LinkedIn Page Change code
Hello,
I got this code on google which automatically presses the Connect button on LinkedIn people search (10 results every page). But I have to change the page manually and run the code on every page. I will be very helpful if anyone helps me to add some code to this one so that I do not have to change the pages manually.
Ps. I do not have any java knowledge.
jQuery('.primary-action-button').each(function(index, value) {
setTimeout(function() {
jQuery(value).trigger('click');
}, index * 1000);
});
- 01-21-2017, 06:46 PM #2
Similar Threads
-
Using LinkedIn REST API to Share Content Programmatically via Scribe-Java OAuth Libra
By smhumayun in forum Reviews / AdvertisingReplies: 0Last Post: 07-18-2013, 03:21 AM -
Change color with hex code?
By boostshock in forum New To JavaReplies: 1Last Post: 09-03-2012, 10:31 PM -
Hey can someone tell me what i could/should change in my code
By NewbieKorean in forum New To JavaReplies: 5Last Post: 10-21-2011, 04:47 PM -
Help please with a simple code change?!
By kieran in forum New To JavaReplies: 10Last Post: 01-13-2011, 05:32 PM
Bookmarks