Stop doing weird things, Bing ;)
< Σχολιασμός για τον κώδικα FIX for "Bing Search returns to the top" !
感觉好奇怪啊,originalFunc
在定义之前就被访问了,程序竟然可以正常运行。
It feels so strange. originalFunc
is accessed before it is defined, but the program can run normally.
非常感谢,不过有一些bug
// Thank you very much, but there are some bugs
这个代码在直接调用
window.scrollTo
函数的时候可能导致栈溢出:// This code may cause a stack overflow when calling the
window.scrollTo
function directly:可以用下面的代码替换:
// Can be replaced with the following code: