Skip to content

Instantly share code, notes, and snippets.

View vnigam1985's full-sized avatar

Vishal Nigam vnigam1985

View GitHub Profile
@vnigam1985
vnigam1985 / LinkedInAutocoment.js
Created March 21, 2019 14:28 — forked from techguybiswa/LinkedInAutocoment.js
Automatically reply to ALL your LinkedIn Comments
var listOfCommentBox = document.getElementsByTagName("article");
//get the array list of all the div-s that has the comments
let extractedListOfFirstComment = [];
// store the author details of the comment
let listOfDiv = [];
//store the div-s of the comment
let count =0;
function generateComment(name,index) {