Skip to content

Instantly share code, notes, and snippets.

View DoctorMod's full-sized avatar
:atom:
H4ck3rm4n

David Golding DoctorMod

:atom:
H4ck3rm4n
View GitHub Profile
@jcsteh
jcsteh / playPauseMultiFunction.ahk
Last active October 24, 2023 13:03
AutoHotkey script to make the play/pause button on headsets skip to next/previous track when double/triple pressed
; Play/Pause Multi Function
; Copyright 2022 James Teh
; License: GNU General Public License
#SingleInstance Force
; Ensure we don't intercept our own sending of play/pause.
#If (!sendingPlayPause)
Media_Play_Pause::
{
@DoctorMod
DoctorMod / seqtaAverage.user.js
Last active September 23, 2022 01:58
Gives you your average SEQTA mark
// ==UserScript==
// @name Average Seqta
// @namespace http://doctormod.sytes.net/
// @version 1.3.0
// @icon https://www.google.com/s2/favicons?domain=doctormod.sytes.net
// @description Gets Your Average Seqta Mark (Now With Weighting!)
// @author DoctorMod
// @match https://coneqt-s.carmel.wa.edu.au/*
// @match https://learn.corpus.wa.edu.au/*
// @match https://coneqt-s.scotch.wa.edu.au/*
@DoctorMod
DoctorMod / seqtaDiscord.user.js
Last active September 23, 2022 01:59
changes seqta to display in a discord style
// ==UserScript==
// @name Discord SEQTA
// @namespace http://doctormod.sytes.net/
// @version 1.2.0
// @description Seqta for gamers
// @author DoctorMod
// @icon https://www.google.com/s2/favicons?domain=discord.com
// @match https://learn.corpus.wa.edu.au/*
// @match https://coneqt-s.carmel.wa.edu.au/*
// @match https://coneqt-s.scotch.wa.edu.au/*