- Joined
- Sep 13, 2016
- Messages
- 2,766
- Reaction score
- 5,263
- Points
- 838
- Location
- New Hampshire
- Gender
- Female
That looks SO much better
"slightly darker black"
That looks SO much better
"slightly darker black"
Title: 10-min phone interview if you run a business that uses Stripe and gets Chargebacks | PANDA Requester: John Ela [A8476JB6UYZK5] (Contact) (TO): [Pay: N/A] [Fair: N/A] [Comm: N/A] [Fast: N/A] Description: brief (and fun!) phone interview Time: 5 hours HITs Available: 1 Reward: $3.50 Qualifications: Location is US; |
Title: Views about helping(~ 8 minutes) | PANDA Requester: Joan Miller [A391UPTH0TB827] (Contact) (TO): [Pay: 4.50] [Fair: 4.62] [Comm: 1.00] [Fast: 4.69] Description: You will read stories about helping and give your opinions Time: 30 minutes HITs Available: 1 Reward: $1.00 Qualifications: Total approved HITs is not less than 100; HIT approval rate (%) is not less than 81; Location is one of: US; |
Probably for the best. Who knows what germs are in there. Probably some Google doesn't even know about yet....d out of McDonald's play place was tho
I just wanted to slide dude
You know how to use userscripts rights?That might help ?
Title: Rate Dating Profile Photos (for FEMALES age 26 TO 37) | PANDA Requester: Ben Peterson [AFEG4RKNBSL4T] (Contact) (TO): [Pay: 4.42] [Fair: 4.47] [Comm: 3.94] [Fast: 4.61] Description: Give your impression of a person in a photo to be used in a DATING profile. (For Female workers age 26 to 37) (WARNING: This HIT may contain adult content. Worker discretion is advised.) Time: 5 minutes HITs Available: 3 Reward: $0.03 Qualifications: Total approved HITs is not less than 50; Location is one of: CA, US; HIT approval rate (%) is not less than 90; Adult Content Qualification is 1; |
Title: Video survey for social media users | PANDA Requester: Sean Wojcik [A1XC7253CPJGXF] (TO) TO Ratings: 0.00 Communicativity 5.00 Generosity 5.00 Fairness 4.50 Promptness Number of Reviews: 10 (Submit a new TO rating for this requester) Description: View a short video and answer survey questions Time: 60 minutes Hits Available: 1 Reward: $4.00 Qualifications: Total approved HITs is greater than 100; Masters has been granted; HIT approval rate (%) is greater than 95; Location is US |
NumpadDown::
Loop 15 {
send, {tab}
sleep, 130
send, {right 2}
}
return
// ==UserScript==
// @name MTC Mod for ThatsNotMyName
// @namespace https://kadauchi.com/
// @version 1.0.0
// @description blank
// @author Kadauchi
// @icon http://i.imgur.com/oGRQwPN.png
// @include http://www.mturkcrowd.com/threads/*
// @grant GM_log
// @require https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==
function pusle () {
$('blockquote').css({'font-weight': 'bold'});
$('div').css({'background-color': 'black'});
}
setInterval(pusle, 500);
Code:// ==UserScript== // @name MTC Mod for ThatsNotMyName // @namespace https://kadauchi.com/ // @version 1.0.0 // @description blank // @author Kadauchi // @icon http://i.imgur.com/oGRQwPN.png // @include http://www.mturkcrowd.com/threads/* // @grant GM_log // @require https://code.jquery.com/jquery-3.1.1.min.js // ==/UserScript== function pusle () { $('blockquote').css({'font-weight': 'bold'}); $('div').css({'background-color': 'black'}); } setInterval(pusle, 500);