Skip to content

Instantly share code, notes, and snippets.

@mbhutton
mbhutton / workflowy-find-popup.js
Last active May 19, 2024 14:00
Tampermonkey script for searching using a popup dialog, as an alternative to find-as-you-type
// ==UserScript==
// @name Workflowy: Search shortcut
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Workflowy customisations
// @author Matt Hutton
// @match https://workflowy.com*
// @grant none
// @run-at document-end
// ==/UserScript==