Skip to content

Instantly share code, notes, and snippets.

View PhilJbt's full-sized avatar

Philippe Jaubert PhilJbt

View GitHub Profile
@emvaized
emvaized / iconic_firefox.css
Last active July 28, 2026 12:54
Iconic Firefox — userChrome CSS snippet which adds back icons for context and popup menus in Firefox. It uses only built-in icons for optimal performance and design consistency.
/* Iconic Firefox (https://gist.github.com/emvaized/a379d61ed8970e5711ca7278a39c1895/) */
/* Author (c) 2025 emvaized */
/* Based on https://gist.github.com/qaz69wsx/83a90423163b65a8344b2e60fc356a58 (no longer available) */
/* For better compatibility with dark mode, enable `svg.context-properties.content.enabled` in `about:config` */
:root{
--uc-popup-menu-icon-color: color-mix(in srgb, currentColor 75%, transparent);
}
.subviewbutton:not(.subviewbutton-iconic, [checked="true"], [targetURI])>.toolbarbutton-icon,
.subviewbutton:not(.subviewbutton-iconic, [checked="true"], [targetURI])>.protections-popup-footer-icon,
@lox
lox / autoexec.cfg
Created November 15, 2009 22:27
Quake3 Config
// Lox's Quake3 Config
// copy into the baseq3 directory to use
seta r_customHeight "900"
seta r_customWidth "1440"
seta r_mode "-1"
seta cg_fov 120
seta r_detailtextures "1"
seta r_drawSun "1"