Skip to content

Instantly share code, notes, and snippets.

View Trevor-'s full-sized avatar

Trevor Trevor-

View GitHub Profile
@Trevor-
Trevor- / setDebugMac.sh
Last active February 13, 2022 22:18
Set debug mode on Mac from Terminal
defaults write com.adobe.CSXS.11.plist PlayerDebugMode 1 && killall -u `whoami` cfprefsd
@Trevor-
Trevor- / setDebugWin.bat
Last active February 13, 2022 22:18
Set debug mode on Windows from CMD
reg add HKEY_CURRENT_USER\SOFTWARE\Adobe\CSXS.11 /t REG_SZ /v PlayerDebugMode /d 1 /f
@Trevor-
Trevor- / setLogLevelMac.sh
Last active February 13, 2022 22:19
Set Logging level Mac
defaults write com.adobe.CSXS.11.plist LogLevel 6 && killall -u `whoami` cfprefsd
@Trevor-
Trevor- / setLogLevelMac.sh
Last active February 13, 2022 22:26
Set Logging level Mac
defaults write com.adobe.CSXS.11.plist LogLevel 6 && killall -u `whoami` cfprefsd
@Trevor-
Trevor- / setLogLevelWin.bat
Last active February 13, 2022 22:17
Set Logging level Windows
reg add HKEY_CURRENT_USER\SOFTWARE\Adobe\CSXS.11 /t REG_SZ /v LogLevel /d 6 /f
@Trevor-
Trevor- / JSX.js
Created July 9, 2019 05:48
JSX.js For execution of JSX Extended Code from your CEP js files
/*
_ ______ __ _
| / ___\ \/ / (_)___
_ | \___ \\ / | / __|
| |_| |___) / \ _ | \__ \
\___/|____/_/\_(_)/ |___/
|__/
_ ____
/\ /\___ _ __ ___(_) ___ _ __ |___ \
\ \ / / _ \ '__/ __| |/ _ \| '_ \ __) |