| pageDecoration | ||||
|---|---|---|---|---|
|
html {
| // ==UserScript== | |
| // @name Vikunja Auto Minimal View | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.7 | |
| // @description Shows only task detail in minimal view, removing all other page elements including top bar | |
| // @author You | |
| // @match https://*/tasks/* | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Outline Minimal View | |
| // @namespace http://tampermonkey.net/ | |
| // @version 3.1 | |
| // @description Show minimal view of Outline documents - title and body only | |
| // @author You | |
| // @match https://*/doc/* | |
| // @grant none | |
| // ==/UserScript== | |
| // ==UserScript== | |
| // @name Vikunja Kanban enhancer | |
| // @description Auto Label by Column + Purge Archive + Bulk move + Quick filters (import, export, merge) | |
| // @namespace malys | |
| // @version 6.0 | |
| // @match https://TODO/projects/* | |
| // @match https://try.vikunja.io/* | |
| // @grant none | |
| // ==/UserScript== |
| pageDecoration | ||||
|---|---|---|---|---|
|
html {
| ```space-lua | |
| -- To enable debug logs, set LOG_ENABLE to true | |
| local LOG_ENABLE = true | |
| local TEXT_EDITOR = nil | |
| local EDITOR = nil | |
| local function debug_log(message) | |
| if LOG_ENABLE then | |
| js.log("[DEBUG] " .. message) | |
| end |
| [ | |
| { | |
| "id":"b3f710d3656ec0bd", | |
| "type":"exec", | |
| "z":"73f57341a6bdef33", | |
| "command":"rm -f /tmp/cookies.txt", | |
| "addpay":"", | |
| "append":"", | |
| "useSpawn":"false", | |
| "timer":"", |
| import requests | |
| import os | |
| import json | |
| def getKey(): | |
| with open(os.path.expanduser("~/.newreleases.yaml")) as f: | |
| rawKey=f.read() |
| https://stackoverflow.com/questions/12686545/how-to-leave-a-message-for-a-github-com-user |
| #!/usr/bin/sh | |
| # Wacom Intuos BT S pad | |
| # ___________________________________________ | |
| # | _____________________________________ | | |
| # | / | | | | \ | | |
| # | | 0 | 1 | | 2 | 3 | | | |
| # | \_______|________|____|_______|_______/ | | |
| # | ___________________________________ | | |
| # | | | | |
| { | |
| "meta": { | |
| "theme": "kendall-plus" | |
| }, | |
| "basics": { | |
| "name": "Malys", | |
| "image": "../../images/photo-Malys.jpg", | |
| "email": "[email protected]", | |
| "website": "https://malys.github.io", | |
| "location": { |