Skip to content

Instantly share code, notes, and snippets.

View DraconicDragon's full-sized avatar
💭
meow?

Drac DraconicDragon

💭
meow?
View GitHub Profile
@DraconicDragon
DraconicDragon / FfmpegPostprocess.py
Last active August 8, 2023 00:24 — forked from miabrahams/FfmpegPostprocess.py
FFmpeg auto post-processing OBS script
import datetime
import os
import re
import subprocess
import obspython as obs
# Info for potential OBS Python hackers!
# Tip 1 - Read the "OBS Studio Backend Design" documentation page. Read the documentation table of contents.
# Tip 2 - be sure to add obspython.py to your script path to enable completion.
@DraconicDragon
DraconicDragon / userChrome.css
Last active March 2, 2023 17:23 — forked from wataf1/userChrome.css
Custom Firefox css (TreeStyle Tabs, compact mode)
/* Please forgive my shitty css, I'm not a web dev
Links:
https://www.reddit.com/r/FirefoxCSS/
For live debug: ctrl+alt+shift+i, grant remote permission, StyleEditor > userChrome.css
https://www.reddit.com/r/FirefoxCSS/comments/73dvty/tutorial_how_to_create_and_livedebug_userchromecss/
https://github.com/Timvde/UserChrome-Tweaks/blob/master/tabs/hide-tabs-windows.css
https://www.howtogeek.com/334716/how-to-customize-firefoxs-user-interface-with-userchrome.css/
http://kb.mozillazine.org/index.php?title=UserChrome.css&printable=yes
https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Tutorial/Modifying_the_Default_Skin#Customize_with_userChrome.css
https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#for-version-2x