Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.34 KB

How to create modified .js scripts.md

File metadata and controls

35 lines (20 loc) · 1.34 KB

How to create modified .js scripts

bundle.min.js

  • Go to Dev tools > Network. Click on WS filter then click on bundle.min.js

image

  • Right click then click on Override content

image

  • It will ask you to select folder, use any folder. Click Allow

  • Search for this new WebSocket(e.url_tunnel

  • Add this after console.warn("Copy this as videocdn URL:"+e.url); and Ctrl+S to save

image

playhydrax.min.js

  • Find playhydrax.min.js

image

  • Similar as before
  • Right click then click on Override content
  • Search for name:"debugger-checker"
  • Delete isOpen until isEnable

image

  • It should look like this, Ctrl+S to save

image