Skip to content

Instantly share code, notes, and snippets.

View kgslotwinski's full-sized avatar

Konrad Słotwiński kgslotwinski

  • Warsaw, Poland
View GitHub Profile
@kgslotwinski
kgslotwinski / csv_importer.js
Last active October 19, 2022 14:54
CSV Importer - Tampermonkey script
// ==UserScript==
// @name CSVImporter
// @version 1.0
// @description Tampermonkey script for importing CSV to web forms. Set desired @match and configure events functions.
// @author Konrad "Tree" Słotwiński
// @match https://www.google.com/*
// @grant GM_setValue
// @grant GM_getValue
// ==/UserScript==