- For example, go to https://www.nikkei.com/nkd/industry/stocklist/?n_cid=DSMMAA13&n_m_code=156&n_s_code=0881
- Copy paste the following code on Chrome Developer Tool and execute it.
Array.from(document.querySelectorAll('div.m-brandList table tr td:nth-child(1) > span.m-brandList_body_brand_code')).filter((e) => { return e.childNodes.length == 8} ).map((e) => {return e.querySelector('a').textContent})