Skip to content

Instantly share code, notes, and snippets.

@hsofficial
Created July 13, 2021 00:29
Show Gist options
  • Save hsofficial/030c4b56d00c7c02f37d786a72b2e77a to your computer and use it in GitHub Desktop.
Save hsofficial/030c4b56d00c7c02f37d786a72b2e77a to your computer and use it in GitHub Desktop.
NetFunnel 우회 스크립트
// ==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);
}
@khackskjs
Copy link

안녕하세요.

12line 에 if (typeof NetFunnel === 'undefined') { return } 가 들어가면 좋을 것 같네요.

@iamyegor
Copy link

iamyegor commented Jan 8, 2025

What does this code do?

@hsofficial
Copy link
Author

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