Skip to content

Instantly share code, notes, and snippets.

View FARIXZ's full-sized avatar
Hecker

Faris Walid FARIXZ

Hecker
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active September 1, 2026 09:24
Complete Recent Discord Quest

Caution

As of August 26th 2026, Discord has started suspending quest access of people caught automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you WILL get flagged by doing so.

Complete Recent Discord Quest

@abir-taheer
abir-taheer / instagram-follower-following.js
Last active August 21, 2026 19:41
"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",