I have elements like below
send Message send Message sen
I have something shorter:
Array.from(document.querySelectorAll('.one')).filter(s => window.getComputedStyle(s).getPropertyValue('display') != 'none' );
Returns all elements with attribute display block set.
display
block