The Wikipedia Cleaner

Wikipedia Remove Money Request

< Commentaires sur The Wikipedia Cleaner

Question / commentaire

§
Posté le: 03/12/2014

Fix top margin

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

§
Posté le: 08/12/2014

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.

Poster une réponse

Connectez-vous pour poster une réponse.

长期地址
遇到问题?请前往 GitHub 提 Issues。