Skip to content

Instantly share code, notes, and snippets.

View egormanga's full-sized avatar
👨‍💻

Egor Vorontsov egormanga

👨‍💻
View GitHub Profile
@egormanga
egormanga / DvachScroll.js
Created January 10, 2019 02:19
Attachments scrolling on 2ch.hk with mouse wheel
// ==UserScript==
// @name DvachScroll
// @version 0.1
// @description Attachments scrolling on 2ch.hk with mouse wheel
// @author Sdore
// @match http://2ch.hk/*
// @match https://2ch.hk/*
// ==/UserScript==
(function() {
@egormanga
egormanga / DieMP3.py
Created November 28, 2018 23:25
VK MP3 Mod messages de- and encryption
#!/usr/bin/python3
# VK MP3 Mod messages de- and encryption
import argparse
chars = " ​‌‏ "
prefix = "  "
sep = " "
def decrypt(s):