Skip to content

Instantly share code, notes, and snippets.

View malys's full-sized avatar

Malys malys

View GitHub Profile
@malys
malys / md-advanced-tables.lua
Last active August 21, 2025 17:48
[md advanced tables] advanced md table management #silverbullet #lua
```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
@malys
malys / flow.json
Created January 22, 2025 19:05
[NodeRed plublishing] #xonsh #publish #flow #node #autmation
[
{
"id":"b3f710d3656ec0bd",
"type":"exec",
"z":"73f57341a6bdef33",
"command":"rm -f /tmp/cookies.txt",
"addpay":"",
"append":"",
"useSpawn":"false",
"timer":"",
@malys
malys / releaseManager.xsh
Last active January 18, 2025 18:59
[Newreleases.io] integration #newreleases #userscript #xonsh #python #violentmonkey
import requests
import os
import json
def getKey():
with open(os.path.expanduser("~/.newreleases.yaml")) as f:
rawKey=f.read()
@malys
malys / doc.url
Created October 9, 2024 08:19
[Github contact] get mail of user #github
https://stackoverflow.com/questions/12686545/how-to-leave-a-message-for-a-github-com-user
@malys
malys / intuos.sh
Created October 9, 2024 08:12
[Wacom tablet] configuration #wacom #bash
#!/usr/bin/sh
# Wacom Intuos BT S pad
# ___________________________________________
# | _____________________________________ |
# | / | | | | \ |
# | | 0 | 1 | | 2 | 3 | |
# | \_______|________|____|_______|_______/ |
# | ___________________________________ |
# | | | |
@malys
malys / resume.json
Last active November 12, 2024 14:35
resume.json
{
"meta": {
"theme": "kendall-plus"
},
"basics": {
"name": "Malys",
"image": "../../images/photo-Malys.jpg",
"email": "[email protected]",
"website": "https://malys.github.io",
"location": {
@malys
malys / last_comment.js
Created April 7, 2024 16:13
[MGEVs] optimization #userscript #violentmonkey
// ==UserScript==
// @namespace
// @name Mgevs last comment
// @grant none
// @version 0.0.1
// @author malys
// @description view last comments
// @run-at document-end
// @match https://www.mgevs.com/threads/*
@malys
malys / last_comments.js
Last active April 7, 2024 16:14
[Automobile Propre] optimization #userscript #violentmonkey
// ==UserScript==
// @namespace
// @name Automobile propre last page/last comment
// @grant none
// @version 0.0.1
// @author malys
// @description view last comments
// @run-at document-end
// @match https://forums.automobile-propre.com/topic/*
@malys
malys / userscript.js
Last active January 16, 2026 15:27
[Gmail Trackers ] remove trackers in links #userscript #violentmonkey #gmail
// ==UserScript==
// @name Remove multiple email trackers from links in GMail
// @namespace http://tampermonkey.net/
// @version 0.4
// @description This script removes the YesWare, ConvertKit, Pstmrk and SkimResources email trackers from links received in GMail. This means the sender will not know that you have clicked on their links if they use these tracking systems.
// @match https://mail.google.com/*
// @icon https://www.google.com/s2/favicons?domain=gmail.com
// @grant none
// @downloadURL https://update.greasyfork.org/scripts/426239/Remove%20multiple%20email%20trackers%20from%20links%20in%20GMail.user.js
// @updateURL https://update.greasyfork.org/scripts/426239/Remove%20multiple%20email%20trackers%20from%20links%20in%20GMail.meta.js
@malys
malys / .gitignore
Last active May 24, 2024 09:56
[SAIC Map update] check version of maps update without download 15Go Zip file #saic #map
/node_modules/
/package-lock.json