Skip to content

Instantly share code, notes, and snippets.

View Bak-Jin-Hyeong's full-sized avatar

Bak, Jin Hyeong Bak-Jin-Hyeong

View GitHub Profile
// ==UserScript==
// @name ASTx2 Emulator
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author @BawAppie
// @match https://*/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=ahnlab.com
// @grant none
// ==/UserScript==
@haje01
haje01 / init.lua
Last active May 1, 2025 10:05
macOS IME Cursor
-- 설치 방법:
-- 1. Hammerspoon 설치 (https://www.hammerspoon.org/)
-- 2. 아래 내용을 ~/.hammerspoon/init.lua 으로 저장
--
-- 참고: 윈도우용 IME Cursor (https://forest.watch.impress.co.jp/library/software/imecursor/)
local indicatorCircle = nil
local followTimer = nil
local xoff = 15
local yoff = 4