Ensures you are the winning bidder if you want to be.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Steven cfe1b4fd5a Updated wishlish/todo 1 year ago
README.md Updated wishlish/todo 1 year ago
app.js Initial POC 2 years ago
bookmarklet.js Initial POC 2 years ago
index.htm Initial POC 2 years ago
tampermonkey.js Saves autologin username and pass encrypted. 1 year ago

README.md

AlwaysWin-ntsmhf Tampermonkey

To load the Tampermonkey script:

  • Install the [Tampermonkey Chrome Extension] (https://www.tampermonkey.net/)
  • Click on the Extension and select Create a new script...
  • Copy the contents of tampermonkey.js into the editor and save the changes
  • Modify the countiesToWin[] array to contain the countyId's you wish to win the bid on.

Wishlist / Todo

[] 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
    [] start/stop buttons
    [x] How often should the status check be performed?
    [x] randomize refresh value to avoid detection
    [] show rowAction1 array //AlwaysWin
    [] show rowAction2 array //AlwaysTie
    [] show rowAction3 array //WatchTie
    [] PriceChangeOverTime Chart
    [] Download Stats
    [] Clear Stats
[] For each countyRow inject
	[] "rowAction" dropdown with options:
        0 - Ignore
        1 - Ensure I am highest bidder
        2 - Make sure I am Tied
        3 - Only watch tied bid
    [] save to analytics checkbox
    [] county bidcap
[] 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?)

AlwaysWin-ntsmhf Bookmarklet - Original route (probably abandoning)

Version: 0.1

To load the bookmark go to the AlwaysWin-ntsmhf Bookmarklet site

Drag & drop the above link into your bookmarks to save it.

Compiled JavaScript thanks to Google's Closure Compiler