ES6

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 »

Project: Exporting your Google Plus page followers to CSV with JavaScript ES6

This is a side project I did based on a a question I was asked to answer on Quora. In this project, we look at possible ways to export, extract, or grab information about users from our Google+ followers page. We ultimately use JavaScript in a browser console to scape user information using ECMAScript 6

Project: Exporting your Google Plus page followers to CSV with JavaScript ES6 Read More »