Skip to content

Instantly share code, notes, and snippets.

View shahbaazkyz's full-sized avatar
🚀
progressive

Shahbaz Khan shahbaazkyz

🚀
progressive
View GitHub Profile
@shahbaazkyz
shahbaazkyz / settings.json
Last active February 9, 2024 06:00
vs code settings.json
{
// Place your settings in this file to overwrite the default settings
"editor.defaultFormatter": "esbenp.prettier-vscode",
// "editor.detectIndentation": true,
"editor.hover.sticky": true,
"editor.hover.enabled": true,
"editor.hover.above": true,
"editor.hover.delay": 300,
"editor.lightbulb.enabled": "off",
"editor.fontFamily": "'IBM Plex Mono', 'Fira Code','Dank Mono', Menlo, Monaco, 'Courier New', monospace",
@shahbaazkyz
shahbaazkyz / AutoConnectLinkedIn.js
Created December 2, 2023 15:30 — forked from thealphadollar/AutoConnectLinkedIn.js
JS script to send connection requests to your LinkedIn search results with customisation options, accept all received connection requests, and withdraw pending sent connection requests.
// 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,