How Do You Know When A HIT Is On Auto-Approval?

Discussion in 'General' started by Ryberg, Sep 12, 2012.

  1. Ryberg

    Ryberg User

    Joined:
    Mar 2, 2012
    Messages:
    4,903
    Likes Received:
    0
    Notice some members point out a HIT and mention it's on auto-approval for a set amount of time. How do you find this out?
     
  2. Banu

    Banu User

    Joined:
    Aug 10, 2012
    Messages:
    202
    Likes Received:
    0
  3. Ryberg

    Ryberg User

    Joined:
    Mar 2, 2012
    Messages:
    4,903
    Likes Received:
    0
    How do I install the script though? I clicked on the "install it here" part but all it takes me to is a bunch of numbers and letters.
     
  4. Banu

    Banu User

    Joined:
    Aug 10, 2012
    Messages:
    202
    Likes Received:
    0
    hi,
    What browser are you using?
    Mozilla firefox or chrome?
     
  5. Ryberg

    Ryberg User

    Joined:
    Mar 2, 2012
    Messages:
    4,903
    Likes Received:
    0
    I'm using Firefox.
     
  6. davebindy

    davebindy Active Member

    Joined:
    Aug 21, 2012
    Messages:
    26
    Likes Received:
    0
  7. Ryberg

    Ryberg User

    Joined:
    Mar 2, 2012
    Messages:
    4,903
    Likes Received:
    0
    Thanks for the info!
     
  8. cldamw11211

    Joined:
    Sep 14, 2012
    Messages:
    448
    Likes Received:
    0
    what about for chrome
     
  9. Khalinov

    Khalinov User

    Joined:
    Dec 12, 2011
    Messages:
    873
    Likes Received:
    0
    If you don’t want to/can’t install a script:

    (1) View the source code of the page before you accept the HIT (Crtl-U works in many browsers)
    (2) Search that page for the word “hitAutoAppDelayInSeconds”

    Code:
    <input type="hidden" name="hitAutoAppDelayInSeconds" value="1209600">
    Divide the value by 86400 to get the number of days before the HIT will auto-approve.

    In the case of the example, 14 days.

    If the requester chooses to, they can approve them sooner than the stated value.
     

Share This Page