09/06 - Terrific Thursday!

Which is worse


  • Total voters
    52
Status
Not open for further replies.

nopoopwarez

Well-Known Member
Contributor
Joined
Sep 16, 2016
Messages
10,324
Reaction score
18,600
Points
1,238
Age
37
Gender
Male

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
34
Lamar Miller? I just figured three Texans was too much.
(maybe) Lamar Miller

take a look at my team and see if there's anything you want for him
 
  • Like
Reactions: cb456

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
34
lamar miller is a waste of an RB slot
yahoo has him rated fairly high actually. projection wise at least

it's all a gamble :barefoot:
 
  • Like
Reactions: cb456

cb456

Let's do some hits!
Mentor
Contributor
Joined
Jul 25, 2017
Messages
5,983
Reaction score
15,962
Points
1,013
Gender
Male
yahoo has him rated fairly high actually. projection wise at least

it's all a gamble :barefoot:
he always gets the benefit of the doubt, ever since his rookie year. the hype to production ratio is out-of-whack. he'd be fantastic if the expectations were lower.
 
  • Like
Reactions: Peachy

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
34
i have 2 players going tonight so my space may be limited. dont think I would have lamar miller going in Week 1 since my flex spot is being used tonight

i do hate Thursday night games

i think they should just be reserved for the opening game. thats it
 
  • Like
Reactions: MarkC

charlie

Well-Known Member
Joined
Nov 3, 2016
Messages
6,676
Reaction score
10,742
Points
938
Age
49
Gender
Male
$16.52 PE so far. I'm getting away for a little bit. been in front of this pc way too long today.
 
  • Like
Reactions: lolkatB and cb456

EnterNameHere

Active Member
Contributor
Joined
Jul 30, 2016
Messages
762
Reaction score
2,731
Points
568
Title: Looking for Survey Participants with crowdfunding experience | Accept
Requester: Pyayt [A1EGBRWYB30C91] Contact
TO: [Pay=5.00] [Fast=5.00] [Comm=0.00] [Fair=5.00] [Reviews=2] [ToS=0]
Reward: 1.00
Duration: 900
Available: 44
Description: I am requesting your participation in a research study to gather information about how emotional displays and speech quality may lead to successful crowdfunding campaigns. Please only take the survey if you have crowdfunding support experience
Qualifications: Total approved HITs GreaterThan 1000; HIT approval rate (%) GreaterThanOrEqualTo 90; Location EqualTo US
[tr][td]
HIT exported from Mturk Suite v2.3.9
[/td][/tr]
[tr][td]
3:32[/td][/tr]
 

chicory

New Member
Joined
Jan 15, 2018
Messages
59
Reaction score
115
Points
283
Age
71
Location
Minneapolis, Minnesota
Gender
Female
Code:
// ==UserScript==
// @name         A9 Data Validation Patches Sequin Studs
// @version      .01
// @description   NO radio checked
// @author       GTR
// @include      /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @require      https://code.jquery.com/jquery-3.3.1.min.js
// ==/UserScript==

$('input[value="NoStud"]').click();
$('input[value="NoSequin"]').click();
$('input[value="NoPatches"]').click();

if (document.querySelector('iframe')) document.querySelector('iframe').focus();
window.addEventListener("keydown", function(e) {
if (e.keyCode == "13") {
e.preventDefault();
document.querySelector(`[type='submit']`).click();
}
});
this one sorry, had the wrong one up
Could someone help an old gal out and point me in the direction to learn how to use one of these scripts? Or if someone is in a giving and kind mood just tell how to use it.
 
  • Like
Reactions: ChristopherASA

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
34
Not unless you'd be willing to part with Jay Ajayi.


i can’t do that. i don’t have many rules on Team peachy but one of them is my RBs have to have dreads.

yahoo has Ajayi and Miller both projected for 14+ points this week though.

i feel like that’s a high total for both men
 

EnterNameHere

Active Member
Contributor
Joined
Jul 30, 2016
Messages
762
Reaction score
2,731
Points
568
Could someone help an old gal out and point me in the direction to learn how to use one of these scripts? Or if someone is in a giving and kind mood just tell how to use it.
Start with clickhappier @clickhappier's guide to getting started with scripts: https://www.mturkcrowd.com/threads/getting-started-with-userscripts.61/
From there, using Tampermonkey in Chrome, you will want to hit the + sign on the top bar to create a new script, delete the template stuff you'll see in the window that opens, paste GTR @GTR's script, and save. That should do it! Maybe I'm forgetting a step or 14...but I have to get to this damn Empirical Jury hit. :p
 
Last edited:
Status
Not open for further replies.