Go to the egghead website, i.e. Building a React.js App
run
$.each($('h4 a'), function(index, video){
console.log(video.href);
});
# 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 |
#!/bin/bash | |
# README: A more updated version is on the comments by (ashmna)[https://gist.github.com/ashmna] | |
# See at: https://gist.github.com/allangarcia/938b052a7d55d1652052e4259364260b?permalink_comment_id=4265898#gistcomment-4265898 | |
# this is for tools required | |
brew update | |
brew install ninja | |
brew install cmake |
Go to the egghead website, i.e. Building a React.js App
run
$.each($('h4 a'), function(index, video){
console.log(video.href);
});