หมายเหตุ: หลังเผยแพร่ คุณอาจต้องล้างแคชเว็บเบราว์เซอร์ของคุณเพื่อดูการเปลี่ยนแปลง

  • ไฟร์ฟอกซ์ / ซาฟารี: กด Shift ค้างขณะคลิก Reload หรือกด Ctrl-F5 หรือ Ctrl-R (⌘-R บนแมค)
  • กูเกิล โครม: กด Ctrl-Shift-R (⌘-Shift-R บนแมค)
  • อินเทอร์เน็ตเอกซ์พลอเรอร์ และ Edge: กด Ctrl ค้างขณะคลิก Refresh หรือกด Ctrl-F5
  • โอเปร่า: กด Ctrl-F5
/* <source lang="css"> */

/* Remove Something Not Needed. */
/* This will affect the Thai Wikipedia only, and for only [[User:G(x)]] */
#editpage-copywarn {display: none ;}
#footer {display: none ;}
#watchlist-message {display: none;}
.mw-newarticletext {display: none ;}
.mw-tos-summary {display: none ;}
.mw-changeslist-legend {display: none;}

/* Warning, Protection Log and Rights to Edit Warning. */
/* Based on Div of "Fmbox" Template. From EN Wikipedia Common Style */
/* Doesn't work on every skin. Usage temporarily disabled */
/*
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
clear: both;
margin: 0.2em 0;
border: 1px solid #bb7070;
background: #ffdbdb;
padding: 0.25em 0.9em;
}
*/
/* Disable Watchlist Unvisited Style */
/* Taken from English Wikipedia [[Help:Watching pages]] */
.mw-changeslist-line-watched .mw-title {
    font-weight: normal;
}
form#mw-watchlist-resetbutton {
    display: none;
}
.updatedmarker {
    display: none;
}
/* </source> */