- Go to sources
-
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);
- Same as before
-
Search for this
.constructor("debugger")(),
and removedebugger
-
It should look like this
.constructor("")(),
-
Search for this
if (console) {
and remove the whole if statement
- Search for this
function removeJwp() {
and remove the whole function