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
#scrollToTop { | |
display: none !important; | |
} | |
#stat-blacklisters { | |
display: block !important; | |
} | |
* { | |
color: #cccccc !important; | |
background-color: #444444 !important; | |
-moz-appearance: none !important; |
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 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=" |
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
{ | |
"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 }, |
OlderNewer