Skip to content

Instantly share code, notes, and snippets.

@urbanhusky
urbanhusky / gist:9dc836a1e52df148e6ec05e158421174
Last active December 23, 2016 16:53
Foobar 2000 Columns UI style script for a column that displays dynamic range similar to http://dr.loudness-war.info/
// For there to be any display/colouration of the dynamic range, there needs to be a DYNAMIC RANGE tag set
// This can be generated with the foobar 2000 component from http://dr.loudness-war.info/
// Dynamic range can be a value between 1 (really bad) and 20 (really good)
//
// This style partitions the dynamic range into 3 bands: bad, in-between and good.
// The colours for in-between are blended between bad and good
// *** CUSTOMISATION STARTS HERE ***
// Set your preferred colours below :) - only edit the lines that start with $puts(
// Colour notation is: red,green,blue or red,green,blue,red,green,blue
@urbanhusky
urbanhusky / userChrome.css
Last active July 14, 2022 15:23
Firefox 95 ultra-compact multirow tabs on top, context line below tab & compact menus - urbanhusky's ugly hack YMMV :)
/* Hi, urbanhusky here.
This is cobbled together from various sources.
One of those sources is: https://github.com/MrOtherGuy/firefox-csshacks
*/
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/multi-row_tabs.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* Makes tabs to appear on multiple lines */
/* Tab reordering will not work and can't be made to work */