This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[runners]] | |
[runners.docker] | |
links = ["runner-cache:minio"] | |
[runners.cache] | |
Type = "s3" | |
Shared = true | |
[runners.cache.s3] | |
AccessKey = "minio" | |
SecretKey = "minio123" | |
BucketName = "runner" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |