npm create vite
| // ==UserScript== | |
| // @name ShowPassword | |
| // @description Show password when mouse is over on password entries. | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| (function(){ | |
| 'use strict'; | |
| setTimeout(() => { | |
| const $pwds = document.querySelectorAll("input[type=password]"); |
| ##################### | |
| ### Variables | |
| ##################### | |
| SQL_FILENAME="" | |
| IMPORT_HOST="" | |
| IMPORT_USER="" | |
| IMPORT_PASSWORD="" | |
| IMPORT_PORT="" | |
| IMPORT_DBNAME="" |