The Wikipedia Cleaner

Wikipedia Remove Money Request

< 脚本 The Wikipedia Cleaner 的反馈

提问 / 留言

§
发布于:2014-12-03

Fix top margin

div = document.getElementById("centralNotice");
div.parentNode.removeChild(div);
div = document.getElementById("mw-page-base");
div.style.marginTop = 0;

§
发布于:2014-12-08

Seems like I also have to set #mw-head's top to 0 and #mw-panel's top to 160, otherwise they're still shifted down. Seems like the page fixes them with JS, maybe, since they reposition if I resize the browser window.

发布留言

登录以发布留言。