Skip to content

Instantly share code, notes, and snippets.

View 3rdcycle's full-sized avatar

Lukas Heiniger 3rdcycle

View GitHub Profile
@3rdcycle
3rdcycle / postfinance-ynab.user.js
Created April 26, 2018 17:48 — forked from weiserr/README.md
Postfinance YNAB Export
// ==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");