-
Open any web page on Kabutan with Chrome
-
Open Chrome Developer Tool, copy and paste the following code on its console, and then execute it
Array.from(document.querySelectorAll('div#main article div.body a')).filter((e) => {return e.href.includes('stock/?code=')}).map((e)=>{return e.innerText}).filter((e)=>{return e.length == 4})