This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name allset | |
// @namespace Violentmonkey Scripts | |
// @exclude *://*/* | |
// @grant none | |
// @version 1.0 | |
// @author dongsoo | |
// @grant GM_addStyle | |
// @grant GM_info | |
// @grant GM_setValue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ytb_recommended_filter | |
// @namespace Violentmonkey Scripts | |
// @match https://www.youtube.com/ | |
// @grant none | |
// @version 1.0 | |
// @author - | |
// @run-at document-start | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 = "***"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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) => { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name twitch-category-alarm | |
// @version 1 | |
// @grant none | |
// @match *://www.twitch.tv/* | |
// @run-at document-idle | |
// ==/UserScript== | |
window.setTimeout(function () { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name twitch_user_hide | |
// @version 1 | |
// @grant none | |
// @match *://www.twitch.tv/* | |
// @run-at document-idle | |
// ==/UserScript== | |
let blockList = ['specificusername1','specificusername2', 'specifickeywords1']; |
NewerOlder