<span class="unbox" id="announcement_unbox_2" unbox="extra_examples">something</span>
Could you help me understand how to select all elements with the class "unbox" and the attribute "extra_examples" by pure JavaScript?
document.querySelectorAll('.unbox[unbox="extra_examples"]')