Auto Approval Time

Discussion in 'Scripts' started by kalikool123, Apr 11, 2012.

  1. kalikool123

    Joined:
    Jan 14, 2012
    Messages:
    79
    Likes Received:
    0
    This shows the auto-approval time for hits in days.

    Click Here to View the script

    OR

    Click Here to install the script directly.

    :) Enjoy Safe Turking
     
  2. riazthemturkhelper

    Joined:
    Jan 14, 2012
    Messages:
    1,640
    Likes Received:
    0
    Thanks a lot bro for the great script... I was expecting for that... :)

    Yes, It is working great see below

    [​IMG]

    100000000000000000000000000000000000000000000000000000000000000[​IMG]
     
    #2 riazthemturkhelper, Apr 11, 2012
    Last edited by a moderator: Apr 11, 2012
  3. riazthemturkhelper

    Joined:
    Jan 14, 2012
    Messages:
    1,640
    Likes Received:
    0
    Oscar HITs are auto approved after 30 minutes :)

    See this

    [​IMG]
     
    #3 riazthemturkhelper, Apr 11, 2012
    Last edited by a moderator: Apr 12, 2012
  4. Crabtree_Mcgee

    Joined:
    Apr 4, 2012
    Messages:
    13
    Likes Received:
    0
    It does not work for me :(

    I have GreaseMonkey and I installed the script and restarted Firefox and still nothing.
     
  5. Crabtree_Mcgee

    Joined:
    Apr 4, 2012
    Messages:
    13
    Likes Received:
    0
    Nevermind, I got it working! Thanks so much for the great script!
     
  6. turkedup

    turkedup Member

    Joined:
    Mar 27, 2012
    Messages:
    16
    Likes Received:
    0
    Great script.

    Change the last function to the following, to show minutes too;

    Code:
    function insertID2(AutoAppTime) {
    	var Tcell = document.createElement("TD");
    	Tcell.appendChild(document.createTextNode("  Auto-Approval: "+ (AutoAppTime/86400).toFixed(2) +" Days (" + (AutoAppTime/86400)*1440 + " Mins)"))
    	var firstElement = document.getElementById("requester.tooltip");
    	insertAfter(firstElement.parentNode.parentNode, Tcell);
    }
    Example:
    View attachment 44

    Hmm... maybe I'll have a go at making a script or two...
     
    #6 turkedup, Apr 14, 2012
    Last edited by a moderator: Apr 14, 2012
  7. kalikool123

    Joined:
    Jan 14, 2012
    Messages:
    79
    Likes Received:
    0
    Good work :)
     
  8. riazthemturkhelper

    Joined:
    Jan 14, 2012
    Messages:
    1,640
    Likes Received:
    0
    Hi turkedup,

    Appreciate your work!! well done..
     
  9. turkedup

    turkedup Member

    Joined:
    Mar 27, 2012
    Messages:
    16
    Likes Received:
    0
    Thanks - I've tidied up the script a bit this morning.

    Again, just replace last function with the below.

    Code:
    function insertID2(AutoAppTime) {
    
    	var title = document.createElement("TD");
    	title.setAttribute('class','capsule_field_title');
    	title.appendChild(document.createTextNode("\u00a0Auto-Approval:"))
    
    	var days = (AutoAppTime/86400).toFixed(2);
    	var mins = ((AutoAppTime/86400)*1440);
    
    	var time = document.createElement("TD");
    
    	time.appendChild(document.createTextNode("\u00a0\u00a0\u00a0\u00a0" + days +" Days (" + mins + " Mins)"))
    
    	var firstElement = document.getElementById("requester.tooltip");
    
    	insertAfter(firstElement.parentNode.parentNode, time);
    	insertAfter(firstElement.parentNode.parentNode, title);
    
    }
    There isn't many HITs today :-(
     
    #9 turkedup, Apr 15, 2012
    Last edited by a moderator: Apr 15, 2012
  10. Danthony

    Danthony User

    Joined:
    Jan 15, 2012
    Messages:
    334
    Likes Received:
    0
    Wow it is like compleatly dead today
     
  11. JStevenson10808

    Joined:
    Apr 16, 2012
    Messages:
    14
    Likes Received:
    0
    not working for me and not sure where to change what is needed
     
  12. riazthemturkhelper

    Joined:
    Jan 14, 2012
    Messages:
    1,640
    Likes Received:
    0
    Please tell me bro.. what problem you are facing... It is working for all...
     
  13. JStevenson10808

    Joined:
    Apr 16, 2012
    Messages:
    14
    Likes Received:
    0
    Hi thanks , I am using firefox, I have greesemonkey and I am running the other scripts too. I tried to install from the first link on the thread. Also checked in greesemonkey and it is there. Just don't see anything showing up on MTurk, I also see in the theads where it says it has been tweeked and to make functions changes. That is my question, do I need to do that to get it to work???? and if so how?
     
  14. riazthemturkhelper

    Joined:
    Jan 14, 2012
    Messages:
    1,640
    Likes Received:
    0
    No need to for the tweak unless you want to see the time in minutes too. Do you have gone to the Hits preview the Auto Approval Time is showing only in the HIT Preview mode.
     
  15. JStevenson10808

    Joined:
    Apr 16, 2012
    Messages:
    14
    Likes Received:
    0
    ok thanks got it oh this is wonderful
     
  16. riazthemturkhelper

    Joined:
    Jan 14, 2012
    Messages:
    1,640
    Likes Received:
    0
    OK. Fine good to hear that you got it. :)
     
  17. sayanmitra

    sayanmitra New Member

    Joined:
    Apr 18, 2012
    Messages:
    2
    Likes Received:
    0
    Hi,
    Can you please tell me how to make it work in Google Chrome, as I installed it, yet it is not working.
    Thanks.
     
  18. sayanmitra

    sayanmitra New Member

    Joined:
    Apr 18, 2012
    Messages:
    2
    Likes Received:
    0
    Hi,
    Can you please tell me how to make it work in Google Chrome, as I installed it, yet it is not working.
    Thanks.
     
  19. thadius856

    thadius856 New Member

    Joined:
    Apr 24, 2012
    Messages:
    4
    Likes Received:
    0
    Awesome. Thank you!
     
  20. turkeyblogabba

    turkeyblogabba New Member

    Joined:
    Apr 25, 2012
    Messages:
    4
    Likes Received:
    0
    thanke for script i make good money now when computer click result
     

Share This Page