Skip to content

Instantly share code, notes, and snippets.

View ouatu-ro's full-sized avatar

ouatu-ro

View GitHub Profile
@ouatu-ro
ouatu-ro / typing-site-redirector.user.js
Last active April 26, 2026 15:20
Typing Site Redirector (TypeLit Focus Mode)
// ==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/*
{
"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": [
{
@ouatu-ro
ouatu-ro / hackernews_summaries.user.js
Last active September 7, 2025 18:16
Tampermonkey script for fetching summarizations on HN /news
// ==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