Whats a good way to select elements by their name using wildcards?
The website has element names in the form of <a_1786439></a_1786439>
which are likely auto-generated. This is doable by xpath, but is it doable using css selectors or jquery selectors which are faster?
This is clearly terrible-coding, but the website is not mine, and I'm writing a userscript for it.