This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * 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"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;#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 |