This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Vk remove away | |
// @namespace https://gist.github.com/ntnbrtnkv | |
// @version 1.1 | |
// @description Unwrap vk.com away links | |
// @author ntnbrtnkv | |
// @include *vk.com* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |