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

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:

Creating Google Chrome Extension – Custom New Tab Page

A Chrome extension that loads a custom URL on the new tab page enhances productivity and personalization by directing users to their preferred tools or resources instantly. Whether it’s a project dashboard, a learning platform, or a focus-oriented homepage, this extension simplifies workflows and eliminates the need for manual navigation. It’s perfect for professionals, students, […]

Tagged with: