pageDecoration | ||||
---|---|---|---|---|
|
html {
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": "resume.reword469@slmail.me", | |
"website": "https://malys.github.io", | |
"location": { |
// ==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/* |
// ==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/* |
// ==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 |