Skip to content

Instantly share code, notes, and snippets.

@Yandrik
Yandrik / vikunja-quick-move-delete.user.js
Last active August 22, 2025 07:38
Vikunja Quick Move / Delete Userscript
// ==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==