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 Postfinance CSV Export | |
// @namespace http://death-knight.com | |
// @include https://www.postfinance.ch/ap/ba/fp/html/e-finance/assets | |
// @version 4 | |
// @grant none | |
// ==/UserScript== | |
// Function definitions | |
function createGenerateButton() { | |
let input = document.createElement("input"); |