Skip to content

Instantly share code, notes, and snippets.

View weberjacob's full-sized avatar

Jacob Weber weberjacob

View GitHub Profile
@weberjacob
weberjacob / settings.local.php
Last active March 6, 2024 20:30
Drupal 8 settings.local.php example
<?php
/**
* @file
* Local development override configuration feature.
*
* To activate this feature, copy and rename it such that its path plus
* filename is 'sites/default/settings.local.php'. Then, go to the bottom of
* 'sites/default/settings.php' and uncomment the commented lines that mention
* 'settings.local.php'.
@weberjacob
weberjacob / userChrome.css
Last active February 3, 2023 15:43
Firefox favicon / pinned tab size for all tabs by default on open. Add a userChrome.css file within a chrome directory in your profile and restart FF to launch.
/*
* Do not remove the @namespace line, it's required
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/*
* SETUP:
* Must go to about:config and change browser.tabs.tabMinWidth to 0. -> this is no longer needed (last checked January 2023)
*/