This script will add a "Download past transactions CSV" and a "Download prebooked transactions CSV" button to your Umsätze page. Use these to either download past or upcoming transactions that you can import into YNAB.
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
echo ".dotfiles" >> .gitignore | |
# Clone my repo into .dotfiles | |
git clone --bare https://github.com/thraizz/dotfiles.git $HOME/.dotfiles | |
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' | |
dotfiles config --local status.showUntrackedFiles no | |
echo "alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'" >> $HOME/.zshrc |
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
#!/usr/bin/env python3 | |
import json | |
import gzip | |
import time | |
import brotli | |
import msgpack | |
import tabulate | |
import umsgpack | |
import zstd |
This Tampermonkey script customizes the Elden Ring Interactive Map on the Fextralife website. It moves the map element to the top of the body and applies specific styles to enhance its visibility and accessibility.
- Moves the map container (
div
withid="mapA"
) to the top of the body. - Applies the following styles to the map container:
position: absolute;
z-index: 10000;
This gist shows a full implementation of Stripe via Firebase Cloud Functions and Firebase Firestore.
This gist is supplementary to the blog post https://aronschueler.de/blog/2025/03/17/implementing-stripe-subscriptions-with-firebase-cloud-functions-and-firestore/. How and why to use these files is described there.
If this helped you, you can support me via buymeacoffe
OlderNewer