Results 1 to 5 of 5

Thread: Auto-confirm at Main Shops

Threaded View

  1. #1

    Joined
    Jun 2012
    Posts
    2,274
    Pronouns
    He / Him
    Userbars
    40
    Thanks
    1,505
    Thanked
    2,191/821
    DL/UL
    16/0
    Mentioned
    232 times
    Time Online
    65d 16h 55m
    Avg. Time Online
    22m

    Auto-confirm at Main Shops

    Code:
    unsafeWindow.confirm = function() {
        return true;
    };
    I think this code was previously used to skip some sort of confirmation screen for main shop restocking?

    From my testing, and my understanding of how buying from main shop works, am I right to say that this common Userscript snippet doesn't work for skipping the confirmation pop-up anymore?

    Is it safe to skip the pop-up all together and just go straight to the haggle page instead?
    I can implement either clicking "Yes" on the pop-up, or just going straight to the haggle page.
    The first method is definitely slower, but is it "safer"?
    Last edited by Shawn; 04-16-2021 at 09:47 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •