2
是否可以通過GreaseMonkey修改/刪除<body onload="...">
事件?Greasemonkey:攔截內嵌onload事件
有問題的代碼是這樣的:
<body onload="if (document.body.scrollIntoView && (window.location.href.indexOf('#') == -1 || window.location.href.indexOf('#post') > -1)) { fetch_object('currentPost').scrollIntoView(true); }">
我想完全阻止其執行(這是一個惱人的vBulletin功能滾動至後即使沒有哈希值是出現在URL,這顯然當使用「後退」按鈕時也會觸發)。