06/14 - Tamago Tuesday!

Do you roll your socks together to keep them from being separated


  • Total voters
    139
  • Poll closed .
Status
Not open for further replies.
D

Deleted member 526

Guest
I'd recommend setting it up to delete anything after ( in the name. As it is, it just checks no and copies the exact name. I only noticed this on "Robert (a", not sure if it works when the brackets close, IE: "Robert (a)".
good idea. I will probably improve it a lot if she posts hits again when I'm not tired.
 
  • Like
Reactions: Shuten Doge

Hotlamp

Thats Not Me
Joined
May 13, 2016
Messages
2,640
Reaction score
3,637
Points
513
Age
32
Gender
Male
good idea. I will probably improve it a lot if she posts hits again when I'm not tired.
What were you averaging time wise per hit with your script?
 

Barbwire

Averagely-known member
Contributor
Joined
Jan 12, 2016
Messages
4,761
Reaction score
8,269
Points
838
Title: Rate the quality of computer-generated speech - German@Germany native only [#8dfc] | PANDA
Requester: Speechfeedback [A2DPU6JE37X0YV] (TO)
TO Ratings:
★★★★★ 3.79 Communicativity
★★★★★ 3.43 Generosity
★★★★ 4.19 Fairness
★★★★★ 3.53 Promptness
Number of Reviews: 70 | TOS Flags: 0
Submit a new TO review
Description: Listen to a recording of artificial speech and rate it on how correct and natural it sounds to you.
Time: 60 minutes
HITs Available: 4
Reward: $0.90
Qualifications: HIT approval rate (%) is greater than 95

if there are any german natives around
 

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
39
Location
Detroit
Gender
Female
Title: Fast and easy content viewing (few minutes for possible $0.60) - E7P7vnMEvGY1vaAKjjpjA | PANDA
Requester: Sticky [A1I5WZRIXY5GS9] (TO)
TO Ratings:
★★★★ 4.24 Communicativity
★★★★ 4.42 Generosity
★★★★ 4.73 Fairness
★★★★ 4.72 Promptness
Number of Reviews: 112 | TOS Flags: 1
Submit a new TO review
Description: Look at some content for a few minutes to help us improve our measurements.
Time: 20 minutes
HITs Available: 1
Reward: $0.40
Qualifications: Location is US
 

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
39
Location
Detroit
Gender
Female
Title: Energy drink | PANDA
Requester: QJD Research Group [AFOMAEVK4ZU5W] (TO)
TO Ratings:
★★★★ 4.64 Communicativity
★★★★ 4.19 Generosity
★★★★ 4.85 Fairness
★★★★ 4.90 Promptness
Number of Reviews: 64 | TOS Flags: 0
Submit a new TO review
Description: Short survey (1-2 min)
Time: 30 minutes
HITs Available: 1
Reward: $0.10
Qualifications: HIT approval rate (%) is not less than 98;Location is US
 
  • Like
Reactions: Empress328 and jan

Barbwire

Averagely-known member
Contributor
Joined
Jan 12, 2016
Messages
4,761
Reaction score
8,269
Points
838
Title: Fast and easy content viewing (few minutes for possible $0.60) - E7P7vnMEvGY1vaAKjjpjA | PANDA
Requester: Sticky [A1I5WZRIXY5GS9] (TO)
TO Ratings:
★★★★ 4.24 Communicativity
★★★★ 4.42 Generosity
★★★★ 4.73 Fairness
★★★★ 4.72 Promptness
Number of Reviews: 112 | TOS Flags: 1
Submit a new TO review
Description: Look at some content for a few minutes to help us improve our measurements.
Time: 20 minutes
HITs Available: 1
Reward: $0.40
Qualifications: Location is US
 
  • Like
Reactions: <Gucci>

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
39
Location
Detroit
Gender
Female
Title: Psychology Survey: autobiographical memories (approx. 8-10 minutes) | PANDA
Requester: SCC [AQJES07AIN6AI] (TO)
TO Ratings:
★★★★ 4.70 Communicativity
★★★★★ 3.79 Generosity
★★★★ 4.95 Fairness
★★★★ 4.94 Promptness
Number of Reviews: 255 | TOS Flags: 0
Submit a new TO review
Description: Work on a task on autobiographical memories and some follow-up questions
Time: 45 minutes
HITs Available: 1
Reward: $0.50
Qualifications: CMAss04 has not been granted;HIT approval rate (%) is not less than 95;Location is US
 

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
39
Location
Detroit
Gender
Female
Chris Callison Burch posted a huge batch worth lots of money, but the hits seem to be garbo
thanks he's usually on my blocked. Might do a few :)
 
  • Like
Reactions: Shuten Doge
D

Deleted member 526

Guest
Code:
// ==UserScript==
// @name         Carly Sandstrom - Salesforce Contact
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       turker
// @grant        none
// @include      *
// ==/UserScript==
document.getElementsByClassName("panel panel-primary")[0].innerHTML = "";
document.getElementsByClassName("panel panel-primary")[1].innerHTML = "";
document.getElementsByName("FirstNameAnswer")[0].checked = true;
document.getElementsByName("LastNameAnswer")[0].checked = true;
document.getElementsByName("Q1Answer")[0].checked = true;
document.getElementsByName("TitleConfidence")[0].checked = true;
document.getElementById("submitButton").focus();
var firstLetter = "";
var nextLetter = "";
var firstName = document.getElementsByClassName("container")[0].getElementsByTagName("h3")[0].innerText.replace("First Name: ","");
var lastName = document.getElementsByClassName("container")[0].getElementsByTagName("h3")[1].innerText.replace("Last Name: ","");
//firstLetter = lastName.substr(0,1);
//if (firstLetter == firstLetter.toLowerCase()) {
// firstLetter = firstLetter.toUpperCase();   
  //  lastName = lastName.replace(lastName.substr(0,1),firstLetter);
    //    document.getElementsByName("UpdatedLastName")[0].value = lastName;
      //  document.getElementsByName("LastNameAnswer")[1].checked = true;
//}
for (a=1;a<lastName.length;a++) {
   nextLetter = lastName.substr(a,1);   
    if (nextLetter == nextLetter.toUpperCase()) {
        nextLetter = nextLetter.toLowerCase();
        lastName = lastName.replace(lastName.substr(a,1),nextLetter);
        document.getElementsByName("UpdatedLastName")[0].value = lastName;
        document.getElementsByName("LastNameAnswer")[1].checked = true;
    }
}
var title = document.getElementsByClassName("row col-xs-12 col-md-12")[1].getElementsByTagName("section")[0].getElementsByTagName("h3")[0].innerText;
title = title.replace("Title: ","");
var fragment = title.indexOf("(");
if (fragment > -1) {
    title = title.substr(0,fragment);
          document.getElementsByName("Q1Answer")[1].checked = true;
document.getElementsByName("CorrectTitle")[0].value = title;
}                         
var replaceThis = [];
replaceThis[0] = "EVP";
replaceThis[1] = "SVP";
replaceThis[2] = "svp";
replaceThis[3] = ",";
replaceThis[4] = "CFO";
replaceThis[5] = "cfo";
replaceThis[6] = "CEO";
replaceThis[7] = "ceo";
replaceThis[8] = "AVP";
replaceThis[9] = "vp";
replaceThis[10] = " - ";
replaceThis[11] = "?";
replaceThis[12] = " / ";
replaceThis[13] = "/";
replaceThis[14] = "Govt";
replaceThis[15] = "Gov't";
replaceThis[16] = "Sr.";
replaceThis[17] = "AA";
replaceThis[18] = "Dev.";
replaceThis[19] = "Mgr";
replaceThis[20] = "Exec ";
replaceThis[21] = "Asst";
replaceThis[22] = "COO";
replaceThis[23] = "Corp.";
replaceThis[24] = "Corp ";
replaceThis[25] = "Govt.";
replaceThis[26] = "Gov.";
replaceThis[27] = "Gov ";
replaceThis[28] = "PR ";
replaceThis[29] = "Dir ";
replaceThis[30] = "Admin ";
replaceThis[31] = "Admin.";
replaceThis[32] = " & ";
replaceThis[33] = "&";
replaceThis[34] = "GM";
replaceThis[35] = " Rep ";
replaceThis[36] = " Fed ";
replaceThis[37] = "Assoc.";
replaceThis[38] = "Comm.";
replaceThis[39] = " Comm ";
replaceThis[40] = "Exec.";
replaceThis[41] = "Exec ";
replaceThis[42] = " PAC ";
replaceThis[43] = "HR ";
replaceThis[44] = "VP";
var newWord = [];
newWord[0] = "Executive Vice President";
newWord[1] = "Senior Vice President";
newWord[2] = "Senior Vice President";
newWord[3] = " of";
newWord[4] = "Chief Financial Officer";
newWord[5] = "Chief Financial Officer";
newWord[6] = "Chief Executive Officer";
newWord[7] = "Chief Executive Officer";
newWord[8] = "Assistant Vice President";
newWord[9] = "Vice President";
newWord[10] = " of ";
newWord[11] = "";
newWord[12] = " and ";
newWord[13] = " and ";
newWord[14] = "Government";
newWord[15] = "Government";
newWord[16] = "Senior";
newWord[17] = "Administrative Assistant";
newWord[18] = "Development";
newWord[19] = "Manager";
newWord[20] = "Executive ";
newWord[21] = "Assistant";
newWord[22] = "Chief Operating Officer";
newWord[23] = "Corporate";
newWord[24] = "Corporate";
newWord[25] = "Government";
newWord[26] = "Government";
newWord[27] = "Government ";
newWord[28] = "Public Relations ";
newWord[29] = "Director ";
newWord[30] = "Administrative ";
newWord[31] = "Administrative";
newWord[32] = " and ";
newWord[33] = "and";
newWord[34] = "General Manager ";
newWord[35] = " Representative ";
newWord[36] = " Federal ";
newWord[37] = "Associate";
newWord[38] = "Communication";
newWord[39] = " Communication ";
newWord[40] = "Executive";
newWord[41] = "Executive ";
newWord[42] = " Political Action Committee ";
newWord[43] = "Human Resources ";
newWord[44] = "Vice President";
for (i=0;i<replaceThis.length;i++) {
if (title.indexOf(replaceThis[i]) > -1) {
      document.getElementsByName("Q1Answer")[1].checked = true;
     title = title.replace(replaceThis[i],newWord[i]);   
document.getElementsByName("CorrectTitle")[0].value = title;
      }
   
}
this 2nd version slightly increases the odds that the script will fix a wrong title. it does everything else the same as the earlier 1 I posted
 
  • Like
Reactions: jan and <Gucci>
Status
Not open for further replies.