Skip to content

This is simple javascript to calculate your total lifetime spent/purchase and total number of order on Shopee.

Notifications You must be signed in to change notification settings

epool86/calculateshopee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

calculateshopee

Just open shopee web and login, then copy & paste this javascript, lastly simply run calculate(0);

  • Use calculate.js to calculate in console
  • Use calculate_with_csv.js to calculate in console & generate CSV
  • Use calculate_ui to display total directly on web page

Instructions

  • Copy code from one of the file (calculate.js, calculate_with_csv, or calculate_ui)
  • Open Shopee's website and log in into your account
  • Open browser developer tool > console (rightt click > inspect > console tab)
  • Paste the code and press enter

Using Calculate Bookmarklet (optional)

  • Go to https://caiorss.github.io/bookmarklet-maker/
  • Copy & Paste "calculate_ui.js" into Code section > Fill the title with "Shopee Total" > Click "Generate Bookmarklet" > Drag Link under "Generate Bookmarklet" button to your bookmark bar.
  • Go to Shopee website. Click the bookmark "Shopee Total". Result will appear beside your Shopee username.

NOTE

  1. Only calculate order in "Completed" section
  2. Doesn't count order in "To Ship", "To Receive" section
  3. Only display 1st item (if more than 1 item in single order) but still count total value of order

Credit (for CSV file generator) https://stackoverflow.com/a/24922761

About

This is simple javascript to calculate your total lifetime spent/purchase and total number of order on Shopee.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •