Skip to content

Instantly share code, notes, and snippets.

View kapsh's full-sized avatar
🐈

Alexander Kapshuna kapsh

🐈
View GitHub Profile
// ==UserScript==
// @name zulip hotkeys fix
// @namespace Violentmonkey Scripts
// @match https://chat.zulip.org/
// @grant none
// @version 1.0
// @author kapsh
// @description Make zulip hotkeys work on any (?) layout (see https://github.com/zulip/zulip/issues/7517)
// @downloadURL https://gist.github.com/kapsh/afdac0d51b3be1efa8f28f65bd626d00/raw/zulip_hotkeys.user.js
// @updateURL https://gist.github.com/kapsh/afdac0d51b3be1efa8f28f65bd626d00/raw/zulip_hotkeys.user.js
@kapsh
kapsh / zulip.css
Last active December 25, 2020 11:21
/* less intrusive [over]quoting */
div.message_content blockquote {
border-left-width: 2px;
}
div.message_content:not(:hover) > blockquote > blockquote p:last-of-type {
opacity: 0.5;
}
/* faster spoilers */
div.spoiler-content, span.spoiler-arrow {
@kapsh
kapsh / 00_init_pbins_repo.yml
Created March 25, 2020 18:28
paludis pbins 101
---
- block:
- name: pbins distfiles location
file:
dest: "{{paludis_cache}}/distfiles/pbins"
state: directory
- name: pbins repository layout
@kapsh
kapsh / defaults - main.yml
Last active August 25, 2019 01:13
paludis: setup cross as separate environment
---
paludis_confdir: /etc/paludis
paludis_repos: /var/db/paludis/repositories