Skip to content

Instantly share code, notes, and snippets.

#scrollToTop {
display: none !important;
}
#stat-blacklisters {
display: block !important;
}
* {
color: #cccccc !important;
background-color: #444444 !important;
-moz-appearance: none !important;
@hirthwork
hirthwork / .cvimrc
Last active February 8, 2018 16:34
let searchengine imdb = "https://www.google.com/search?btnI=1&q=site:imdb.com+"
let searchengine ru = "https://ru.wikipedia.org/w/index.php?search="
let searchengine java = "https://www.google.com/search?btnI=1&q=site:https://docs.oracle.com/javase/9/docs/api/java/+"
let searchengine multitran = "http://www.multitran.ru/c/m.exe?l1=1&l2=2&s="
let searchengine maps = ["https://yandex.ru/maps/?l=trf", "http://maps.yandex.ru/?text=%s"]
let searchengine gmaps = ["https://www.google.com/maps/", "https://www.google.com/maps/search/"]
let searchengine market = "http://market.yandex.ru/search.xml?text="
let searchengine subscene = "http://subscene.com/subtitles/release?q="
let searchengine yandex = "http://yandex.ru/yandsearch?text="
let searchengine wiki = "http://search.yandex-team.ru/search?opensearch=1&text="
@hirthwork
hirthwork / vixen.vim
Last active September 23, 2019 13:23
{
"keymaps": {
"0": { "type": "scroll.home" },
":": { "type": "command.show" },
"ж": { "type": "command.show" },
"o": { "type": "command.show.open", "alter": false },
"щ": { "type": "command.show.open", "alter": false },
"O": { "type": "command.show.open", "alter": true },
"Щ": { "type": "command.show.open", "alter": true },
"t": { "type": "command.show.tabopen", "alter": false },