Skip to content

Instantly share code, notes, and snippets.

View 123DMWM's full-sized avatar

123DontMessWitMe 123DMWM

View GitHub Profile
@123DMWM
123DMWM / userscript.js
Created September 25, 2023 10:23
My custom userscript for changing the tab name while watching a youtube video.
// ==UserScript==
// @name YouTube Timestamp Tab Name
// @version 0.1
// @description Changed the tab name to contain the playing status and duration
// @match https://www.youtube.com/watch*
// @author 123DMWM
// @grant none
// @run-at document-idle
// @require http://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.js
// ==/UserScript==
@123DMWM
123DMWM / forceskins.cs
Last active November 17, 2021 22:28
plugin to force skins to use your own custom URL prefix
namespace MCGalaxy {
public class ForceSkins : Plugin {
public override string name { get { return "ForceSkins"; } }
public override string MCGalaxy_Version { get { return "1.9.3.5"; } }
public override string welcome { get { return "Loaded ForceSkins!"; } }
public override string creator { get { return "123DMWM"; } }
//Set to the URL prefix you want to download skins from
public static string skinServer = "https://example.com/skins/";
@123DMWM
123DMWM / fullbridge.cs
Last active December 3, 2023 03:50
MCGalaxy Plugin to Bridge IRC and Discord as it currently does not show one to the other.
using MCGalaxy.Modules.Relay;
using MCGalaxy.Modules.Relay.IRC;
using MCGalaxy.Modules.Relay.Discord;
namespace MCGalaxy {
public class FullBridge : Plugin {
public override string creator { get { return "123DontMessWitMe"; } }
public override string MCGalaxy_Version { get { return "1.9.3.4"; } }
public override string name { get { return "FullBridge"; } }
@123DMWM
123DMWM / Cmdccapi.cs
Last active March 6, 2023 15:33
MCGalaxy custom command for accessing the ClassiCube Player API lookup.
//reference System.dll
//reference ServiceStack.Text.dll
using System;
using System.Text.RegularExpressions;
using System.Net;
using MCGalaxy.Network;
namespace MCGalaxy {
public class CmdCcapi : Command {
public override string name { get { return "ccapi"; } }
@123DMWM
123DMWM / ClassiCube.py
Last active February 20, 2024 12:32
Python script to automatically update the Steam version of ClassiCube to the latest dev build once opened.
import datetime
import os
import re
import requests
import subprocess
import sys
import urllib.request
from dateutil.parser import parse as parsedate

Keybase proof

I hereby claim:

  • I am 123dmwm on github.
  • I am 123dmwm (https://keybase.io/123dmwm) on keybase.
  • I have a public key ASD2zRdoI-y-6PmZFTOTyGplKQ_ydW0eJYmbgajJv5g-tgo

To claim this, I am signing this object: