Skip to content

Instantly share code, notes, and snippets.

View veryyoung's full-sized avatar

veryyoung veryyoung

View GitHub Profile
@veryyoung
veryyoung / batch_rename.sh
Created May 28, 2022 16:04
batch rename file
for i in `ls | grep .json`; do mv $i `echo "$i" | awk -F '.json' '{print $1}'`;done
@veryyoung
veryyoung / premint.js
Last active June 30, 2022 10:29
Check premint raffle result using Tampermonkey
// ==UserScript==
// @name PreMint-UI
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author MurMurCats - LL
// @match https://www.premint.xyz/collectors/entries/
// @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net
// @require https://unpkg.com/[email protected]/dist/jquery.min.js
// @grant GM_xmlhttpRequest