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 Vikunja Quick Project Switch (try.vikunja.io) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.3 | |
| // @description Adds a button to quickly move tasks to other projects, add tags, and delete tasks in Vikunja. | |
| // @author Yandrik | |
| // @match https://try.vikunja.io/* | |
| // @grant GM_addStyle | |
| // @grant GM_xmlhttpRequest | |
| // ==/UserScript== |