Tracks the number of neggs you have received each day. Does not work across multiple devices.
当前为
Updates GC Neggsweeper to add the number of neggs you've won in a day to the grid status area (where remaining safe squares, the flag checkbox, and the current score are displayed).
Some important details:
#neggsweeper_status{grid-template-columns: 30% 20% 30% 20%;} to your site CSS. This will keep the status area from jumping around quite so much on each page load..tracker in your site CSS. If you decide you'd rather the information be displayed elsewhere on the page, you'll need to restore the grid status area: change line 26 to gridHeader.style.gridTemplateColumns = '40% 20% 40%';.