Skip to content

Instantly share code, notes, and snippets.

@nathandaven
nathandaven / com.bbctl.sh-meta.plist
Created July 29, 2025 20:29
Sample Launch Agent for MacOS bbctl Beeper Server (sh-meta)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- Place in ~/Library/LaunchAgents -->
<!-- Start with: launchctl bootstrap gui/$(id -u) ~/Library/LaunchAgents/com.bbctl.sh-meta.plist -->
<!-- Kill it with: launchctl bootout gui/$(id -u)/com.bbctl.sh-meta -->
<!-- Required unique identifier -->
<key>Label</key>
// ==UserScript==
// @name Open Apollo App Live Container
// @version 1.0.0
// @author nathandaven
// @match *://*.reddit.com/*
// @downloadURL https://gist.github.com/nathandaven/76fd9c1e9e7c30eaea29003120acb4ae/raw/62f5aa9d52998135346bc622244a66879becc6d2/open-in-apollo-live-container.user.js
// @updateURL https://gist.github.com/nathandaven/76fd9c1e9e7c30eaea29003120acb4ae/raw/62f5aa9d52998135346bc622244a66879becc6d2/open-in-apollo-live-container.user.js
// @homepage https://github.com/nathandaven/Open-In-Apollo-Live-Container/tree/main
// ==/UserScript==
@nathandaven
nathandaven / iterm.json
Last active July 11, 2022 18:34
iTerm 2 Colorscheme
{
"Ansi 5 Color" : {
"Red Component" : 0.66274509803921566,
"Color Space" : "sRGB",
"Blue Component" : 0.69019607843137254,
"Alpha Component" : 1,
"Green Component" : 0.53333333333333333
},
"Tags" : [
@nathandaven
nathandaven / TabCenterReborn.css
Last active November 18, 2022 04:50
TabCenterReborn.css - Updated for Firefox 107
/* Tab Center Reborn - Custom CSS
Updated 11/17/22 due to Firefox 107 breakage
*/
/* Overwrite some colors */
:root {
--tab-separator: transparent;
--tab-selected-line: transparent;
--tablist-separator: #cccccc;
--input-text: rgb(76, 76, 76);
@nathandaven
nathandaven / userChrome.css
Last active November 18, 2022 04:50
Custom Firefox Vertical Tabs - Updated for Firefox 107
/* nathan’s custom firefox userChrome based on https://github.com/ranmaru22/firefox-vertical-tabs */
/* updated for firefox 107 */
:root {
--lwt-accent-color: rgb(240, 240, 240) !important;
--lwt-text-color: rgba(40, 40, 40) !important;
--arrowpanel-background: rgb(240, 240, 240) !important;
--panel-disabled-color: rgba(76, 76, 76, 0.5) !important;
--panel-description-color: rgba(76, 76, 76, 0.7) !important;
--arrowpanel-color: rgba(76, 76, 76, 1) !important;
@nathandaven
nathandaven / userChrome.css
Created February 15, 2022 04:10
Linux oneliner + sidebar setup for Firefox/Librewolf/Firedragon
#sidebar-box > #sidebar-header {
visibility: collapse;
}
/* ABOUT:HOME - ABOUT:NEWTAB */
@-moz-document url-prefix(about:home), url-prefix(about:newtab) {
body{
--newtab-background-color: #242424 !important;
}
@nathandaven
nathandaven / custom-win.css
Last active December 20, 2021 22:53
Custom CSS for Vivaldi on windows -- dark theme
/* BG: #111111 Accent: #202020*/
.address-top:not(.tabs-top):not(.popup):not(.horizontal-menu) #header {
height: 28px;
}
.address-top:not(.tabs-top):not(.popup):not(.horizontal-menu)
#header
#pagetitle {
@nathandaven
nathandaven / macos-edge-switching.txt
Created December 5, 2021 22:19
Turn off spaces switching at screen edge in macos
defaults write com.apple.dock workspaces-edge-delay -float 60 && killall Dock
@nathandaven
nathandaven / custom.css
Last active December 6, 2021 21:48
Custom CSS for Vivaldi -- one liner for macOS with side tabs
.address-top:not(.tabs-top):not(.popup):not(.horizontal-menu) #header {
height: 28px;
}
.address-top:not(.tabs-top):not(.popup):not(.horizontal-menu)
#header
#pagetitle {
opacity: 0;
}
@nathandaven
nathandaven / sideberry.json
Last active February 15, 2022 04:51
Sideberry config for firefox
{"containers_v4":{"firefox-container-1":{"id":"firefox-container-1","name":"Personal","icon":"fingerprint","color":"blue","proxified":false,"proxy":null,"includeHostsActive":false,"includeHosts":"","excludeHostsActive":false,"excludeHosts":"","userAgentActive":false,"userAgent":""},"firefox-container-2":{"id":"firefox-container-2","name":"Work","icon":"briefcase","color":"orange","proxified":false,"proxy":null,"includeHostsActive":false,"includeHosts":"","excludeHostsActive":false,"excludeHosts":"","userAgentActive":false,"userAgent":""},"firefox-container-3":{"id":"firefox-container-3","name":"Banking","icon":"dollar","color":"green","proxified":false,"proxy":null,"includeHostsActive":false,"includeHosts":"","excludeHostsActive":false,"excludeHosts":"","userAgentActive":false,"userAgent":""},"firefox-container-4":{"id":"firefox-container-4","name":"Shopping","icon":"cart","color":"pink","proxified":false,"proxy":null,"includeHostsActive":false,"includeHosts":"","excludeHostsActive":false,"excludeHosts":"","u