Skip to content

Instantly share code, notes, and snippets.

View filipstachura's full-sized avatar

Filip Stachura filipstachura

View GitHub Profile
@filipstachura
filipstachura / ynab-mulitcurrency-sidebar.js
Created October 13, 2020 06:58
YNAB multicurrency sidebar converter (support for EUR, USD, GBP).
// ==UserScript==
// @name YNAB multicurrency sidebar converter
// @version 0.1
// @author filip@appsilon.com
// @match https://app.youneedabudget.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
# This file generated by Quarto; do not edit by hand.
from __future__ import annotations
from pathlib import Path
from shiny import App, Inputs, Outputs, Session, ui