Skip to content

Instantly share code, notes, and snippets.

@EdmundsEcho
EdmundsEcho / userChrome.css
Last active February 10, 2024 05:20
chrome layout that brings navigation and toolbars to the bottom
/* userChrome.css
General design and troubleshooting guide
Navigate to your profile folder (link can be found at about:config use profile).
Place this file in a folder named 'chrome'. You likely have
to create the folder.
Augmenting the css: Use the browser developer toolbox to find the id tags for the
firefox layout. You will know you have the right window open
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@EdmundsEcho
EdmundsEcho / 0_reuse_code.js
Created January 21, 2017 14:31
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console