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
/* ==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; |
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
#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; |
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 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* |
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
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 |