Skip to content

Instantly share code, notes, and snippets.

View HelloWorld017's full-sized avatar
💐
muguet - Hanahuruhibi,

Khinenw HelloWorld017

💐
muguet - Hanahuruhibi,
View GitHub Profile
// ==UserScript==
// @name Github Action Pinning
// @namespace https://gist.github.com/HelloWorld017/08ec3c9cc6541256737529c0ec2389b2
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Pin your favorite actions workflow in GitHub
// @author nenw
// @match https://github.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com
// @grant none
@HelloWorld017
HelloWorld017 / README.md
Last active August 24, 2022 06:14
nenw's vim & tmux setting

Nenw's Vim & Tmux Configuration

For zsh configuration, please refer to the zsh config

Usage (neovim >= 0.5.0)

  1. Install nvim
  2. Install vim-plug
  3. Copy init.nvim into ~/.config/nvim/init.nvim
  4. Run :PlugInstall
  5. Run :CocInstall
@HelloWorld017
HelloWorld017 / .zsh_aliases
Last active December 27, 2021 04:37
nenw's zsh setting
# Select the lightweight editor for your OS
# Mac: alias npp='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl'
# Linux: alias npp='gapplication launch org.gnome.gedit'
# Windows: alias npp='C:\Windows\Program Files (x86)\Notepad++\Notepad++.exe'
# Select the file manager for your OS
# Mac: alias e.='open .'
# Linux: alias e.='xdg-open .'
# Windows: alias e.='explorer .'
@HelloWorld017
HelloWorld017 / README.md
Created August 10, 2020 04:40
Nenw's spotify theme

Nenw's Spotify Theme

Screenshot

Customized version of dribbblish spicetify theme

Installation

  1. Download all assets and put assets into /path/to/spicetify/Themes/nenw/
  2. Put dribbblish.js into /path/to/spicetify/Extensions/
  3. Run following:

Keybase proof

I hereby claim:

  • I am HelloWorld017 on github.
  • I am khinenw (https://keybase.io/khinenw) on keybase.
  • I have a public key whose fingerprint is DF3D 0FBF 20F2 DF65 D24C 3D9B DC07 5974 47F4 01F0

To claim this, I am signing this object:

@HelloWorld017
HelloWorld017 / force-laftel-highest.user.js
Last active May 24, 2022 22:09
라프텔 화질을 최고화질로 고정합니다.
// ==UserScript==
// @name Laftel force highest quality
// @namespace https://gist.github.com/HelloWorld017/e03851897a0799121fb10001491150c2
// @version 0.2
// @description Set laftels quality as high as possible
// @author Khinenw
// @match *://*.laftel.net/*
// @grant none
// ==/UserScript==
@HelloWorld017
HelloWorld017 / crawl.js
Created April 26, 2020 16:58
Musinsa Crawler
const axios = require('axios');
const cheerio = require('cheerio');
const fs = require('fs');
const path = require('path');
const promisePipe = require('promisepipe');
const signale = require('signale');
const baseUrl = 'https://store.musinsa.com';
const api = axios.create({
baseURL: baseUrl,
@HelloWorld017
HelloWorld017 / osu-mirror.user.js
Created March 13, 2020 15:15
osu! download from mirror
// ==UserScript==
// @name osu! Download From Mirror
// @namespace https://gist.github.com/HelloWorld017/8a3f91975d8db122996383cd58280bf7
// @version 0.1
// @description Download beatmap from mirror
// @author Khinenw
// @match *://osu.ppy.sh/*
// @grant none
// ==/UserScript==
@HelloWorld017
HelloWorld017 / dpt-bab.user.js
Last active March 3, 2020 13:47
Blocks adblock-block in DaumPotTV (Kakao TV)
// ==UserScript==
// @name DaumPotTV Block blockAdBlock
// @namespace http://tampermonkey.net/
// @version 0.02
// @description Blocks adblock-block in DaumPotTV (Kakao TV)
// @author Khinenw
// @match *://kakaotv.daum.net/*
// @match *://tv.kakao.com/*
// @match *://play-tv.kakao.com/*
// @grant none
@HelloWorld017
HelloWorld017 / twitch-capture.user.js
Last active September 17, 2022 05:58
Capture twitch streaming or download clip.
// ==UserScript==
// @name Twitch Capture Now
// @namespace https://gist.github.com/HelloWorld017/805c0551ade99654925062a6b46da7c9
// @version 1.0.2
// @description Capture twitch streaming
// @author Khinenw
// @match *://*.twitch.tv/*
// @grant none
// ==/UserScript==