Skip to content

Instantly share code, notes, and snippets.

AllTemsRus,AskARussian,askKafka,belarus,BestAskRedditRu,BitLoga,CIS_Politics,Collectorium,corvax,cyber_police,DirtyRU,Epicentr,Escapism_is_my_realm,expected_russians,expectedrussians,Glav_Dobro_base,glavmrazcasting,GlavMrazReddit,hampan,INCOGNITO_live,KafkaBTC,KafkaFPS,Kazakhstan,kakayato_fignya,KinoBand,liberta,litium,lololoshka,Moscow,MoscowBeat,musorkabondrewda,NekoparaLore,Neurath,Odessa_UA,olesha,Pikabu,PikabuPolitics,PikaKotiki,place_brff,pltrk,Popular_Science_Ru,ProjectZomboidClassic,realworldRUS,ru_Anime,ruArtist,ruDnD,ru_furryporn,ru_gamer,ru_metal,ruMurino,rusAskReddit,ruAsska,russian,RusGayCommunity,RussianFairPolitics,RussianFood,RussianImmersion,RUSSIANMemeSub,RussianWatches,RusTransgender,rusyn,RU_Talk,RUTerraria,Scoofoboy,sino,skebob,SPb,suddenlymax,suddenlyrussians,svetasollarx,Tarkov,TEIGEPRESTEIGE,TheDeprogram,TheMemeSub,TheRevolutionSub,TheRussianMemeSub,tjournal_refugees,Tokoto,ukraina,ussr,WriteStreakRU,Zazu
@sutnistj
sutnistj / ua_k.yaml
Last active November 17, 2025 18:09
Futo keyboard
name: "Універсальна кирилиця"
description: "Кирилиця з комбінованими діакритиками"
attributes: { moreKeyMode: OnlyExplicit }
rows:
- numbers:
- [1, "!", "?", "‽"]
- [2, "@"]
- [3, "#", "№"]
- [4, "$", "€", "₴", "¢", "¤"]
@sutnistj
sutnistj / fixer.js
Last active February 16, 2024 07:17
Reddit Link Fixer
// ==UserScript==
// @name Old Reddit Link Fixer
// @author Jurid
// @description Fixes incorrect backslash placement in links on Old Reddit
// @match https://*.reddit.com/*
// @version 16-Feb-2024
// ==/UserScript==
onmouseover = (event) => {
const a = event.target.closest('.usertext-body a')
@sutnistj
sutnistj / main.md
Last active May 17, 2025 06:10
Latinka

Зроблено за проханнями.

Абетка

Кирилиця Латиниця Кирилиця Латиниця Кирилиця Латиниця
А а A a Я я Ja ja
Б б B b
В в V v
Г г H h
@sutnistj
sutnistj / about: dictionaries.md
Last active January 13, 2023 09:23
onomatopoeia, sumordnilap

Here are:

  • o[nomatopoeia],
  • s[emordnilap], more info about it is at stackexchange,
  • l[etter] {letter}, positions: ^start, end$.

File names:

  • w[hat]: {theme} | s[ource]: {from}
  • c[ode] {function}.py
// ==UserScript==
// @name fix-CDBstyle-AniDBstyle3-menu
// @author Jurid
// @description Fix logo area for theme CDBstyle-AniDBstyle3-menu
// @include https://anidb.net/*
// @version 25-Jul-2021
// ==/UserScript==
const falseLink = document.querySelector('ul#menu-main li.main')
falseLink.style.display = 'none'
@sutnistj
sutnistj / ccopy
Last active October 14, 2020 07:54
Copy file(s) from console into clipboard
#!/bin/bash
# clipboard-files - Copy files from the clipboard in a Linux terminal.
#
# Read more: https://replace.org.ua/topic/12326/
#
# By dot as know as pt
#
# Clipboard interfacing code inspired from:
# https://github.com/larspontoppidan/clipboard-files
@sutnistj
sutnistj / example.sh
Last active October 13, 2021 01:06
A script allows easy using multivideos and -subs at once (can be updated)
#!/bin/bash
# Variables
path='' # general path aka gp
videos='' # gp + folder for videos
subs='' # gp + folder for subs
# Regexs
## here for anime monster
@sutnistj
sutnistj / ua
Last active January 11, 2023 08:09
ua keyboard
default partial alphanumeric_keys modifier_keys
xkb_symbols "l_jurid" {
name[Group1]= "Ukrainian (L)";
// key <LSGT> { [ ] };
key <BKSL> { [ backslash, bar, brokenbar ] };
key <CAPS> {
type[Group1] = "TWO_LEVEL",
symbols[Group1] = [ Multi_key, Caps_Lock ],
@-moz-document domain("ukr.gg") {
textarea,
html {
font-family: sans-serif, 'Yu Gothic Medium' !important;
}
code, pre {
font-family: monospace !important;
}
}