Skip to content

Instantly share code, notes, and snippets.

@Crewxx
Crewxx / linkedin-auto-connect.js
Created July 12, 2019 14:50 — forked from phpenterprise/linkedin-auto-connect.js
Linkedin Auto Connect/Invite Script
(Linkedin = {
release: '1.0.5 stable',
data: {},
config: {
autoStart: true,
inspectorSpeed: 5000,
sendSpeed: 4000,
pagerSpeed: 10000,
scrollDownAuto: 600,
debug: true,
@Crewxx
Crewxx / AutoConnectLinkedIn.js
Created October 5, 2020 00:58 — forked from thealphadollar/AutoConnectLinkedIn.js
JS script to send connection requests to your LinkedIn search results with customisation options
// If the script does not work, you may need to allow same site scripting https://stackoverflow.com/a/50902950
Linkedin = {
config: {
scrollDelay: 3000,
actionDelay: 5000,
nextPageDelay: 5000,
// set to -1 for no limit
maxRequests: -1,
totalRequestsSent: 0,
@Crewxx
Crewxx / gist:a782b180b12ab117c77acc89c40b790c
Created December 23, 2020 12:19
Python Path Set on Windows7
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27\;C:\Python27\Scripts\", "User")
for python 2.7x
@Crewxx
Crewxx / Python Path set on Windows 7
Created December 23, 2020 12:23
Python Path set on Windows 7
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27\;C:\Python27\Scripts\", "User")
for python 2.7x