Skip to content

Instantly share code, notes, and snippets.

View Khanaru220's full-sized avatar
🌐
Translating JS (57.98%) to TS (5.81%)

Khanaru220 Khanaru220

🌐
Translating JS (57.98%) to TS (5.81%)
View GitHub Profile
@ldong
ldong / download_egghead_videos.md
Last active December 7, 2023 16:16
download egghead videos

Download videos from egghead

Go to the egghead website, i.e. Building a React.js App

run

$.each($('h4 a'), function(index, video){
  console.log(video.href);
});
@kard8
kard8 / ColdTurkeyBlockerActivator.py
Last active July 23, 2024 16:16 — forked from miketartar/ColdTurkeyBlockerActivator.py
Cold Turkey Blocker Activator - Mac
# Intendation errors fixed
# Move the file to Library/Application Support/Cold Turkey
# Open Terminal, cd to the folder and run "pip3 ColdTurkeyBlockerActivator.py"
# Restart Mac and Enjoy!
import json
import sqlite3
import os