This file contains hidden or 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 soop-bypass | |
// @author eta66 ([email protected]) | |
// @version 1.0.8 | |
// @match https://play.sooplive.co.kr/* | |
// @grant unsafeWindow | |
// @run-at document-start | |
// @require https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/crypto-js.min.js | |
// ==/UserScript== |
This file contains hidden or 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 chzzk-bypass | |
// @author eta66 ([email protected]) | |
// @match https://chzzk.naver.com/* | |
// @match https://*.chzzk.naver.com/* | |
// @grant none | |
// @require https://unpkg.com/xhook@latest/dist/xhook.min.js | |
// ==/UserScript== | |
xhook.after(function(t,e){if(-1!==t.url.indexOf("live-detail"))try{let n=JSON.parse(e.text);n.content&&n.content.p2pQuality&&(n.content.p2pQuality=[],Object.defineProperty(n.content,"p2pQuality",{configurable:!1,writable:!1})),e.text=JSON.stringify(n)}catch(r){console.error(r)}}); |