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.
 
 

2.5 KiB

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

[] Sitewide bidcap checkbox (if any county bid exceeds X only bid up to X for that county)
[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
	[x] "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
    [x] expose countyId, tie, margin/clicksToWin data
    [x] county bidcap - store and read from settings
    [] county isBidCapEnabled - store and read from settings
    [] use isBidCapEnabled when processing each oversight
    [] use bidcap when processing each oversight
    [] enable apply, enableBidcap, bidCap, action inputs and persist values the values at a row level
[] 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
[] Implement watchCounty code
[x] Auto login if on signin page
[x] Add verticle scroll overflow to awLog div
[] Figure out session timout/no longer refreshing/ not loaded issue (screensaver?, tab no focus?, os?, browser?)
[x] Refactor injection and alwayswin array code in main

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