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 Typing Site Redirector (TypeLit Focus Mode) | |
| // @namespace gobdovan | |
| // @version 2.1 | |
| // @description Saves your last non-root TypeLit page and redirects you there if you open time-wasting typing sites | |
| // @match *://*.typeracer.com/* | |
| // @match *://typeracer.com/* | |
| // @match *://*.monkeytype.com/* | |
| // @match *://monkeytype.com/* | |
| // @match *://*.10fastfingers.com/* |
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
| { | |
| "global": { | |
| "ask_for_confirmation_before_quitting": true, | |
| "check_for_updates_on_startup": true, | |
| "show_in_menu_bar": true, | |
| "show_profile_name_in_menu_bar": false, | |
| "unsafe_ui": false | |
| }, | |
| "profiles": [ | |
| { |
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 YCombinator Summaries (Betacat only) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.9 | |
| // @author gobdovan | |
| // @description Show summaries from betacat.io on hover over YCombinator articles | |
| // @match https://news.ycombinator.com/* | |
| // @grant GM.xmlHttpRequest | |
| // @connect hackernews.betacat.io | |
| // @run-at document-idle |