검색결과: self xss
댓글 알림 시스템// ==UserScript==
// @name KoneGG 댓글 알림 시스템
// @namespace http://tampermonkey.net/
// @version 1.0
// @description kone.gg 사이트에서 특정 게시물의 댓글을 모니터링하고 현재 사용자명이 언급되면 알림을 표시합니다
// @author Your Name
// @match https://kone.gg/*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
// ==/UserScript==
(function() {
'use strict';
/s/turtleneckers2025-05-17 19:25:14
유틸] 댓글 알림 시스템// ==UserScript==
// @name KoneGG 댓글 알림 시스템
// @namespace http://tampermonkey.net/
// @version 1.0
// @description kone.gg 사이트에서 특정 게시물의 댓글을 모니터링하고 현재 사용자명이 언급되면 알림을 표시합니다
// @author Your Name
// @match https://kone.gg/*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
// ==/UserScript==
(function() {
'use strict';
/s/somisoft2025-05-17 19:20:46