07/15 - Super Extreme Sunday!

Status
Not open for further replies.

Jerami

Well-Known Member
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 24, 2016
Messages
14,405
Reaction score
25,210
Points
2,238
Naw! I am just trying to contribute more than I was.
Don't stop. If I miss one, you'll be right there. Plus, I usually only post stuff that I'd do, hence qualify for. I am in a different demographic so, we need you. :)
 
  • Like
Reactions: Rogue and Ready

hockeyfan87

Active Member
Joined
Mar 12, 2017
Messages
675
Reaction score
1,702
Points
343
Gender
Male
As far as the A9s go, I'm marking whatever top on the outside as my option, I mark "multiple tops" if there's more than one in the image. And I mark Did Not Load if the image doesn't load (Lose money if ya return the HITs). Hopefully they go through. Haven't had any trouble with A9s until I got one rejection last week.
 
  • Like
Reactions: MarkC and Peachy

egryan1

Active Member
Joined
Jan 12, 2016
Messages
861
Reaction score
1,179
Points
393
Age
44
Gender
Male
Lol does it count more then 1 top if the completely showing :)
 

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
35
so only mark the main person top/s and not people in the background...
 
  • Like
Reactions: savvy

egryan1

Active Member
Joined
Jan 12, 2016
Messages
861
Reaction score
1,179
Points
393
Age
44
Gender
Male
Make sure you have a glass of wine or two before you figure out how much you are going to have to pay. It helps ease the sense of shock and horror.
It helps to put some pay in a saving accounts that way you at least make a little interest before giving it to the government. I never save enough :(
 

klingeemonster

Does this poncho make me look fat?
Contributor
Joined
Apr 5, 2016
Messages
2,974
Reaction score
7,289
Points
838
Age
59
Location
Southwest Missouri
Gender
Male
that’s what i’ve been doing. i hate second guessing myself after having done hundreds of them though
I have done thousands and they put that more than one top option in there and gave me a few rejects and now I,m trying to figure out what I did wrong. Too bad there are no instructions on the hit.
 
  • Like
Reactions: Peachy

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
34
Gender
Female
Code:
// ==UserScript==
// @name         A9 tops -- 3SI493PTTXCN8RR0YUKNNXB87T7ZDP
// @version      2.0
// @description  change the word 'false' on line 11 to 'true' without the quotes for autosubmit
// @author       SarahAshlee90
// @include     /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

var autosubmit = false;

function autoSub() {
    if (autosubmit === true) {
        $('#submitButton').click();
    } else {
    return
    }
}

window.onkeydown = function (event) {
        if(event.which == 97){
            $('input[value="Crop"]').click();
            autoSub();
        }
        if(event.which == 98){
            $('input[value="Regular"]').click();
            autoSub();
            }
        if(event.which == 99){
            $('input[value="Long"]').click();
            autoSub();
            }
        if(event.which == 100){
            $('input[value="MoreThanOne"]').click();
            autoSub();
        }
    if(event.which == 101){
            $('input[value="CannotSee"]').click();
            autoSub();
        }
        if(event.which == 102){
            $('input[value="NotTop"]').click();
            autoSub();
        }
        if(event.which == 103){
            $('input[value="NoLoad"]').click();
            autoSub();
        }
}
 
  • Like
Reactions: P L A Y E R 9 1
Status
Not open for further replies.