A Tampermonkey userscript to add classic PS3/PS4 avatars to your PlayStation Store cart, including legacy items that are no longer listed in the web store.
- Install the Tampermonkey extension for your web browser.
- Click here to install the script.
- Visit the PlayStation Store and make sure you are logged in.
Follow these steps to use the script:
-
Click the circular controller symbols button in the bottom left corner of the PlayStation Store page to open the panel.
-
Capture the API Hash: The script requires a session-specific API hash to make requests. To capture it, simply add any standard item (such as a game [preorders do not work]) to your cart using the regular store buttons on the page. The status indicator in the panel will turn green and display the captured hash.
-
Remove the game from the cart
-
Paste the Avatar Content ID (for example,
EP0082-CUSA02487_00-FFXIVPIXAVATAR00) into the input field. -
Select your store region.
-
Click Add to Cart.
-
Check your official cart on the website to verify and complete the checkout.
-
Repeat step 4 for the next avatar.
Note: You can delete the captured hash at any time in the Advanced settings section to recapture it.
If the automatic capture does not trigger:
- Press
F12and open the Network tab, filtered by Fetch/XHR. - Add any item to the cart on the store page.
- Search for a network request named
op. - Inspect the Request Payload or Body of the
oprequest to findsha256Hash(a 64-character string). - Copy it, expand the Advanced (Hash) section in the script panel, paste the hash, and click Save hash.
- Product URLs: Look at web URLs of legacy PlayStation Store pages where the Content ID is part of the link.
- Databases: Use third-party community databases like SerialStation, PSNA or PSDeals to lookup Content IDs by game name.
This project is licensed under the PolyForm Noncommercial License 1.0.0. Under this license, you are free to run, copy, modify, and distribute the script for noncommercial purposes, but any commercial use or distribution for sale is prohibited. See the LICENSE file for the full text.