Created
July 13, 2021 00:29
-
-
Save hsofficial/030c4b56d00c7c02f37d786a72b2e77a to your computer and use it in GitHub Desktop.
NetFunnel 우회 스크립트
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 netfunnel bypass tools | |
// @namespace https://github.com/hsofficial | |
// @version 0.1 | |
// @description disable netfunnel waitline - 넷퍼넬을 새치기해보세요 | |
// @author daumssi | |
// @match http://*/* | |
// @match https://*/* | |
// @grant none | |
// ==/UserScript== | |
if (NetFunnel.TS_BYPASS == false) { | |
NetFunnel.TS_BYPASS = true; | |
var macro = setInterval(function() { | |
if (NetFunnel.TS_BYPASS == false) { | |
NetFunnel.TS_BYPASS = true; | |
} | |
}, 100); | |
} |
What does this code do?
What does this code do?
This is a script that allows users to enter the service without queuing by bypassing the netfunnel, a flow control tool widely used in Korea's online environment. It has been a long time since it was written, so it may not work now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
안녕하세요.
12line 에
if (typeof NetFunnel === 'undefined') { return }
가 들어가면 좋을 것 같네요.