Skip to content

Instantly share code, notes, and snippets.

@Tanath
Tanath / Custom Font Override (Flexible Edition).user.js
Last active August 19, 2026 22:22
Custom Font Override (Flexible Edition, default changed to Atkinson Hyperlegible Next)
// ==UserScript==
// @name Custom Font Override (Flexible Edition)
// @namespace http://tampermonkey.net/
// @version 1.01
// @description Replaces website fonts with Atkinson Hyperlegible Next (default via Google Fonts), a local font, or a custom online URL, without breaking Font Awesome, Glyphicons, or Icomoon icons
// @author You
// @match *://*/*
// @grant none
// @license MIT
// @downloadURL https://update.greasyfork.org/scripts/527981/Custom%20Font%20Override%20%28Flexible%20Edition%29.user.js
@Tanath
Tanath / tridactylrc
Last active January 4, 2021 21:25
~/.config/tridactyl/tridactylrc
" Moved:
" https://github.com/Tanath/dotfiles/blob/master/browsers/tridactylrc
const {
aceVimMap,
mapkey,
imap,
imapkey,
getClickableElements,
vmapkey,
map,
unmap,
unmapAllExcept,
! Run 'rofi -dump -Xresources' for full options.
rofi.theme: /usr/share/rofi/themes/DarkBlue.rasi
rofi-combi-modi: window,run
rofi.modi: combi
rofi.lines: 20
rofi.yoffset: -160
rofi.show-icons: true
rofi.sidebar-mode: true
! "Scrolling method. (0: Page, 1: Centered)" Set from: Default
rofi.scroll-method: 1
set nochangelog
set smoothscroll
set noautofocus
set autoupdategist
set completeonopen
"set showtabindices
let searchlimit = 30
let searchengine g = "https://www.google.ca/search?num=30&safe=off&q="
let defaultengine = "g"