Skip to content

Instantly share code, notes, and snippets.

View Hawksama's full-sized avatar

Alexandru-Manuel Carabus Hawksama

View GitHub Profile
@thealphadollar
thealphadollar / AutoConnectLinkedIn.js
Last active April 30, 2024 19:20
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,
@mpchadwick
mpchadwick / gist:d732c289120ef9955e77e5801dd2fc1d
Created January 28, 2020 20:43
preexisting-custom-layout-updates.sql
# Categories
SELECT
ea.entity_type_id,
ea.attribute_id,
eet.entity_type_code,
ccet.value
FROM eav_attribute ea
LEFT JOIN eav_entity_type eet
ON eet.entity_type_id = ea.entity_type_id
LEFT JOIN catalog_category_entity_text ccet