Skip to content

Instantly share code, notes, and snippets.

@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
Created March 25, 2024 13:00
[Gmail Trackers ] remove trackers in links #userscript #violentmonkey
// ==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
@malys
malys / .gitignore
Last active September 8, 2024 10:01
Dashboard for SAIC Electrical Vehicles (MG4)
/check.sh
/export.sh
/node_modules/
/scripts/
/package-lock.json
/dashboardTmp.png
/dashboardTmp2.png
@malys
malys / userscript.js
Created October 11, 2023 08:15
[UserScript] Compact view for cloudskillsboost.google #UserScript #cloudskillsboost
// ==UserScript==
// @name qwiklabs.com - Compact view
// @namespace malys
// @match https://*.cloudskillsboost.google/course_sessions/*
// @grant none
// @version 1.0
// @author malys
// @description Compact view
// ==/UserScript==
@malys
malys / intuos.sh
Created May 31, 2023 16:18
[Intuos Tablet] configuration #bash
#!/usr/bin/sh
# Wacom Intuos BT S pad
# ___________________________________________
# | _____________________________________ |
# | / | | | | \ |
# | | 0 | 1 | | 2 | 3 | |
# | \_______|________|____|_______|_______/ |
# | ___________________________________ |
# | | | |