Skip to content

Instantly share code, notes, and snippets.

@luhaoming
luhaoming / remove_cygwin.cmd
Created November 14, 2018 04:25
remove cygwin at windows7
## remove registry
reg delete /f HKEY_CURRENT_USER\Software\Cygwin
reg delete /f HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
## remove shortcut
del c: /s "cygwin*.lnk"
## remove files
rd /s/q c:\cygwin64
@luhaoming
luhaoming / fblink_sanitizer .user.js
Last active November 23, 2018 02:34
Facebook link sanitizer
// ==UserScript==
// @name yahoo coupon
// @namespace http://tampermonkey.net/
// @version 0.4
// @description 領取yahoo全站
// @author Haoming
// @match https://tw.buy.yahoo.com/coupons/brand?bdid=*
// @match https://tw.buy.yahoo.com/coupons
// @icon https://www.google.com/s2/favicons?sz=64&domain=yahoo.com
// @source
@luhaoming
luhaoming / yahoo_chkin.user.js
Last active August 2, 2022 03:35
yahoo checkin
// ==UserScript==
// @name yahoo checkin
// @namespace http://tampermonkey.net/
// @version 0.6
// @description try to take over the world!
// @author haoming
// @match https://*.yahoo.com/points/checkin?id=*
// @icon https://www.google.com/s2/favicons?sz=64&domain=yahoo.com
// @grant none
// ==/UserScript==
@luhaoming
luhaoming / poya_voucher.user.js
Last active September 7, 2022 01:36
get poya vouchers
// ==UserScript==
// @name poya_vouchers
// @namespace http://tampermonkey.net/
// @version 0.7
// @description try to take over the world!
// @author Haoming (葉大雄)
// @match https://www.poyabuy.com.tw/V2/ECoupon/List*
// @icon https://www.google.com/s2/favicons?sz=64&domain=poyabuy.com.tw
// @grant none
// ==/UserScript==
@luhaoming
luhaoming / jcbhelper.user.js
Last active August 1, 2023 04:31
jcb keyboard helper
// ==UserScript==
// @name jcbhelper.user
// @namespace http://tampermonkey.net/
// @version 0.4
// @description try to take over the world!
// @author You
// @match https://ezweb.easycard.com.tw/Event01/JCBLoginRecordServlet*
// @match https://ezweb.easycard.com.tw/Event01/JCBLoginServlet*
// @icon https://www.google.com/s2/favicons?sz=64&domain=easycard.com.tw
// @grant none