Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View darkowic's full-sized avatar

Dariusz Rzepka darkowic

View GitHub Profile
Installing Arch:
sudo vim /etc/pacman.conf
Update packages list: sudo pacman -Syy
run sudo pacman -Syu before installing any software (to update the repositories first)
* Timing issue:
- Change hardware clock to use UTC time:
sudo timedatectl set-local-rtc 0
@darkowic
darkowic / mbank-saldo.user.js
Last active November 13, 2022 21:06
mBank: Saldo transakcji
// ==UserScript==
// @name mBank Saldo
// @namespace https://gist.github.com/darkowic/f4454f06658ec2ef1e2dbe0d6e8648d2
// @version 0.1
// @description Wpływy - Wydatki = Saldo - skrypt dodaje pole "Saldo" w widoku histori transakcji dla serwisu transakcyjnego mbank.pl.
// @author https://github.com/darkowic
// @match https://online.mbank.pl/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=mbank.pl
// @grant none
// @downloadURL https://gist.github.com/darkowic/f4454f06658ec2ef1e2dbe0d6e8648d2/raw/mbank-saldo.user.js