Skip to content

Instantly share code, notes, and snippets.

View UInt2048's full-sized avatar
πŸ‘¨β€πŸ’»

Matthew Benedict UInt2048

πŸ‘¨β€πŸ’»
View GitHub Profile
@UInt2048
UInt2048 / README.md
Created August 22, 2026 14:43
Music Tweak Request Specification

1. Product Overview

A system that adds queue management capabilities to a mobile music player application, allowing users to:

  • Play a selected song immediately
  • Queue a song to play next
  • Add a song to the end of a playback queue

2. User Interface

@UInt2048
UInt2048 / jetsamfix.sh
Last active July 12, 2023 15:38
CyberKit jetsam configuration script (for macOS)
/usr/libexec/PlistBuddy -c "Copy Version4:XPCService:Override:com.apple.WebKit.Networking Version4:XPCService:Override:com.matthewbenedict.CyberKit.Networking" $1
/usr/libexec/PlistBuddy -c "Copy Version4:XPCService:Override:com.apple.WebKit.Networking.Development Version4:XPCService:Override:com.matthewbenedict.CyberKit.Networking.Development" $1
/usr/libexec/PlistBuddy -c "Copy Version4:XPCService:Override:com.apple.WebKit.Storage Version4:XPCService:Override:com.matthewbenedict.CyberKit.Storage" $1
/usr/libexec/PlistBuddy -c "Copy Version4:XPCService:Override:com.apple.WebKit.Storage.Development Version4:XPCService:Override:com.matthewbenedict.CyberKit.Storage.Development" $1
/usr/libexec/PlistBuddy -c "Copy Version4:XPCService:Override:com.apple.WebKit.WebContent Version4:XPCService:Override:com.matthewbenedict.CyberKit.WebContent" $1
/usr/libexec/PlistBuddy -c "Copy Version4:XPCService:Override:com.apple.WebKit.WebContent.Development Version4:XPCService:Override:com.matthewbenedict.CyberKit.WebContent.De