Skip to content

Instantly share code, notes, and snippets.

View Yoshiin's full-sized avatar

Léo Mora Yoshiin

  • France
View GitHub Profile
@Yoshiin
Yoshiin / template.json
Created October 24, 2024 10:12
Portainer Templates v2
This file has been truncated, but you can view the full file.
{
"version": "2",
"templates": [
{
"categories": [
"Automation",
"AI"
],
"description": "Automate your marketing, sales and operations",
"logo": "https://cdn.activepieces.com/brand/full-logo-white.svg",
@Yoshiin
Yoshiin / template.json
Last active April 2, 2025 07:47
Portainer Templates v3 [WIP]
This file has been truncated, but you can view the full file.
{
"version": "2",
"templates": [
{
"type": 1,
"name": "zeebe_broker",
"title": "Zeebe Standalone Broker",
"description": "Zeebe workflow engine with a single broker",
"categories": [
"workflow",
@Yoshiin
Yoshiin / TwitterDefaultFollowingTab.user.js
Last active September 27, 2023 20:07
Twitter - Default "Following" tab
// ==UserScript==
// @name X (Twitter) - Default "Following" tab
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Redirect to "Following" tab on x.com (twitter.com) by default
// @author Yoshin
// @match https://x.com
// @match https://x.com/home
// @match https://twitter.com
// @match https://twitter.com/home
@Yoshiin
Yoshiin / TwitchVODDateTime.js
Last active July 14, 2021 13:47
Twitch VOD - Show full date & time
// ==UserScript==
// @name Twitch VOD - Show full date & time
// @namespace https://github.com/Yoshiin
// @version 1.0
// @description Add VOD full date time on video page
// @author Yoshin
// @match https://www.twitch.tv/videos/*
// @grant none
// @homepageURL https://gist.github.com/Yoshiin/64c3f66652f4af56203fb584b520d442
// @copyright 2021, Yoshin