Skip to content

Instantly share code, notes, and snippets.

View acodecow's full-sized avatar
🎯
Focusing

A Code Cow acodecow

🎯
Focusing
  • 16:35 (UTC +08:00)
View GitHub Profile
@acodecow
acodecow / numpad.ahk
Created September 3, 2021 09:24
Windows Autohotkey Numpad Emulator By Key `jkluio789`
FileName := A_Temp . "\ahk_numpad_emulator_will_close"
if FileExist(FileName)
{
FileDelete %FileName%
Goto ForceExit
}
#NoTrayIcon
Menu, Tray, Icon, calc.exe
@acodecow
acodecow / cookie-cleaner.go
Created July 4, 2021 11:18
Clean your chromium browser cookies according by allowlist
@acodecow
acodecow / PSFuzzyMenu
Last active June 2, 2021 10:37
PSFuzzyMenu
https://www.powershellgallery.com/packages/PSFuzzyMenu
  • 护眼:淡黄色背景色
  • 排版:宽屏时自动页边距
@acodecow
acodecow / better-go-doc-style.user.js
Last active April 20, 2021 09:18
Read Golang Doc with Better Style
// ==UserScript==
// @name Read Golang Doc Better
// @name:zh 更美的 Golang 文档
// @namespace https://littleboyharry.me
// @version 1.0.1
// @description go to read with better override style!
// @author LittleboyHarry
// @match https://golang.org/*
// @match https://blog.golang.org/*