03/24 - Fozzy Friday!

Status
Not open for further replies.

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
We are pretty much neighbors. He lives next town over. It's storming like hell. Tornado warnings.
oh im sorry that sounds scary! I just got in the middle of a sentence and realized I had no idea where I was going with it.
Also I almost posted with another TQueen quote. Wth phone.
 
  • Like
Reactions: Rerun and TobyF

TobyF

Dummy
Banned
Contributor
Joined
Jul 6, 2016
Messages
6,243
Reaction score
13,522
Points
1,163
Age
37
Gender
Male
oh im sorry that sounds scary! I just got in the middle of a sentence and realized I had no idea where I was going with it.
Also I almost posted with another TQueen quote. Wth phone.
I'm on mobile also. I feel your pain.
 
  • Like
Reactions: T. Leela

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
34
If you wouldve told me ten years ago that I would be posting The Rock, Sting and Keith Urban gifs full-time on a forum about a platform on Amazon... I think I might be crying.
 

TobyF

Dummy
Banned
Contributor
Joined
Jul 6, 2016
Messages
6,243
Reaction score
13,522
Points
1,163
Age
37
Gender
Male
If you wouldve told me ten years ago that I would be posting The Rock, Sting and Keith Urban gifs full-time on a forum about a platform on Amazon... I think I might be crying.
Could be worse. Could be Dead or lose the ncaa tourney
 
  • Like
Reactions: kryss and Peachy

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Title: Help Develop a Testing Battery (MDC Data Collection - Wave 3) | PANDA
Worker: Preview | Accept | Requester
Requester: Adam Beatty [A1UF9SJU4S5LQ3] (Contact)
TO 1: [Pay: 4.80] [Fast: 4.89] [Comm: 4.87] [Fair: 4.93] [Reviews: 96] [ToS: 0]
TO 2:
[Rate: $12.00/hr] [Pen: 1.00 days] [Res: -- of 0] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
Description:
This HIT will test a wide variety of abilities, traits, and behaviors. We are evaluating a set of measures and how they relate to one another. Passing a brief (30-60 seconds) qualification test will make you eligible for a maximum payment of $21 over 3 HITs. We estimate that it will take 45-60 minutes to complete each HIT.
Time: 3 hours
HITs Available: 1
Reward: $6.00
Qualifications: MDC Data Collection - Wave 1 Complete is 100; HIT approval rate (%) is not less than 95; Location is US;
HIT exported from Mturk Suite v1.18.2
 
  • Like
Reactions: It's Gamera!

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Title: MDC Wave 3 Makeup | PANDA
Worker: Preview | Accept | Requester
Requester: Adam Beatty [A1UF9SJU4S5LQ3] (Contact)
TO 1: [Pay: 4.80] [Fast: 4.89] [Comm: 4.87] [Fair: 4.93] [Reviews: 96] [ToS: 0]
TO 2:
[Rate: $12.00/hr] [Pen: 1.00 days] [Res: -- of 0] [Rec: 100% of 1] [Rej: 0] [ToS: 0] [Brk: 0]
Description:
This is a makeup HIT for MDC Wave 3.
Time: 3 hours
HITs Available: 1
Reward: $6.00
Qualifications: MDC Data Collection - Wave 3 Makeup is 100; HIT approval rate (%) is not less than 95; Location is US;
HIT exported from Mturk Suite v1.18.2
 
  • Like
Reactions: It's Gamera!

frogman31680

Choosy Moms Choose Gif
Joined
May 7, 2016
Messages
1,564
Reaction score
3,484
Points
513
Age
43
Gender
Male
Is today my lucky day?

