Skip to content

Instantly share code, notes, and snippets.

View chroline's full-sized avatar
🤩

Cole Gawin chroline

🤩
View GitHub Profile
@chroline
chroline / instagram-follower-following.js
Created March 11, 2024 05:59 — forked from abir-taheer/instagram-follower-following.js
"This is our community, this is our family, these are our friends." https://www.youtube.com/watch?v=gk7iWgCk14U&t=425s
if (window.location.origin !== "https://www.instagram.com") {
window.alert(
"Hey! You need to be on the instagram site before you run the code. I'm taking you there now but you're going to have to run the code into the console again.",
);
window.location.href = "https://www.instagram.com";
console.clear();
}
const fetchOptions = {
credentials: "include",
@chroline
chroline / reset.css
Last active December 22, 2019 22:35 — forked from DavidWells/reset.css
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,