Skip to content

Instantly share code, notes, and snippets.

@obscuredetour
obscuredetour / ynab-dark
Created September 15, 2019 18:44
ynab-dark-theme.user.css
/* ==UserStyle==
@name YNAB Dark Theme
@namespace https://github.com/obscuredetour/
@version 1.0.0
@license CC-BY-4.0
@author obscure detour (https://www.jeffreysummers.me)
//@homepageURL https://github.com/obscuredetour/javascript-info-dark
//@updateURL https://github.com/obscuredetour/javascript-info-dark/js-info-dark.user.css
==/UserStyle== */
@obscuredetour
obscuredetour / google-voice-dark.user.css
Last active January 16, 2020 09:14
Google Voice Dark Style
/*
Google Voice Dark Style from: https://userstyles.org/styles/62121/google-voice-dark-style
- Modified and now maintained for personal use by obscuredetour
- Needs Google Bar Dark Style: https://userstyles.org/styles/120351/google-bar-dark-style
*/
@-moz-document url-prefix("http://voice.google.com/"), url-prefix("https://voice.google.com/") {
::-moz-placeholder {
color: #FFFFFF !important;
opacity: 1 !important;
@obscuredetour
obscuredetour / vscode-setup.md
Created February 27, 2019 04:22
Visual Studio Code Setup

Visual Studio Code Setup

My notes on my Visual Studio Code setup.

Font

Hasklig - a fork of Source Code Pro that supports ligatures.

Setting Value
@obscuredetour
obscuredetour / README.markdown
Last active August 9, 2018 23:35
Multi-tiered Dynamic JS Menu

Multi-tiered Dynamic JS Menu

This was made because I disliked the amount of scrolling needed when viewing menu items. The goal was to make an easy and efficient way for the user to view simple data without excessive scrolling.

  • Solution uses only vanilla JavaScript

See a live demo.

This was exported by Jeffrey on CodePen.