- 护眼:淡黄色背景色
- 排版:宽屏时自动页边距
This file contains hidden or 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 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/* |
This file contains hidden or 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
FileName := A_Temp . "\ahk_numpad_emulator_will_close" | |
if FileExist(FileName) | |
{ | |
FileDelete %FileName% | |
Goto ForceExit | |
} | |
#NoTrayIcon | |
Menu, Tray, Icon, calc.exe |