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
// ==UserScript== | |
// @name Kittysplit deseletc all buton | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Adds a deselect all button to the kittysplit add new expense screen. | |
// @author You | |
// @match *.kittysplit.com/*/entries/new/expense | |
// @grant none | |
// ==/UserScript== |