מ. רובין
יצירת דף עם התוכן "←* Colors the "edit" tab according to protection level: * Gray: Move for sysop only. * Yellow: Semi-protected. * Red: Full protection. * * Created by [[User:Yonidebest]] *: function colorProtected() { var caEdit = document.getElementById('ca-edit'); if (wgRestrictionEdit[0] && wgRestrictionEdit[0] == "autoconfirmed") caEdit.getElementsByTagName('A')[0].style.backgroundColor = '#FCFFE5'; else if (wgRestrictionEdit[0] && wgRestrictionEdit[0..."