This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " Moved: | |
| " https://github.com/Tanath/dotfiles/blob/master/browsers/tridactylrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Links target current tab | |
| // @namespace https://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Rewrite links to target current tab. | |
| // @author Tanath | |
| // @match https://*.tumblr.com/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const { | |
| aceVimMap, | |
| mapkey, | |
| imap, | |
| imapkey, | |
| getClickableElements, | |
| vmapkey, | |
| map, | |
| unmap, | |
| unmapAllExcept, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |