Skip to content

Instantly share code, notes, and snippets.

View Just1diaxx's full-sized avatar
:octocat:
a cat

Justin Just1diaxx

:octocat:
a cat
  • MetaMC
  • Italy
  • 07:48 (UTC +02:00)
View GitHub Profile
@Just1diaxx
Just1diaxx / Github Webhook Tutorial.md
Created September 28, 2025 17:19 — forked from jagrosh/Github Webhook Tutorial.md
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings
@Just1diaxx
Just1diaxx / CompleteDiscordQuest.md
Created September 20, 2025 21:20 — forked from aamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@Just1diaxx
Just1diaxx / index.html
Last active April 3, 2024 20:58
Electron Copilot
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">
<link href="./styles.css" rel="stylesheet">
<title>Copilot</title>
<meta http-equiv="refresh" content="0; URL='https://copilot.microsoft.com/'" />
</head>