Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (17 loc) · 1.14 KB

How to create modified .js scripts.md

File metadata and controls

33 lines (17 loc) · 1.14 KB

How to create modified .js scripts

bundle.min.js

  • Go to sources

image

  • Right click and save as. Open the file

  • Search for this new WebSocket(e.url_tunnel

  • Add this after console.warn("Copy this as videocdn URL:"+e.url);

image

playhydrax.min.js

  • Same as before

image

  • Search for this .constructor("debugger")(), and remove debugger

  • It should look like this .constructor("")(),

  • Search for this if (console) { and remove the whole if statement

image

  • Search for this function removeJwp() { and remove the whole function

image