Skip to content

Instantly share code, notes, and snippets.

View evan70's full-sized avatar
💭
I may be slow to respond.

evan70 evan70

💭
I may be slow to respond.
View GitHub Profile
@evan70
evan70 / firefox-viewsource-customize.md
Created February 5, 2022 23:17 — forked from abelcheung/firefox-viewsource-customize.md
Customizing Firefox view-source style -- Solarized Dark theme with wallpaper

Customizing Firefox view-source style

TL;DR

  1. Open (or create) chrome/userContent.css under your Firefox profile folder
  2. Append attached CSS content and save file
  3. Restart Firefox

firefox view-source style customization

Sublime Text 2 – Useful Shortcuts (Mac OS X)
General
⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
⌃ ` python console
⌘⇧N new window (useful for new project)