This file contains hidden or 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 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== |