Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a=document.querySelectorAll(".ianot-dropdown-item")
- // Mark all Stepup Notification messages as read
- for(aa of a){
- if(aa.innerHTML.indexOf("Mark") !== -1){
- aa.children[0].click()
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement