Skip to content

Instantly share code, notes, and snippets.

View sousu's full-sized avatar
🏠
Working from home

sousu sousu

🏠
Working from home
View GitHub Profile
/* ==UserStyle==
@name sousu
@namespace sousu.jp
@version 1.3.5
@description my css
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.flightradar24.com/") {
body.hide-label-bkg .marker_label {
background: none;
@sousu
sousu / cvim.css
Last active September 5, 2020 01:58
#cVim-command-bar, #cVim-command-bar-mode, #cVim-command-bar-input, #cVim-command-bar-search-results,
.cVim-completion-item, .cVim-completion-item .cVim-full, .cVim-completion-item .cVim-left,
.cVim-completion-item .cVim-right {
font-family: Helvetica, Helvetica Neue, Neue, sans-serif, monospace, Arial;
font-size: 9pt !important;
}
#cVim-command-bar {
position: fixed;
z-index: 2147483646;
background-color: #1b1d1e;
// ==UserScript==
// @name sousu
// @namespace sousu.jp
// @version 1.8
// @description sousu
// @author sousu
// @match https://www.daemonology.net/*
// @match https://www.wolfgangfaust.com/*
// @match https://music.youtube.com/channel*
// @match https://music.youtube.com/playlist*
@sousu
sousu / cvim.vim
Last active September 5, 2020 01:57
let locale = "jp"
let scrollstep = 100
set noautofocus
let hintcharacters = "asdfgwertjklht"
let barposition = "top"
unmap <tab>
map gr previousTab
map d closeTab
map h goBack
map H goForward