First, install the TamperMonkey browser extension:
- Chrome Webstore
- Firefox (ViolentMonkey)
Then just click here, click "Install", refresh r/place and you're good to go!
This script will automate your tile placements according to a template, which we can edit remotely to rapidly push changes.
The code is open source! Inspect it for yourself!
This is intended for cluster users running multiple accounts. If you don't have any technical experience, just use the browser script instead.
NOTE: People have reported that this is annoying to do on chrome because text gets unselected. Therefore, we recommend that you use Firefox.
- Go to r/place (make sure you are logged in on the account you want to get the cookie for)
- Open dev tools and go to the network tab
- Refresh the page
- Scroll all the way up and click on the first request to reddit.com/r/place (See image)
- Go to the tab called
Cookies
- Copy the value of the
reddit_session
cookie
- Install NodeJS.
- Download the bot via this link.
- Extract the bot anywhere on your desktop
- Open a command prompt/terminal in this folder — Windows: Shift+right mousebutton in the folder -> Click on "open Powershell here"
- Install the dependencies:
npm i
- Execute the bot
node bot.js SESSION_COOKIE_HERE
- BONUS: You can repeat these steps for any amount of accounts you'd want. Keep in mind to use different accounts.
Thanks to PlaceNL & PlaceUK for the bot we've based this on!