开发者问题收集
以下脚本通过 Chrome Web 控制台成功运行了数月,但突然无法正常工作。// Override site's disabling of the console.log functionconsole.log = console.__proto__.log// get the DOM ready to process$(document).ready()function doThisThing