Skip to content

Instantly share code, notes, and snippets.

@swvitaliy
swvitaliy / tinkoff_invert_events_csv.js
Created January 4, 2024 12:43
Userscript for creation a button "csv" for printing invest events into browser console as a csv (https://www.tinkoff.ru/invest/portfolios/events/)
// ==UserScript==
// @name tinkoff_invert_events_csv
// @namespace http://tampermonkey.net/
// @version 2024-01-04
// @description Create a button "csv" for printing invest events into browser console as a csv
// @author swvitaliy
// @match https://www.tinkoff.ru/invest/portfolios/events/
// @icon https://www.google.com/s2/favicons?sz=64&domain=tinkoff.ru
// @grant none
// ==/UserScript==