Skip to content

Instantly share code, notes, and snippets.

View PaperMonster's full-sized avatar

Rasita Satianrapapong PaperMonster

  • ShobShop Media Co. Ltd.
  • Bangkok
View GitHub Profile
// First, go to https://shopee.co.th/user/purchase, and open DevTools.
// Step 1 - Run this code to scroll all the way to the bottom.
const timer = setInterval(() => scrollTo(0, 10000000), 800)
setTimeout(() => {
// Step 2 - Stop scrolling after 1 minute.
clearInterval(timer)
// Step 3 - Sum the total purchase price!