Skip to content

Instantly share code, notes, and snippets.

View hadongsoo's full-sized avatar
:octocat:
keep stuying

hadongsoo

:octocat:
keep stuying
View GitHub Profile
@hadongsoo
hadongsoo / allset.user.js
Created March 6, 2020 13:16
allset for violentmonkey
// ==UserScript==
// @name allset
// @namespace Violentmonkey Scripts
// @exclude *://*/*
// @grant none
// @version 1.0
// @author dongsoo
// @grant GM_addStyle
// @grant GM_info
// @grant GM_setValue
// ==UserScript==
// @name youtube_menu_fliter
// @namespace Violentmonkey Scripts
// @match https://www.youtube.com/*
// @grant none
// @version 1.0
// @author -
// @run-at document-end
// @description 2020. 3. 6. 오후 4:23:04
// ==/UserScript==
@hadongsoo
hadongsoo / youtube_recommend_filter.user.js
Last active February 26, 2020 14:25
youtube_recommend_filter.user.js
// ==UserScript==
// @name ytb_recommended_filter
// @namespace Violentmonkey Scripts
// @match https://www.youtube.com/
// @grant none
// @version 1.0
// @author -
// @run-at document-start
// ==/UserScript==
@hadongsoo
hadongsoo / tgd_clip_page.user.js
Last active February 24, 2020 10:56
tgd.kr sometimes show blank streamer name fix manually
// ==UserScript==
// @name tgd_clip_page
// @namespace Violentmonkey Scripts
// @match https://tgd.kr/clips/*
// @exclude https://tgd.kr/clips/lists/*
// @grant none
// @version 1.0
// @author -
// @description 2020. 2. 9. 오전 2:03:15
// ==/UserScript==
@hadongsoo
hadongsoo / favorites4each_beta.user.js
Last active March 12, 2020 04:37
eachWebsite has favorites
// ==UserScript==
// @name inging) favorites4eachVal
// @namespace Violentmonkey Scripts
// @grant none
// @version 1.0
// @author -
// @include /^https?://manamoa[0-9].*\/*/
// @include *://tgd.kr/clips*
// @include *://bbs.ruliweb.com/*
// @run-at document-end
@hadongsoo
hadongsoo / twitch_clips_download_button.js
Last active February 24, 2020 11:09
twitch_clips_download_button
// ==UserScript==
// @name twitch_clips_longclickdown
// @version 1
// @grant none
// @match *://www.twitch.tv/*/clip/*
// @match *://clips.twitch.tv/*
// @run-at document-end
// @grant GM_addStyle
// ==/UserScript==
@hadongsoo
hadongsoo / gm_fillform.js
Created January 6, 2020 12:12
gm_fill_form
// ==UserScript==
// @name logon
// @namespace https://www.formexample.com
// @include https://www.formexample.com
// @version 1
// @grant none
// @rut-at document-start
const TIMEOUT = 2;
const NAME = "***";
@hadongsoo
hadongsoo / manamoa_fullscreen_shortcut.user.js
Last active February 28, 2020 13:40
manamoa fullscreen shortcut
// ==UserScript==
// @name manamoa-full-screen
// @version 1.0
// @description F key for fullscreen
// @author dongsoo
// @include /^https?://manamoa[0-9]{0,2}\.net\/bbs\/board\.php\?bo_table=manga\&wr_id/
// @grant none
// ==/UserScript==
wait = (ms) => {
@hadongsoo
hadongsoo / twitch_categorynoti.user.js
Last active May 24, 2019 16:35
twichCategory_notification
// ==UserScript==
// @name twitch-category-alarm
// @version 1
// @grant none
// @match *://www.twitch.tv/*
// @run-at document-idle
// ==/UserScript==
window.setTimeout(function () {
@hadongsoo
hadongsoo / twitchchat_keywordblock.user.js
Created May 2, 2019 16:42
kewords block for twitch chat
// ==UserScript==
// @name twitch_user_hide
// @version 1
// @grant none
// @match *://www.twitch.tv/*
// @run-at document-idle
// ==/UserScript==
let blockList = ['specificusername1','specificusername2', 'specifickeywords1'];