Skip to content

Instantly share code, notes, and snippets.

View BoberMod's full-sized avatar
🇺🇦

Volodymyr BoberMod

🇺🇦
View GitHub Profile
{
"shared_secret": "PLACEHOLDER",
"serial_number": "PLACEHOLDER",
"revocation_code": "PLACEHOLDER",
"uri": "otpauth://totp/Steam:PLACEHOLDER?secret=PLACEHOLDER&issuer=Steam",
"server_time": PLACEHOLDER,
"account_name": "PLACEHOLDER",
"token_gid": "PLACEHOLDER",
"identity_secret": "PLACEHOLDER",
"secret_1": "PLACEHOLDER",
@BoberMod
BoberMod / last-episode-date.user.js
Last active April 15, 2023 11:37
Shows the date of the last currently released episode
// ==UserScript==
// @name Shikimori: last currently released episode
// @name:ru Шикимори: дата последнего вышедшего эпизода
// @namespace https://shikimori.one
// @version 0.3
// @description Shows the date of the last currently released episode
// @description:ru Показывает дату последней на данный момент вышедшей серии
// @author BoberMod
// @match https://shikimori.org/animes/*
// @match https://shikimori.one/animes/*
@BoberMod
BoberMod / shikimori-watch-online-button.user.js
Last active May 15, 2019 21:42
Adds a watch online button on the anime page on shikimori.one
// ==UserScript==
// @name Shikimori.one anime watch button
// @name:ru Кнопка "смотреть онлайн" на shikimori.one
// @namespace https://shikimori.one/
// @version 0.2
// @description Adds a watch online button on the anime page
// @description:ru Добавляет кнопку "смотреть онлайн" на странице аниме shikimori.one
// @author BoberMod
// @match https://shikimori.one/animes/*
// @downloadURL https://gist.github.com/BoberMod/08962097fe888a7c4cf83ab79e28863f/raw/shikimori-watch-online-button.user.js
@BoberMod
BoberMod / shikimori-comment-loader.user.js
Last active April 15, 2023 11:33
This script will load 100 comments instead of the standard 20 on shikimori
// ==UserScript==
// @name Shikimori comments loader
// @name:ru Загрузчик комментариев Shikimori
// @namespace https://shikimori.org/
// @version 0.9
// @description Load 100 comments instead of the standard 20
// @description:ru Загружает 100 комментариев вместо 20 стандартных на Shikimori
// @author BoberMod
// @match https://*.shikimori.org/*
// @match https://shikimori.one/*
// ==UserScript==
// @name Remove shitty AD
// @namespace https://gist.github.com/BoberMod/961a73ef1307ea0acc91b9751ad989a7
// @version 0.4
// @description Removes the ad!
// @author GlobalEliteBhopMaster
// @match smotret-anime.ru/*
// @match smotretanime.ru/*
// @grant GM_xmlhttpRequest
// @grant GM_getValue
@BoberMod
BoberMod / lab.cpp
Last active October 2, 2017 18:09
lab.methods
#include <iostream>
#include <cmath>
double firstBlock(double x)
{
double result = sqrt(abs(pow(x, 3) - 1)) - 7 * cos(cbrt(pow(x, 4) + 4));
return result;
}
void secondBlock(double x, double y)
pacman -Syy
pacman -S reflector
reflector -c "Ukraine" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist
Смотрим диски:
fdisk -l
Разметка:
cfdisk /dev/sd*
Delete current - create new - primary - Bootable - Write - Quit