Skip to content

Instantly share code, notes, and snippets.

View tynrare's full-sized avatar
🏠
Working from home

tynrare tynrare

🏠
Working from home
View GitHub Profile

Install

  1. Скачать web установщик:
win10 linux
win linux
  1. Запустить Update
  2. При запросе ввода типа шоурума ввести один из типов, или оставить строку пустой, если шоурум не нужен
@tynrare
tynrare / delete-all.js
Last active October 20, 2023 16:16
VK delete all tracks
//Сюда вписать через запятую названия своих треков, которые хотите сохранить
//Например: ["Цвет настроения", "За любовь", "Каждый раз"]
// Кстати Цвет настроения сохранится и черный и синий :D
var filter = ["Your-favorite-track-name"];
//scroll down at max
function scrollDown(callback){
let scroll = document.body.scrollHeight;
let lastScroll = scroll;
window.scrollTo(0,document.body.scrollHeight);
@tynrare
tynrare / singletone_template.js
Last active February 15, 2020 09:34
JavaScript Singletone ES6 linted template
/**
* @file singletone_template.js
* @author tynrare
* @version 1
* @module Template/Singletone
*/
let instance = null;
/**
@tynrare
tynrare / code_script_executor.js
Last active February 12, 2020 02:29
Safe JS CodeScriptExecutor
/**
* @file code_script_executor.js
* @author tynrare
* @version 1
* @module Core/Lib/CodeScriptExecutor
*/
/**
* Allows to execute js script from strings with scope bindings
*/
@tynrare
tynrare / README.md
Created March 2, 2020 15:32
prettier js ignore range

According to docs you can't use ranges in js before v1.12.0+

Way to ignore range is simple - just scope it in

// prettier-ignore
{
 __value__["anyUglyShit"] ( { v : Math.sin  (Math.PI ) , y: 1})
var in_ANY_SHITTYSTYLE = 1;
}
@tynrare
tynrare / krita-wacom
Created March 10, 2020 03:40
krita wacom linux
#Название устройств, независимо от того, проводное или беспроводное подключение для планшета
DEVICE_STYLUS=`xsetwacom list dev | grep -E -o ".*stylus"`
DEVICE_PAD=`xsetwacom list dev | grep -E -o ".*pad"`
DEVICE_TOUCH=`xsetwacom list dev | grep -E -o ".*touch"`
#Всплывающее предупреждение об используемом профиле.
notify-send "Using Krita profile"
#Рабочая область для стилуса
#Для двух мониторов просто ширину 2 монитора прибавить к 1: MapToOutput 3440+1440+0+240
@tynrare
tynrare / README.md
Last active August 31, 2022 17:38
Programming every day
@tynrare
tynrare / mintmanga-fullheight-view.js
Last active October 8, 2020 02:32
Tampermonkey mintmanga read improve
// ==UserScript==
// @name mintmanga-fullheight-view
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author tynrare
// @match https://mintmanga.live/*
// @match https://readmanga.live/*
// @grant none
// ==/UserScript==
@tynrare
tynrare / general.md
Last active August 27, 2020 15:46
Snippets

Launch python live server

$ python -m http.server
@tynrare
tynrare / links.md
Last active January 5, 2024 07:16
stream-dump