Code Sample: JavaScript ES6 – Scrape OneTab Links (2018)
Here is a program I wrote in 2018. It usues vanilla JavaScript ES6 to scrape and parse links on a OneTab bookmarks page and outputs the results as HTML. While the resulting JavaScript document isn’t a web page, per se, it can be copied into an HTML document and saved. (also on GitHub) /* Program […]
Code Sample: JavaScript ES6 – Scrape OneTab Links (2018) Read More »


