Skip to content

Instantly share code, notes, and snippets.

View abir-taheer's full-sized avatar
🇵🇸
voice for the voiceless

Abir Taheer abir-taheer

🇵🇸
voice for the voiceless
View GitHub Profile
@abir-taheer
abir-taheer / block-insta-celebs.js
Last active May 14, 2024 06:23
Block celebrities who have been silent or supportive of the genocide in Palestine. No modification necessary, just paste into console and run. Why: https://www.instagram.com/reel/C61oqa_r9-q/ Known issue: Instagram limits how many people you can block per every couple of minutes to around 15 which is really annoying. Trying to find a fix. Up unt…
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 usernames = [
"ahlamalshamsi",
@abir-taheer
abir-taheer / instagram-follower-following.js
Last active May 27, 2024 22:29
"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",