Skip to content

Instantly share code, notes, and snippets.

View DereC4's full-sized avatar
🇹🇼
coding

Derek DereC4

🇹🇼
coding
View GitHub Profile
@DereC4
DereC4 / linkedin-auto-connect.js
Created August 15, 2025 03:13
Linkedin Automated Connection
// If the script does not work, you may need to allow same site scripting https://stackoverflow.com/a/50902950
// @author (former) phpenterprise
Linkedin = {
config: {
scrollDelay: 3000,
actionDelay: 1000,
nextPageDelay: 1000,
// set to -1 for no limit
maxRequests: -1,
@DereC4
DereC4 / discordsrv
Last active August 4, 2025 07:11
Discord SRV Alerts.yml for whitelist detection (example) by DerexXD
# Simple whitelist denial alert
- Trigger: com.destroystokyo.paper.event.profile.ProfileWhitelistVerifyEvent
Channel: shields
Conditions:
- "#event.isWhitelistEnabled()"
- "!#event.isWhitelisted()"
Embed:
Color: "#ff6b6b"
Title: "Denied."
Description: |