Finding all elements with z-index inside a a page

var all = document.querySelectorAll('*');
for(var i = 0; i < all.length; i++) {if(all[i].style.zIndex > 0) {console.log(all[i].style.zIndex); console.log(all[i]);}}

דף שמעדכן את חברות הביטוח וקרנות ההשתלמות לשלוח את הדוחות השנתיים בנייר

הי,
אני רוצה דו"ח בנייר.
אם גם אתכם זה מרגיז שחברות הביטוח וקרנות ההשתלמות עברו באופן חד-צדדי לשלוח את הדוחות בהודעת SMS, אז כתבתי כאן שירות קטן שמעדכן את החברות לשלוח שוב את הדו"ח בנייר כמו פעם.

Setting program_name in mysql session_connect_attrs allows you to see the name of the program connected

I am using mysql for quite some time now. I have noticed that looking at client connections using mysql workbench so an interesting column ...