Skip to content

Instantly share code, notes, and snippets.

@psxlover
psxlover / userChrome.css
Created September 9, 2021 19:04
Firefox 89 tabs on bottom
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Tabs on bottom for Firefox 89+ */
/* based on https://support.mozilla.org/en-US/questions/1305615
/* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */
/* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */
#TabsToolbar-customization-target {
/* Move tabs to the bottom of the "titlebar" */
display: flex !important;
@geraldh
geraldh / blocksync.py
Created August 8, 2012 16:47 — forked from rcoup/blocksync.py
Block device sync between remote hosts. Based off http://www.bouncybouncy.net/programs/blocksync.py
#!/usr/bin/env python
"""
Synchronise block devices over the network
Copyright 2006-2008 Justin Azoff <justin@bouncybouncy.net>
Copyright 2011 Robert Coup <robert@coup.net.nz>
License: GPL
Getting started: