Skip to content

Instantly share code, notes, and snippets.

@huntrax11
huntrax11 / whooing-hide-fiugre.user.js
Last active December 10, 2019 08:05
whooing-hide-fiugre.user.js
// ==UserScript==
// @name 후잉 hide figures
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 후잉 숫자를 가려드립니다.
// @author Robert Park
// @match https://whooing.com/
// @match https://new.whooing.com/
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js
// @grant none
@huntrax11
huntrax11 / .vimrc
Created January 10, 2013 01:18
GVim for Windows Configuration
language C
syn on
set number
set ruler
set autoindent
set expandtab
set tabstop=4 shiftwidth=4 softtabstop=4
set backspace=2