Skip to content

Instantly share code, notes, and snippets.

@TK009
TK009 / trello-progress.user.js
Created June 20, 2016 08:19
Add a thin progress bar to trello cards that have a checklist
// ==UserScript==
// @name Trello card progress
// @namespace trello
// @author Tuomas Kinnunen
// @description Add a thin progress bar to trello cards that have a checklist
// @include https://trello.com/b/*
// @version 1
// @grant none
// ==/UserScript==
window.addEventListener ("load", Greasemonkey_main, false);