Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Dynalist Count Tags
// @include https://dynalist.io/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @grant GM_addStyle
// ==/UserScript==
/*- The @grant directive is needed to work around a design change
introduced in GM 1.0. It restores the sandbox.
*/