I am signing up for a ton of RANDOM sweepstakes to try to win vacations and lawnmowers and such...
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
This is the code that reads the bbcode from the hit export and makes the HIT on the forum when you direct export. I'm sure it could be made better, but it works for now.
Code:
drawOnForum: function (data) {
  const forum = data.url.match(/mturkcrowd|turkerhub/);
  const thread = data.url.split(`threads/`)[1].split(`/`)[0];
  const regex = new RegExp(`.+${forum}\.com\/threads\/.+\.${thread}`);

  function bbcodeToHtml (bbcode) {
    bbcode = bbcode.replace(/(?:\r\n|\r|\n)/g, ``);
    bbcode = bbcode.replace(/<p>/gi, ``).replace(/<\/p>/gi, `<br>`);
    bbcode = bbcode.replace(/\[table\]/gi, `<table class="ctaBbcodeTable">`).replace(/\[\/table\]/gi, `</table>`);
    bbcode = bbcode.replace(/\[tr\]/gi, `<tr class="ctaBbcodeTableRowTransparent">`).replace(/\[\/tr\]/gi, `</tr>`);
    bbcode = bbcode.replace(/\[td\]/gi, `<td class="ctaBbcodeTableCellLeft">`).replace(/\[\/td\]/gi, `</td>`);
    bbcode = bbcode.replace(/\[b\]/gi, `<b>`).replace(/\[\/b\]/gi, `</b>`);
    bbcode = bbcode.replace(/\[center\]/gi, `<div style="text-align: center">`).replace(/\[\/center\]/gi, `</div>`);
    bbcode = bbcode.replace(/\[size=2\]/gi, `<span style="font-size: 10px">`).replace(/\[\/size\]/gi, `</span>`);

    const colorMatches = bbcode.match(/\[color=.+?\]/gi);

    for (let i = 0; i < colorMatches.length; i ++) {
      const color = colorMatches[i].match(/color=([#\w]+)/gi)[0].replace(/color=|]/gi, ``);
      const replacer = `<span style="color: ${color}">`;
      bbcode = bbcode.replace(colorMatches[i], replacer).replace(/\[\/color\]/gi, `</span>`);
    }

    const urlMatches = bbcode.match(/\[url=.+?\]/gi);

    for (let i = 0; i < urlMatches.length; i ++) {
      const url = urlMatches[i].match(/url=([:/.?=\w]+)/gi)[0].replace(/url=|]/gi, ``);
      const replacer = `<a href="${url}" target="_blank" class="externalLink">`;
      bbcode = bbcode.replace(urlMatches[i], replacer).replace(/\[\/url\]/gi, `</a>`);
    }

    return bbcode;
  }

  chrome.tabs.query({}, function (tabs) {
    for (let i = 0; i < tabs.length; i ++) {
      if (tabs[i].url.match(regex)) {
        chrome.tabs.executeScript(tabs[i].id, {
          frameId: tabs[i].frameId,
          code:
          `document.getElementById('messageList').insertAdjacentHTML(
            'beforeend',
            '<li class="sectionMain message">' +
              '<div class="uix_message">' +

                '<div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">' +
                  '<div class="messageUserBlock ">' +
                    '<div class="avatarHolder">' +
                      '<div class="uix_avatarHolderInner">' +
                        '<span class="helper"></span>' +
                        '<a href="http://mturksuite.com/" class="avatar" >'+
                          '<img src="${chrome.runtime.getURL(`media/icon_128.png`)}" width="96" height="96" alt="MTS">' +
                        '</a>' +
                      '</div>' +
                    '</div>' +
                    '<span class="arrow"><span></span></span>' +
                  '</div>' +
                '</div>' +

                '<div class="messageInfo primaryContent">' +
                  '<div class="messageContentt">' +
                    '<article>' +
                      '<blockquote class="messageText SelectQuoteContainer ugc baseHtml">' +
                        '${bbcodeToHtml(data.requestBody.formData.message_html[0])}' +
                      '</blockquote>' +
                    '</article>' +
                  '</div>' +
                '</div>' +

              '</div>' +
            '</li>'
          );`
        });
      }
    }
  });
}
 

unfortuNate

Closed Qual Whore
Banned
Contributor
Joined
Feb 18, 2017
Messages
1,828
Reaction score
3,736
Points
388
Gender
Male
Listen, im at $47, and there are so many n/a on the ocmp5 batch that i need something else to work on. I only need $8.
 

Yungskell

Mturk Hustler
Banned
Contributor
Joined
Feb 18, 2017
Messages
1,884
Reaction score
2,223
Points
338
Age
33
Location
Cincinnati, OH
Gender
Male
This is the code that reads the bbcode from the hit export and makes the HIT on the forum when you direct export. I'm sure it could be made better, but it works for now.
Code:
drawOnForum: function (data) {
  const forum = data.url.match(/mturkcrowd|turkerhub/);
  const thread = data.url.split(`threads/`)[1].split(`/`)[0];
  const regex = new RegExp(`.+${forum}\.com\/threads\/.+\.${thread}`);

  function bbcodeToHtml (bbcode) {
    bbcode = bbcode.replace(/(?:\r\n|\r|\n)/g, ``);
    bbcode = bbcode.replace(/<p>/gi, ``).replace(/<\/p>/gi, `<br>`);
    bbcode = bbcode.replace(/\[table\]/gi, `<table class="ctaBbcodeTable">`).replace(/\[\/table\]/gi, `</table>`);
    bbcode = bbcode.replace(/\[tr\]/gi, `<tr class="ctaBbcodeTableRowTransparent">`).replace(/\[\/tr\]/gi, `</tr>`);
    bbcode = bbcode.replace(/\[td\]/gi, `<td class="ctaBbcodeTableCellLeft">`).replace(/\[\/td\]/gi, `</td>`);
    bbcode = bbcode.replace(/\[b\]/gi, `<b>`).replace(/\[\/b\]/gi, `</b>`);
    bbcode = bbcode.replace(/\[center\]/gi, `<div style="text-align: center">`).replace(/\[\/center\]/gi, `</div>`);
    bbcode = bbcode.replace(/\[size=2\]/gi, `<span style="font-size: 10px">`).replace(/\[\/size\]/gi, `</span>`);

    const colorMatches = bbcode.match(/\[color=.+?\]/gi);

    for (let i = 0; i < colorMatches.length; i ++) {
      const color = colorMatches[i].match(/color=([#\w]+)/gi)[0].replace(/color=|]/gi, ``);
      const replacer = `<span style="color: ${color}">`;
      bbcode = bbcode.replace(colorMatches[i], replacer).replace(/\[\/color\]/gi, `</span>`);
    }

    const urlMatches = bbcode.match(/\[url=.+?\]/gi);

    for (let i = 0; i < urlMatches.length; i ++) {
      const url = urlMatches[i].match(/url=([:/.?=\w]+)/gi)[0].replace(/url=|]/gi, ``);
      const replacer = `<a href="${url}" target="_blank" class="externalLink">`;
      bbcode = bbcode.replace(urlMatches[i], replacer).replace(/\[\/url\]/gi, `</a>`);
    }

    return bbcode;
  }

  chrome.tabs.query({}, function (tabs) {
    for (let i = 0; i < tabs.length; i ++) {
      if (tabs[i].url.match(regex)) {
        chrome.tabs.executeScript(tabs[i].id, {
          frameId: tabs[i].frameId,
          code:
          `document.getElementById('messageList').insertAdjacentHTML(
            'beforeend',
            '<li class="sectionMain message">' +
              '<div class="uix_message">' +

                '<div class="messageUserInfo" itemscope="itemscope" itemtype="http://data-vocabulary.org/Person">' +
                  '<div class="messageUserBlock ">' +
                    '<div class="avatarHolder">' +
                      '<div class="uix_avatarHolderInner">' +
                        '<span class="helper"></span>' +
                        '<a href="http://mturksuite.com/" class="avatar" >'+
                          '<img src="${chrome.runtime.getURL(`media/icon_128.png`)}" width="96" height="96" alt="MTS">' +
                        '</a>' +
                      '</div>' +
                    '</div>' +
                    '<span class="arrow"><span></span></span>' +
                  '</div>' +
                '</div>' +

                '<div class="messageInfo primaryContent">' +
                  '<div class="messageContentt">' +
                    '<article>' +
                      '<blockquote class="messageText SelectQuoteContainer ugc baseHtml">' +
                        '${bbcodeToHtml(data.requestBody.formData.message_html[0])}' +
                      '</blockquote>' +
                    '</article>' +
                  '</div>' +
                '</div>' +

              '</div>' +
            '</li>'
          );`
        });
      }
    }
  });
}



Check this out tell me if these prices look like a scam for a game LOL


https://www.amazon.com/gp/offer-lis...e_previous?ie=UTF8&overridePriceSuppression=1
 

Yatagarasu

all up in the videos, all on the records, dancin'
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
10,012
Reaction score
13,638
Points
2,238
Age
36
Gender
Female
Title: WOMEN ONLY- Short Survey about Anticipated Reporting and Disclosure Behavior | PANDA
Worker: Preview | Accept | Requester
Requester: LNBaer [A1EEB5L929XP6W] (Contact)
TO: [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A] [Reviews: 1] [ToS: 0]
Description:
***Do not take again if you have already taken it***This is a short 10-15 minute study. You are invited to be in a research study about anticipated reporting and disclosure behavior following a variety of intimate partner violence scenarios.
Time: 1 hour
HITs Available: 1
Reward: $1.25
Qualifications: HIT approval rate (%) GreaterThan 95; Location EqualTo US;

HIT exported from Mturk Suite v1.18.2

Haven't started this yet but the description sounds like it could be a trigger for some. Just a warning.
 
  • Like
Reactions: WalkingEmphasis

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
If you wouldve told me ten years ago that I would be posting The Rock, Sting and Keith Urban gifs full-time on a forum about a platform on Amazon... I think I might be crying.
I'm thinking you are one of the youngest people here. You still have a chance. Run peach, run.

(roll? i'm sorry I'm sorry I'm not sure how this works.)
 
  • Like
Reactions: Rerun and Peachy

Drwho10

Mister Gank Yo Hits
Contributor
Joined
Jan 11, 2016
Messages
12,350
Reaction score
20,568
Points
1,388
Age
31
Location
Long Beach, CA
Gender
Male
Last edited:
  • Like
Reactions: Rerun and Kadauchi
Status
Not open for further replies.