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:
I hereby claim:
To claim this, I am signing this object:
| // ==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== |
| 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, |
| // ==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== |
| // ==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 |
| // ==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== |
| // ==UserScript== | |
| // @name Fuck wooribank | |
| // @namespace https://gist.github.com/HelloWorld017/ed85d08edda716a7df9e430df937dddf | |
| // @version 0.2 | |
| // @description Fuck wooribank, I don't want to install any non-ActiveX and ActiveX | |
| // @author Khinenw | |
| // @match https://spib.wooribank.com/* | |
| // @grant none | |
| // ==/UserScript== |
Global Params:
| // ==UserScript== | |
| // @name NPM Browse Files | |
| // @namespace https://gist.github.com/HelloWorld017/3a5460ce41db861d4d0f4550289b10c7/ | |
| // @version 1.0 | |
| // @description Browse files on npm | |
| // @author Khinenw | |
| // @match *://*.npmjs.com/package/* | |
| // @grant none | |
| // ==/UserScript== |
| li[is=tree-view-file].file.entry.list-item:before { | |
| position: absolute; | |
| content: ''; | |
| top: 0; | |
| left: -100%; | |
| width: 300%; | |
| height: 100%; | |
| z-index: 0; | |
| background-color: #009688; | |
| } |