From cfe1b4fd5a509ff48d756a095f985fdff900e1e0 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 21 Nov 2023 08:26:54 -0800 Subject: [PATCH] Updated wishlish/todo --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4df9744..06beb5e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ To load the Tampermonkey script: * Modify the *countiesToWin[]* array to contain the countyId's you wish to win the bid on. ## Wishlist / Todo - [] Bidcap for any row + [] Bidcap for any row (only bid up to X for this county) + [] Sitewide bidcap (if any county bid exceeds X only bid up to X) + [] Save button to persist changes (instead of waiting for refresh code to run) [x] Save settings to local storage [x] Retrieve settings from local storage [x] Inject div @@ -31,6 +33,8 @@ To load the Tampermonkey script: [] Option to sell leads that don't fit your criteria but you can't return on the secondary market. [x] Store tie values for statistical analysis over time. [] Implement tieCounty code + [x] Auto login if on signin page + [] Figure out session timout/no longer refreshing/ not loaded issue (screensaver?, tab no focus?, os?, browser?)