Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1)
- Open Inspect>Sources>Click CTRL+SHIFT+F> search for file which contains i.e. "is the number of milliseconds that have elapsed since"
- 2)
- Copy that file content, open new tab and open Inspect-Console, and execute that code at first, and then:
- $={ "t": function(descr, contextHolder){ return {"descr":descr, "context": contextHolder==null ? null : contextHolder.context, "format": function(obj_){ this.format=obj_; return this; } } } };
- var arr= window.webpackJsonp[0][1];
- var objRef={};
- arr[Object.keys(arr)[0]](objRef,{});
- var json = JSON.stringify(objRef.exports);
- console.log(json);
Advertisement
Add Comment
Please, Sign In to add comment