Skip to content

Instantly share code, notes, and snippets.

View ntnbrtnkv's full-sized avatar
👋
Hi, pal

Anton Bortnikov ntnbrtnkv

👋
Hi, pal
View GitHub Profile
// ==UserScript==
// @name My EGS games
// @namespace https://gist.github.com/ntnbrtnkv
// @version 0.1
// @description Export epic games store games/translactions
// @author ntnbrtnkv
// @match *://www.epicgames.com/account/transactions*
// @grant GM_setClipboard
// ==/UserScript==
@ntnbrtnkv
ntnbrtnkv / vk-remove-away-links.user.js
Last active December 10, 2021 18:31
Unwrap vk.com external away.php links
@ntnbrtnkv
ntnbrtnkv / chess.com-problem-to-lichess.user.js
Last active June 6, 2021 09:05
Chess.com problem to Lichess goto
// ==UserScript==
// @name Chess.com problem to Lichess goto
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Analyse chess.com puzzle with lichess
// @author You
// @match *://*.chess.com/puzzles/problem/*
// @run-at document-end
// @icon https://www.google.com/s2/favicons?domain=tampermonkey.net
// @grant none