Never mind. Why does live page push not show updates and edits?EDIT: MTS duh.
I know, right. He's such a slacker. Apparently all we get is coal this year because the only new surveys are all ToS violations.Santa brought no good batches. Very disappointed.
you could do what I dohttps://imgur.com/gallery/DhKu0
When I do it as an image nothing shows up so here is a link
I know it says Christmas Eve but merry Christmas from me and my furry four. I got to spend some time cuddling my cats yesterday.
Good ole mturk but yeah some times I like to see if that last hit went int and oh here we go, page 1, page, 2, page 3,. You can click at the top and change the page number but you'll be doing that awhile too. Hey, how about a First, 123, and then a Last button. Holy crap Amazon.Never mind. Why does live page push not show updates and edits?
How would you get around cross origin to control the embedded youtube player on john doe hits?Well, it is like Timuks said, if the parent page of a HIT is in focus instead of the frame, it can cause that problem, because it's type is also submit. If you change
toCode:document.querySelector(`[type="submit"]`).click();
It will still submit most HITs, but you won't have that problem anymore. You could also exclude the worker site from your script so that it won't even activate on the parent pages.Code:document.getElementById("submitButton").click();
If you want to make a script that clicks the submit button for no-iframe hits on the woker site, you will need to use
Code:document.getElementsByClassName("btn btn-primary")[0]
Title: Scientific experiment, 15 min, 4 USD | Accept Requester: Zwetelina Iliewa [ADGP0MHJOLYH7] Contact TV: [Hrly: $24.00] [Pay: 5.00] [Fast: null] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0] TO: [Pay: 3.73] [Fast: 3.78] [Comm: 1.80] [Fair: 3.17] [Reviews: 18] [ToS: 0] TO2: [Hrly: $13.18] [Pen: 0.51 days] [Res: 0% of 3] [Rec: 17% of 6] [Rej: 2] [ToS: 0] [Brk: 2] Reward: $4.00 Duration: 1 hour Available: 1 Description: Scientific experiment on how people form expectations in financial markets Requirements: Masters Exists; HIT approval rate (%) GreaterThan 90; Location EqualTo US [tr][td] HIT exported from Mturk Suite v2.0.6 |
Title: Test an iPhone game (10-15 minutes) | Accept Requester: Jason Van Buiten [A1E22YT1C4WXCF] Contact TV: No Reviews TO: [Pay: 4.19] [Fast: 5.00] [Comm: 5.00] [Fair: 5.00] [Reviews: 16] [ToS: 0] TO2: [Hrly: ---] [Pen: ---] [Res: ---] [Rec: ---] [Rej: 0] [ToS: 0] [Brk: 0] Reward: $2.30 Duration: 4 hours Available: 8 Description: Download and play a game from the App Store. Must have iPhone. Requirements: Total approved HITs GreaterThan 50; Location EqualTo US [tr][td] HIT exported from Mturk Suite v2.0.6 |
If you post code you have to put it in code blocks or things might not work properly// ==UserScript==
// @Name john doe
// @version 1.0
// @description autoselect
// @author SarahAshlee90
// @include https://www.google.com/*
// @grant none
// @require https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==
setTimeout(function(){
$('div[id="video-placeholder"]').click();
$('input[value="PLAYABLE"]').eq(0).click();
$('input[value="FOREIGN"]').eq(0).click();
$('input[value="FOREIGN"]').eq(1).click();
$('input[value="NOT_SENSITIVE"]').click();
}, 888);
How would I add enter to submit to this? I know nearly nothing about making these things
Were not allowed to leave an active hotkey with the submit button posted on the boards anymore so I didn't add one. Adding this to the bottom should work.// ==UserScript==
// @Name john doe
// @version 1.0
// @description autoselect
// @author SarahAshlee90
// @include https://www.google.com/*
// @grant none
// @require https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==
setTimeout(function(){
$('div[id="video-placeholder"]').click();
$('input[value="PLAYABLE"]').eq(0).click();
$('input[value="FOREIGN"]').eq(0).click();
$('input[value="FOREIGN"]').eq(1).click();
$('input[value="NOT_SENSITIVE"]').click();
}, 888);
How would I add enter to submit to this? I know nearly nothing about making these things
window.onkeydown = function (event) {
if(event.which == 13){ //numpad enter hotkey
$("#submit").click();
}
}
Title: 5-min Study: Rate a person on their traits(~ 5 minutes) | Accept Requester: Adam B. Cohen [A21PEIJS1K78KP] Contact TV: [Hrly: $8.69] [Pay: 3.50] [Fast: null] [Comm: null] [Rej: 0] [ToS: 0] [Blk: 0] TO: [Pay: 3.87] [Fast: 4.67] [Comm: 4.20] [Fair: 4.91] [Reviews: 32] [ToS: 0] TO2: [Hrly: $6.00] [Pen: ---] [Res: ---] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0] Reward: $0.35 Duration: 1 hour Available: 1 Description: 5-min Study: Read a short story about a character, then rate that person on some traits Requirements: Exc: [-36285073-68722] DoesNotExist; Location In US [tr][td] HIT exported from Mturk Suite v2.0.6 |