油猴脚本里怎么修改 滚动到页面底部windowscrollTo0 documentbodyscrollHeight;我想scrollto 滚动到这个 div id=lmt__dict_container地方上方500px的高度
可以这样修改:
window.scrollTo(0, document.getElementById("lmt__dict_container").offsetTop - 500);
原文地址: https://www.cveoy.top/t/topic/bdLX 著作权归作者所有。请勿转载和采集!