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
| 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. |
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
| /* 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 |