Skip to content

Instantly share code, notes, and snippets.

@coredev-uk
coredev-uk / PauseScreen.js
Created February 14, 2026 14:44
Pause Screen Script for Jellyfin
/*
* Title: Netflix-Style Pause Overlay
* Version: v2.3
* Original Source: https://github.com/BobHasNoSoul/Jellyfin-PauseScreen & https://github.com/n00bcodr/Jellyfish/blob/main/scripts/pausescreen.js
* Author: Original: BobHasNoSoul, n00bcodr / Refactored: Core
*/
(function () {
"use strict";
@coredev-uk
coredev-uk / bo6-ping.ahk
Created November 25, 2024 23:33
A ping script for AutoHotKey that allows you to ping whilst shooting for Keyboard and Mouse in Call of Duty Black Ops 6.
;#Warn ; Enable warnings to assist with detecting common errors.
#SingleInstance Force
; https://www.autohotkey.com/docs/v2/KeyList.htm
ExecutableName := "cod.exe"
PingKeybind := "CapsLock"
Cooldown := 300
CanPing := 0