Skip to content

Instantly share code, notes, and snippets.

View cyyyu's full-sized avatar
🍺

Chuang Yu cyyyu

🍺
View GitHub Profile
// ==UserScript==
// @name Type Guard
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author Chuang Yu
// @match *://*/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=google.com
// @grant none
// ==/UserScript==
@cyyyu
cyyyu / back-to-top.js
Last active June 20, 2020 17:02
back-to-top greasyfork script
// ==UserScript==
// @name Back to top
// @namespace cyyyu
// @version 0.3
// @description scroll to top
// @author Chuang Yu
// @match https://*/*
// @grant none
// @run-at document-end
// ==/UserScript==
@cyyyu
cyyyu / .env
Last active December 27, 2020 16:23
update your leetcode prorgess to a gist
LEETCODE_USER=leetcode username
GITHUB_TOKEN=github token
GIST_ID=gist id
GIST_FILE=progress.txt
@cyyyu
cyyyu / progress.txt
Last active September 3, 2020 05:31
leetcode progress
progress : ▇▇▇--------------------------------------
solved : 142/1570
last solved: Minimum Insertion Steps to Make a String Palindrome