- Joined
- Jan 13, 2016
- Messages
- 10,012
- Reaction score
- 13,638
- Points
- 2,238
- Age
- 36
- Gender
- Female
This one got some pretty good giggles lol.
EDIT: She's still laughing. Non-stop.
This one got some pretty good giggles lol.
He didn't post a 3840 x 2400 pixel image.Funny how this one wasn't edited.
People did really terrible work.So what happened what were the Shenanigans?
no worries I was just wondering I never heard but if your talking about the video hits... Yea the work was bad as I was reviewing some of it.People did really terrible work.
I have one rejected hit from Michael Collins. In my entire history of turking. Anyways didn't mean to start a whole thing...
my ahk - click the eye and it clicks that spot and selkect next. if not visible, then push 1 and it selects not visible and moves onOh heres a script just altered it to fit these Noblis 1 is next/submit and a is Not visible.
// ==UserScript==
// @name nobliscv faces2
// @namespace http://tampermonkey.net/
// @version 0.1
// @description press 1 for next -- once its submittable 1 submits; 3 undoes last mark; a marks 'No Faces'; cursor to crosshair;
// @author JQKILL
// @include *s3.amazonaws.com/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_log
// ==/UserScript==
$(document).ready(function() {
if ($("#instructions_left_eye_landmark").css('display') != 'none') { //sanity check -- should only work on specific HIT
$("body").css('cursor', 'crosshair');
$("button[id='submitbutton']").css('color', 'white');
$("button[id='submitbutton']").css('background-color', 'red');
$("div[id='button_div']").css('position', 'absolute');
$("div[id='button_div']").css('top', '0');
document.onkeydown = function (event) {
if (event.keyCode == 49) { // 1 for 'next' until submit is active, then 'submit'
if($('#nextbutton').css('display') == 'none'){
$("#submitbutton").click();
}else{
$("#nextbutton").click();
}
}
if (event.keyCode == 51) { // '3' for 'Undo'
$("#undobutton").click();
}
if (event.keyCode == 65) { // 'a' for 'No Faces'
$("#notvisiblebutton").click();
}
};
}
});
btw, since i have this i am 30 seconds or lessmy ahk - click the eye and it clicks that spot and selkect next. if not visible, then push 1 and it selects not visible and moves on
[code:]
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
`::suspend
return
$LButton::
Send {Click} {tab 2} {space}
return
$1::
send {click}{tab}{space}
return
This one got some pretty good giggles lol.
EDIT: She's still laughing. Non-stop.
I usually just zoom them and re-host on gyazo.He didn't post a 3840 x 2400 pixel image.
I think that's @Tribune's alt accountSo somebody had a bad day on TO...
https://turkopticon.ucsd.edu/by/57907
lolSo somebody had a bad day on TO...
https://turkopticon.ucsd.edu/by/57907
I love this guyPissssssss hole, got it blurp/
Very cool makes less clicks which is always a good thing.my ahk - click the eye and it clicks that spot and selkect next. if not visible, then push 1 and it selects not visible and moves on
[code:]
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
`::suspend
return
$LButton::
Send {Click} {tab 2} {space}
return
$1::
send {click}{tab}{space}
return
She pointed at it, looked back at me, then died laughing. She just started pointing at things about a week ago.
I usually just zoom them and re-host on gyazo.
my ahk - click the eye and it clicks that spot and selkect next. if not visible, then push 1 and it selects not visible and moves on
[code:]
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
`::suspend
return
$LButton::
Send {Click} {tab 2} {space}
return
$1::
send {click}{tab}{space}
return
Title: Answer a survey about having children | PANDA Requester: Robert Frashure [AVVBYYLE6MZAI] (TO) TO Ratings: TO Unavailable Submit a new TO review Description: Calling ANYONE Aged 18-45 without children! About 15 Minutes to finish. Give us your opinion about having children.... Time: 2 hours HITs Available: 1 Reward: $3.00 Qualifications: Masters has been granted |
Title: Short Survey about a brand new Local News App | PANDA Requester: FRANCISCO [A3ISM3UBHWFQR7] (TO) TO Ratings: ★★★★★ 5.00 Communicativity★★★★★ 3.83 Generosity★★★★★ 5.00 Fairness★★★★★ 5.00 Promptness Number of Reviews: 7 TOS Flags: 0 Submit a new TO review Description: Give us your opinion about our products Time: 25 minutes HITs Available: 1 Reward: $0.30 Qualifications: Location is US |
Title: Can you answer one question relating to airline boarding pass's | PANDA Requester: Mr Robin Deegan [AXJFYP6IWPW47] (TO) TO Ratings: ★★★★★ 0.00 Communicativity★★★★★ 4.00 Generosity★★★★★ 5.00 Fairness★★★★★ 5.00 Promptness Number of Reviews: 1 TOS Flags: 0 Submit a new TO review Description: In a mobile app when you check in a group of people what do you expect? Time: 60 minutes HITs Available: 1 Reward: $0.02 Qualifications: None |
did you include "code" because its not part of the code? BTW, I am like a chimp with dynamite when it comes to scripts. I know just enough to blow shit up.I installed this and it's giving me an error at line 5 message. Do you know what I'm doing wrong?