05/21 - Shiba Inu Saturday!

Status
Not open for further replies.

SpookyMyers

"Enjoy the time you have in the meat puppet."
Contributor
Joined
Jan 31, 2016
Messages
3,033
Reaction score
4,833
Points
588
Location
Louisville, KY
Gender
Female
Ok, so did 130 of them in 7 minutes.
What's your method? I don't think I'm moving faster with the multiple tabs. It makes captcha a bigger pain because I don't catch it and end up having to reload tabs. I think I was doing better hoarding them, working from my queue and another tab just accepting one at a time, going back and forth.
 

TissueHime

Thread Maker Extraordinaire
Threaderator
Joined
Jan 12, 2016
Messages
5,591
Reaction score
7,617
Points
813
Age
35
Location
Seattle
Gender
Male
i would join the music room, but i think my tastes differ than a lot of people's

also it needs a password xD
 

Kathryn

¯\_(ツ)_/¯
Contributor
Joined
Jan 23, 2016
Messages
2,341
Reaction score
4,156
Points
588
Gender
Female
thanks, I'll have to work on this, cause I can't get the script to work. I'll just do them manually, lol. At least I'm not getting the pix YOU are!
Make sure you have the last }.
 

Drwho10

Mister Gank Yo Hits
Contributor
Joined
Jan 11, 2016
Messages
12,350
Reaction score
20,568
Points
1,388
Age
32
Location
Long Beach, CA
Gender
Male
What's your method? I don't think I'm moving faster with the multiple tabs. It makes captcha a bigger pain because I don't catch it and end up having to reload tabs. I think I was doing better hoarding them, working from my queue and another tab just accepting one at a time, going back and forth.
2 tabs seem to be plenty for me. I haven't run into any errors :shrug:
 

Azazael

Well-Known Member
Joined
Jan 12, 2016
Messages
3,753
Reaction score
4,991
Points
513
Age
45
Gender
Male
What's your method? I don't think I'm moving faster with the multiple tabs. It makes captcha a bigger pain because I don't catch it and end up having to reload tabs. I think I was doing better hoarding them, working from my queue and another tab just accepting one at a time, going back and forth.
the A9 script with enter as submit REALLY takes the time down per hit massively
 

Loxxed

Avada Kedavra
Banned
Joined
May 20, 2016
Messages
1,433
Reaction score
2,261
Points
513
Age
34
Ugh I'm getting to old for Friday nights. I feel like I got ran over my a truck in my sleep, my brain is mush, I'm so out of it I'm like doing these A9's not even caring that I'm not here enough to make them worth it.
 
  • Like
Reactions: DankoRamone
D

Deleted member 481

Guest
What's your method? I don't think I'm moving faster with the multiple tabs. It makes captcha a bigger pain because I don't catch it and end up having to reload tabs. I think I was doing better hoarding them, working from my queue and another tab just accepting one at a time, going back and forth.
I have 5 tabs running. Any other tabs I have open, I put them into a new chrome window so I avoid the distraction. I use the tapermonkey script & a programmable key (ctrl + tab binding) to move to the next tab. The CAPTCHAs slow me down though because I have to enter one,submit, and then refresh the other 4 tabs.

Edited to make more sense.
 
Last edited by a moderator:

hyway

Well-Known Member
Contributor
Joined
Jan 21, 2016
Messages
3,911
Reaction score
6,297
Points
988
Age
63
Gender
Male
then i just realized I can just hit enter on the keyboard instead of scrolling to enter with my mouse with the script ~_~
which script are you using that lets you use push enter instead of clicking it? The one i have just marks everything no.
 

Req.body

Crow
Contributor
Joined
Feb 2, 2016
Messages
1,404
Reaction score
2,574
Points
788
Age
32
which script are you using that lets you use push enter instead of clicking it? The one i have just marks everything no.
there are a few. Kathryn @Kathryn had the best one.
Code:
// ==UserScript==
// @name A9 Image Survey Clothes
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Might Do Stuff
// @author THFYM
// @include *.mturkcontent.com/*
// @include https://s3.amazonaws.com/mturk_bulk/*
// @require http://code.jquery.com/jquery-2.1.0.min.js
// @grant GM_log
// ==/UserScript==




if ($("h4:contains(Picture of a picture is acceptable. Mannequin is acceptable.)").length){
$(".btn:contains('No')").click();
$(".form-group").css('width', '200');
$(".form-group").css('float', 'left');
window.focus();
$(document).keydown(function(e) {
if (e.keyCode === 13) { // enter to submit
$("input[value='Submit']").click();
}
});
}
 
  • Like
Reactions: Azazael

Azazael

Well-Known Member
Joined
Jan 12, 2016
Messages
3,753
Reaction score
4,991
Points
513
Age
45
Gender
Male

my current music, I'd list my YT playlist but I know I would get some really weird looks lol
 
  • Like
Reactions: SpookyMyers
Status
Not open for further replies.