Билгалдаккхар: Ӏалашйинчул тӀаьхьа хийцамаш га браузеран кэш цӀанйан йезаш хила мега.

  • Firefox / Safari: Shift тӀетаӀийна йитина, гӀирсийн панелан тӀера тӀетаӀайе Карлайаккха йа Ctrl+F5 йа Ctrl+R (⌘+R Mac тӀехь)
  • Google Chrome: тӀетаӀайе Ctrl+Shift+R (⌘+Shift+R Mac тӀехь)
  • Internet Explorer / Edge: тӀетаӀийна йитина Ctrl, тӀетаӀайе Карлайаккха йа тӀетаӀайе Ctrl+F5
  • Opera: тӀетаӀайе Ctrl+F5.
document._realGEBI = document.getElementById
document.getElementById = function(id){
 var x = this._realGEBI(id)
 if (x) return x
 //otherwise try to find a reasonable equivalent for monobook-specific element ids
 switch(id) {
   case 'content': return this._realGEBI('mw_content')
   case 'column-content': return this._realGEBI('mw_contentwrapper')
   case 'bodyContent': return this._realGEBI('mw_contentholder')
   case 'column-one': return this._realGEBI('mw_portlets')
   case 'globalWrapper': return this._realGEBI('mw_main')
   default: return null
 }
}