05/21 - Shiba Inu Saturday!

Status
Not open for further replies.

TissueHime

Thread Maker Extraordinaire
Threaderator
Joined
Jan 12, 2016
Messages
5,591
Reaction score
7,617
Points
813
Age
35
Location
Seattle
Gender
Male
Does anyone know who Doot, big jilm, and JaneDoesNot are in the discord server?
 

TissueHime

Thread Maker Extraordinaire
Threaderator
Joined
Jan 12, 2016
Messages
5,591
Reaction score
7,617
Points
813
Age
35
Location
Seattle
Gender
Male
nvm, banned them except for big jilm, as well as a person named weezy. If they feel like the bannings are unjust, they can just post here saying who they are.
 
Last edited:
  • Like
Reactions: Azazael and Shannon

Christa

you didn't see that
Contributor
Joined
Apr 28, 2016
Messages
617
Reaction score
1,249
Points
218
Age
66
Gender
Female
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();
}
});
}
Can anyone point me at the directions for making this work? Keep in mind it's been almost a week since my last stupid question....
 

Loxxed

Avada Kedavra
Banned
Joined
May 20, 2016
Messages
1,433
Reaction score
2,261
Points
513
Age
34

BlurryFace

Antisocial Optimist
Contributor
Joined
Jan 13, 2016
Messages
631
Reaction score
1,224
Points
418
Age
47
Location
Ohio
Gender
Male
So I'm a bit late to the A9 party I see but I do have a quick question.

Is it "fully" visible or can it be partially? Like if the person wearing the whatever is half in the pic, does that count?

TIA
 

Metallica

Never free, never me
Contributor
Joined
Jan 17, 2016
Messages
5,319
Reaction score
14,228
Points
1,113
Age
34
Gender
Male
Does anyone know who Doot, big jilm, and JaneDoesNot are in the discord server?
That's the tinychat crew otherwise known as Jane, Ian, and weezy. They're as annoying as they sound. Have fun!
 
  • Like
Reactions: aveline

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
How many are you averaging per minute?
Over 3 minutes, I did 48. (I did get captcha'ed obviously) So, average of 16 a minute for me but I'm kinda slow, I think. Edit: That's with 6 tabs open.
 
Last edited:
  • Like
Reactions: Metallica
D

Deleted member 526

Guest
no racenotes all day so far? I haven't caught any. turned on panda a few hours ago.
 

TissueHime

Thread Maker Extraordinaire
Threaderator
Joined
Jan 12, 2016
Messages
5,591
Reaction score
7,617
Points
813
Age
35
Location
Seattle
Gender
Male
That's the tinychat crew otherwise known as Jane, Ian, and weezy. They're as annoying as they sound. Have fun!
sigh
of course they are.
at least big jilm isn't acting up compared to the other 3 people i banned. is he from tc too? Metallica @Janthir
 
Last edited:
Status
Not open for further replies.