12/27 - Wisecrack Wednesday!

Status
Not open for further replies.

Starslip

Well-Known Member
Contributor
Crowd Pleaser
Joined
Jan 19, 2016
Messages
13,351
Reaction score
35,529
Points
1,588
Age
124
Gender
Male
No, no not at all. I still use HM as well :) Hit Finder replaces HitScraper.

From HF, you can middle click the $$ amt to accept the HIT and not open the a new tab / or / left click and open that hit in a new tab - if there are no more HITs left, you will see:


Or you can not do either of the above and just right click on the title or $$ and add to HC that way:
I've been copying links and manually adding them to PC since the changeover. So much wasted effort :(

edit: oh my god it says the requester name when it catches something. That is so cool
 
Last edited:

thedorchannel

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
15,182
Reaction score
35,688
Points
1,288
Age
38
Gender
Male
Title: Simple and friendly food names | Accept
Requester: Jonathan Gheller [AS2OOZR9J34V8] Contact
TV: No Reviews
TO: No Reviews
TO2: No Reviews
Reward: $0.16
Duration: 30 minutes
Available: 380
Description: Create simple and friendly names for foods coming from USDA food search utility
Requirements: Masters Exists
[tr][td]
HIT exported from Mturk Suite v2.0.8
[/td][/tr]
[tr][td][/td][/tr]
 
  • Like
Reactions: Kat8mouse

thedorchannel

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
15,182
Reaction score
35,688
Points
1,288
Age
38
Gender
Male

GRR

Well-Known Member
Joined
Oct 29, 2017
Messages
1,601
Reaction score
2,341
Points
513
Age
68
Gender
Male
PC isn't alerting me for hits anymore. Is it working fine for everyone else? Missed barcodes for the past 4 days or so :(

it stopped working this am for me..it just goes to the sign in page...did bcodes one at a time since I could not set up a queue got 20 some only...I hate to uninstall it and reinstall because I will lose all the panda's I spent the last tens or so getting..

edit: ten days
 
Last edited:

SweetiePuff

No Lifer
Contributor
Crowd Pleaser
HIT Poster
Joined
Oct 10, 2016
Messages
19,283
Reaction score
34,574
Points
1,838
Location
Jersey Girl
Gender
Female
Title: Innovonto User Study: Brainstorming Session | Accept
Requester: Maximilian [A1053TFZ0N36YJ] Contact
TV: No Reviews
TO: [Pay: 5.00] [Fast: 5.00] [Comm: 5.00] [Fair: 5.00] [Reviews: 1] [ToS: 0]
TO2:
No Reviews
Reward: $4.00
Duration: 40 minutes
Available: 1
Description: Participate in a 25min brainstorming session about the topic 'new features for an mturk mobile app'
Requirements: Participated in Innovonto Micro-Task Study DoesNotExist; Total approved HITs GreaterThanOrEqualTo 1000; HIT approval rate (%) GreaterThanOrEqualTo 97; Location In US
[tr][td]
HIT exported from Mturk Suite v2.0.7
[/td][/tr]
[tr][td][/td][/tr]
 

roxchic

New Member
Joined
Nov 9, 2017
Messages
61
Reaction score
72
Points
218
Age
39
Gender
Female
This is version 2. Note at the top the @version 2. This replaces the original script. You should only have one script, make sure you dont have two scripts running or it will interfere. English answers are selected by default, pressing 1 on the numpad changes questions 2 and 3 to foreign.

If you want the enter button to submit for you change the word false on line 11 to true. I am not allowed to do it by default.

Code:
// ==UserScript==
// @name         john doe
// @version      2
// @description  autoselect
// @author       SarahAshlee90
// @include     https://www.google.com/*
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

var submit_Hotkey = false;
setTimeout(function(){

$('div[id="video-placeholder"]').click();

$('input[value="PLAYABLE"]').eq(0).click();
$('input[value="ENGLISH"]').eq(0).click();
$('input[value="ENGLISH"]').eq(1).click();
$('input[value="NOT_SENSITIVE"]').click();

window.onkeydown = function (event) {
        if(event.which == 97){                          //numpad 1 hotkey
            $('input[value="PLAYABLE"]').eq(0).click();
            $('input[value="FOREIGN"]').eq(0).click();
            $('input[value="FOREIGN"]').eq(1).click();
            $('input[value="NOT_SENSITIVE"]').click();
        }

        if(event.which == 13){                //numpad enter hotkey
            console.log('enter was pressed');
            if (submit_Hotkey === true){
                $("#submit").click();
            }
        }
};


}, 888);


What does this script do?
 

Binxybaby

Well-Known Member
Joined
May 19, 2017
Messages
3,508
Reaction score
9,250
Points
813
Age
35
Gender
Female
Title: Answer a survey about your purchase preferences (Must be female, age 18 - 40, living in US, with newborn or expecting). | Accept
Requester: andrewshamlet [A2E11NVNVVSIUU] Contact
TV: No Reviews
TO: [Pay: 1.00] [Fast: 1.00] [Comm: 0.00] [Fair: 0.00] [Reviews: 3] [ToS: 1]
TO2: [Hrly: ---] [Pen: ---] [Res: ---] [Rec: ---] [Rej: 0] [ToS: 0] [Brk: 0]
Reward:
$0.15
Duration: 1 hour
Available: 1
Description: Give us your opinion about products (Must be female, age 18 - 40, living in US, with newborn or expecting).
Requirements: None
[tr][td]
HIT exported from Mturk Suite v2.0.7
[/td][/tr]
[tr][td][/td][/tr]
Too much work for $0.15 there was 151 pages (one question on each page)
 
Status
Not open for further replies.