Skip to content

Instantly share code, notes, and snippets.

View Kenya-West's full-sized avatar
💻
Windows

Innokenty Ivanov Kenya-West

💻
Windows
View GitHub Profile
@Kenya-West
Kenya-West / Elon_Musk_achievs
Last active January 10, 2021 12:01
Памятки скептикам Илона Маска | Elon Musk achievements list (russian)
Таблички для спора с хейтерами и скептиками проектов и идей Илона Маска:
1. AI
Вот когда научиться поддерживать разговор, тогда и поговорим.
Вот когда научиться распознавать речь, тогда и поговорим.
Вот когда в шахматы обыграет, тогда и поговорим.
Вот когда в викторину обыграет, тогда и поговорим.
Вот когда научиться создавать музыку, тогда и поговорим.
Вот когда научится машину водить, тогда и поговорим.
@Kenya-West
Kenya-West / youtube-channel-links.js
Created September 27, 2018 14:18
Get all links to videos in Youtube channel as a plain text
@Kenya-West
Kenya-West / WindowsSpotlight.ps1
Last active April 19, 2019 05:18
Automatically get wallpapers from Windows 10 Spotlight
$folderName = "Spotlight Wallpapers";
$desktopPath = "$env:USERPROFILE\Desktop\";
$spotlightPath = "$env:LOCALAPPDATA\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets";
if (Test-Path -Path $desktopPath$folderName) {
Write-Host ("No need to create $folderName in $desktopPath");
}
else {
New-Item -Name $folderName -ItemType Directory -Path $desktopPath ;
Write-Host ("Created $folderName in $desktopPath");
}
@Kenya-West
Kenya-West / CU orders.md
Last active February 5, 2022 07:06
CU order list

Contact me if you want to get into Whatsapp group and make an order in ComputerUniverse

Выкуп № + статус Дата Трек-номер
ВЫКУП №1 ЗАВЕРШЕН! 17.11.2018 CF322550161DE
ВЫКУП №2 ЗАВЕРШЕН! 29.12.2018 CO820135803DE
ВЫКУП №3 ЗАВЕРШЕН! 26.05.2019 CO820631949DE
ВЫКУП №4 (1) ЗАВЕРШЕН! 13.07.2019 CO820831287DE
ВЫКУП №4 (2) ЗАВЕРШЕН! 01.08.2019 CO820822991DE
ВЫКУП №5 (1) ЗАВЕРШЕН! 20.08.2019 CO820962322DE
@Kenya-West
Kenya-West / README.md
Last active July 6, 2020 03:31
A JS file for Tampermonkey that allows you to enable dark theme on Whatsapp Web website

Whatsapp Web dark theme enabler

Description

A js file for Tampermonkey that allows you to enable dark theme on Whatsapp Web website.

How to contribute

Clone this project on GitHub and start your changes. If you want to use the script from source code, then create new script in Tampermonkey extension and put source code in opened window.

@Kenya-West
Kenya-West / Google-doc-redirect.js
Last active December 31, 2020 13:52
A JS file for Tampermonkey that redirects from Google Document to Microsoft Office when you browse files from external websites
// ==UserScript==
// @name Google Docs redirection to Microsoft Office
// @namespace https://docs.google.com/
// @version 1.00
// @description A JS file for Tampermonkey that redirects from Google Document to Microsoft Office when you browse files from external websites.
// @author Kenya-West
// @match https://docs.google.com/viewerng/viewer*
// @grant none
// @run-at document-start
// ==/UserScript==
@Kenya-West
Kenya-West / README.md
Last active September 19, 2022 13:44
2GIS-phone-number-copier

Description

A js file for Tampermonkey that allows you to copy any russian mobile phone number in 2GIS.ru website redirect to the new item page. This project is a script for 2GIS website.

How to contribute

Clone this project on GitHub and start your changes. If you want to use the script from source code, then create new script in Tampermonkey extension and put source code in opened window.

How to use this script?

@Kenya-West
Kenya-West / README.md
Created June 26, 2020 12:36
Raw-text-copier-for-TV-Programmes

Description

A js file for Tampermonkey that adds raw text for easier copying into any app as a plain text for Yandex TV and Mail.ru TV programmes . This project is a script for Yandex and Mail.ru TV websites.

How to contribute

Clone this project on GitHub and start your changes. If you want to use the script from source code, then create new script in Tampermonkey extension and put source code in opened window.

How to use this script?

@Kenya-West
Kenya-West / README.md
Created June 26, 2020 12:38
VK-link-fixier

Description

A js file for Tampermonkey that allows you to copy any russian mobile phone number in VK.com website redirect to the new item page. This project is a script for VK website.

How to contribute

Clone this project on GitHub and start your changes. If you want to use the script from source code, then create new script in Tampermonkey extension and put source code in opened window.

How to use this script?

@Kenya-West
Kenya-West / README.md
Created June 26, 2020 12:40
joker-video-downloader

Description

A js file for Tampermonkey to get video links in Joker.ykt.ru video page. This project is a script for Joker website.

How to contribute

Clone this project on GitHub and start your changes. If you want to use the script from source code, then create new script in Tampermonkey extension and put source code in opened window.

How to use this script?