This repository has been archived on 2026-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
polyplus/resources/getUserDetails.js
StarManTheGamer ff6c26cb0a Revert "chore: format code with Prettier"
This reverts commit cc39111694.
2024-05-27 17:16:58 -05:00

4 lines
No EOL
167 B
JavaScript

window.localStorage.setItem('p+account_info', JSON.stringify({
ID: userID,
Bricks: document.querySelector('.brickBalanceCont').innerText.replace(/\s+/g,'')
}))