gadgetmies / aliexpress_default_wishlist

Visualise Aliexpress default wishlist from allItems React state

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aliexpress default wish list visualiser

Visualise Aliexpress default wish list from allItems React state

The issue

Aliexpress limits the amount of items you can store in your default wish list and once you reach that amount, you will be unable to add items to any wish list as the items are added to the default wish list first from where those can be moved to other lists. To add insult to injury, there is no page for viewing the default wish list, so it is very difficult to clean up the default list.

The solution

Using the Visualiser page in this repository and the instructions below you will be able to get a list of the items in the default wish list and thus you know which items you should move in order to clean up the default wish list.

Instructions

You need to have the React DevTools installed in Chrome to get the items in the wish list.

Steps:

  1. Open the Aliexpress wish list page
  2. Scroll the page down in order to fetch more items (you can e.g. keep page down pressed until you reach the end of the list)
  3. Open JavaScript Console (⌘+⌥+J on MacOS, CTRL+SHIFT+J on Windows & Linux)
  4. Open the Components tab (might be hidden under the ">>" item in the tabs at the top
  5. Click the Context.Provider in the components tree (see image below)
  6. Expand the "value" property under props by clicking the caret in front of it
  7. Right click the "allItemList" property and select "Copy value to clipboard"
  8. Open the visualiser page
  9. Paste the value from the clipboard to the text area
  10. Click process
image

About

Visualise Aliexpress default wishlist from allItems React state

License:Creative Commons Zero v1.0 Universal


Languages

Language:HTML 100.0%