Skip to content

Instantly share code, notes, and snippets.

View iivkis's full-sized avatar
💭
night coding

iivkis iivkis

💭
night coding
View GitHub Profile
@iivkis
iivkis / yandex-browser-arch-codecs.md
Last active July 27, 2026 06:18
Yandex Browser on Arch Linux: install + fix audio/video codecs

Yandex Browser on Arch Linux: install + fix audio/video codecs

Tested on Arch Linux with Yandex Browser 26.4.1.1110 stable.

A fresh AUR install of Yandex Browser may launch normally and play YouTube, but some media sites, including Yandex Music, may fail to play audio because the browser falls back to its integrated FFmpeg library.

1. Install yay (if you do not have it)

sudo pacman -S --needed base-devel git

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by
@wesbos
wesbos / tab-trigger.js
Created November 16, 2015 19:33
How to properly get a TAB trigger working with Emmet inside of JSX
{
"keys": ["tab"],
"command": "expand_abbreviation_by_tab",
// put comma-separated syntax selectors for which
// you want to expandEmmet abbreviations into "operand" key
// instead of SCOPE_SELECTOR.
// Examples: source.js, text.html - source
"context": [
{
@gorborukov
gorborukov / russia
Last active June 19, 2026 13:39
Регионы и города россии в формате JSON
[
{
"region": "Москва и Московская обл.",
"city": "Москва"
},
{
"region": "Москва и Московская обл.",
"city": "Абрамцево"
},