Bhupal Sapkota Software Consultant Helping founders build
and launch their ideas with code & AI

Bhupal's Newsletter

I send out occassional email with programming resources, summaries of my readings on art, science, and commerce behind technology, my writings on growing an online business etc. Feel free to subscribe, no spam!

Home

Google Chrome Sidepanel Extension

Google Chrome Sidepanel is very useful visual space in your browsing sessions. You can customize it to load any URL from your local server or internet. Here’s a simple Google Chrome extension that creates a side panel to load a preset URL. The extension is lightweight and includes the necessary files to work with Chrome’s […]

Tagged with:

Scraping table data with pagination using Javascript

Scraping table data with pagination involves extracting data from a web table and navigating through multiple pages to collect all available records. It can be achieved using JavaScript with the following approach: Identify the Table and Pagination Elements: Use browser developer tools to locate the table containing the data and the pagination controls (e.g., next […]

Tagged with: