UserStyle: меняем дизайн medium.com на чёрный минимализм

4 months ago
5

https://userstyles.world/style/21521/medium-com-black-wide-minimal
https://gitlab.com/vitaly-zdanevich-styles/medium-com

Расширение Stylus https://github.com/openstyles/stylus

Конвертор XPath -> CSS https://extendsclass.com/xpath-to-css.html

Тикет Stylus чтобы добавили поддержку XPath https://github.com/openstyles/stylus/issues/1965

Vim плагины:
https://github.com/airblade/vim-gitgutter
https://github.com/tpope/vim-commentary

https://en.wikipedia.org/wiki/XPath

Моя тема для Википедии https://github.com/vitaly-zdanevich/wikipedia-userstyle-dark-minimum

Firefox 138.0.1

Записано через ЦАП Scarlett Solo 3rd Gen https://us.focusrite.com/products/scarlett-solo-3rd-gen
Микрофон Shure BETA 58A с мохнатой насадкой поп-фильтром https://www.shure.com/en-US/products/microphones/beta_58a?variant=Beta%252058A
Записано через ffmpeg этим скриптом:

```
ffmpeg -f x11grab -video_size 1920x1200 -i :0+0,2640 \
-f pulse -i alsa_input.usb-Focusrite_Scarlett_Solo_USB_Y7D1J3F0A66336-00.Direct__Direct__source \
-ac 1 \
-vf setpts=N/FR/TB \
-c:v libsvtav1 -preset 6 \
-c:a libopus \
~/record/out/$(date +%Y-%b-%d%a--%H-%M-%S | tr A-Z a-z).webm

# Press q to finish the recording.
# Devices from `pacmd list-sources | grep -e 'name:' -e 'index:'`
# https://trac.ffmpeg.org/wiki/Encode/AV1
# libsvtav1 -preset: lower number - smaller file size
#
# -ac 1 for mono (audio channels 1)
# # setpts=N/FR/TB
# to be able to pause by Ctrl-Z, see https://stackoverflow.com/a/61692055/1879101
```

Звук/видео без постобработки.

Loading comments...