Skip to content

Instantly share code, notes, and snippets.

View mzwierzchlewski's full-sized avatar
💭
🔥

Maciej Zwierzchlewski mzwierzchlewski

💭
🔥
View GitHub Profile
@mzwierzchlewski
mzwierzchlewski / config.template.toml
Created August 25, 2022 09:15
GitLab runner image
[[runners]]
[runners.docker]
links = ["runner-cache:minio"]
[runners.cache]
Type = "s3"
Shared = true
[runners.cache.s3]
AccessKey = "minio"
SecretKey = "minio123"
BucketName = "runner"
// ==UserScript==
// @name Gwent Tracker to Gwentify Collection
// @version 0.4
// @description Transfer your collection to Gwentify
// @author spokomaciek
// @match http://www.gwent-tracker.com/*
// @match http://gwentify.com/collection-manager/
// @run-at document-idle
// @grant GM_getValue
// @grant GM_setValue