Cookie Clicker Stock Market Helper
Quick script that displays the Resting Value (Every minute, the value of each stock is gradually shifted toward this value by 2%) and the percentage value of the stock price at the moment corresponding with its resting value (if the price of the stock atm = resting value of the stock, percentage = 100%).
Resting Value = 10 x (Stock Id + 1) + Bank Level - 1
-
If you don't have a user script manager, install one first. For Mozilla Firefox, get Greasemonkey. For Google Chrome or Edge, Tampermonkey is the one you need.
-
In this page, click on main.user.js. A new page will load showing its code. Click on the Raw button.
-
Your user script manager will prompt you to confirm the installation.
- Add a new bookmark with whatever name you want and paste this as the URL:
javascript:(function(){var script=document.createElement('script');script.setAttribute('type','text/javascript');script.setAttribute('src','https://worldwidewaves.github.io/Cookie-Stonks/main.user.js');document.body.appendChild(script);}());
- Open Cookie Clicker and click on the bookmark.
- Go to the Workshop Page and click subscribe.
-
Go to Releases and download the latest one. Extract the .zip, you should be left with a folder named Cookie Stonks with main.js, info.txt & thumbnail.png inside.
-
Open the Cookie Clicker mods folder. You can locate the folder ingame by clicking on Options → Manage mods → Open /mods folder. Place the Cookie Stonks folder inside the local folder.