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
| <?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> |
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
| // ==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== |
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
| { | |
| "Ansi 5 Color" : { | |
| "Red Component" : 0.66274509803921566, | |
| "Color Space" : "sRGB", | |
| "Blue Component" : 0.69019607843137254, | |
| "Alpha Component" : 1, | |
| "Green Component" : 0.53333333333333333 | |
| }, | |
| "Tags" : [ |
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
| /* 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); |
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
| /* 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; |
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
| #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; | |
| } |
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
| /* 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 { |
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
| defaults write com.apple.dock workspaces-edge-delay -float 60 && killall Dock |
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
| .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; | |
| } |
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
| {"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 |
NewerOlder