Skip to content

Instantly share code, notes, and snippets.

View M1XZG's full-sized avatar
🏠
Working from home .. always, and living the dream!

Robert McKenzie M1XZG

🏠
Working from home .. always, and living the dream!
View GitHub Profile
@M1XZG
M1XZG / CompleteDiscordQuest.md
Created November 7, 2025 17:51 — forked from aamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@M1XZG
M1XZG / OBS Widget.html
Last active January 3, 2024 18:57
My setup for VRCDN with OBS
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
margin: 5;
padding: 5;
}
@M1XZG
M1XZG / docker-on-pi4.md
Last active December 16, 2020 15:16
Configure docker and portainer on a fresh PI4 build

Fresh docker install on PI4

Run the following after initial install of Raspberry OS

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install git zsh dnsutils logwatch logrotate postfix libsasl2-modules mailutils -y
sudo reboot