What is Facebook's function __d

后端 未结 3 1618
野趣味
野趣味 2021-01-20 12:02

I\'m working on a project that (hopefully) involves taking advantage of some of the javascript that\'s already built into Facebook. But right away I\'ve got a roadblock in t

3条回答
  •  攒了一身酷
    2021-01-20 12:44

    I found the definition of __d on line 20 of 1LWPxIBQ4v0.js. No idea if the file is named the same for everyone. Search for "a.__d=function(s,t,u,v)" (a is the global object, i.e. window, effectively making __d a global function). Good luck with that de-minification though...

提交回复
热议问题