Skip to content

Instantly share code, notes, and snippets.

@tobia
tobia / Japanese Dvorak.reg
Created April 22, 2021 17:25
Japanese IME with Dvorak
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\00000411]
"Layout File"="kbddvp.dll"
@tobia
tobia / YouTube - Hide Live Chat.js
Created November 29, 2021 19:52
YouTube - Hide Live Chat (by @lbmaian)
// ==UserScript==
// @name YouTube - Hide Live Chat
// @namespace https://gist.github.com/LazyMammal/1c60c45e9df26602f688d025f3b20f0c#gistcomment-3656586
// @version 0.4
// @description Hide live chat by default on live streams
// @author LM, bastiMQ, IrisNebula, lbmaian
// @match https://www.youtube.com/*
// @exclude https://www.youtube.com/embed/*
// @run-at document-end
// @grant none
@tobia
tobia / index.html
Created October 17, 2022 17:11 — forked from feo52/index.html
css hacks 2022
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<title>css hack</title>
<style>
body { font-family: monospace; }
summary { list-style: none; }
summary::-webkit-details-marker { display:none; }