Author(s): Xiaolong Hong, Zhiwei Qin, Jilong Wang, Bingzhi Wang, Jingkuan Wang, Zhijie Ding, Peng Li, Honggang Dong
Audio adjustments and glitches#
。新收录的资料对此有专业解读
Also note the use of _call.call(_toString, original) rather than simply original.toString(). This is because original.toString might itself be hooked by the time spoof is called. By holding cached references to Function.prototype.call and Function.prototype.toString at the very beginning of the script (before any page code runs), and invoking them via those cached references, the spoof function is immune to any tampering that might have happened in the interim. It’s eating its own tail in the most delightful way.。关于这个话题,新收录的资料提供了深入分析
34 let first_type = self.block_type(&default.1)?;,更多细节参见新收录的资料