GTR
Well-Known Member
- Joined
- Feb 10, 2016
- Messages
- 10,278
- Reaction score
- 22,985
- Points
- 1,313
- Gender
- Male
they pulled the batch last night while it still had 7k up, as far as the dark theme i use this https://chrome.google.com/webstore/detail/deluminate/iebboopaeangfpceklajfohhbpkkfiaa?hl=en-USi'm waking up too late for the batch i suppose but i did get a 40/40 on the qual test so i should have the qual. Mind sharing the script please, it looks like whoever made it appreciates dark mode as much as i do, it really saves my eyes.
and good morning :coffee3:
and here is the script for that particular HIT/Batch
Code:
// ==UserScript==
// @name HUGC Moderate Customer-Supplied Destination/Hotel Reviews
// @version 1.0
// @description Moderate Customer-Supplied Destination/Hotel Reviews
// @author GTR
// @include */www.mturkcontent.*
// @require https://code.jquery.com/jquery-3.0.0-alpha1.min.js
// ==/UserScript==
$('input[value="Text1_moderationApprove"]').click();
$('input[value="Text2_moderationApprove"]').click();
$('input[value="Text3_moderationApprove"]').click();
$('input[value="Text4_moderationApprove"]').click();
$('input[value="Text5_moderationApprove"]').click();