- Joined
- Feb 18, 2016
- Messages
- 11,716
- Reaction score
- 23,143
- Points
- 1,238
- Age
- 77
- Gender
- Male
If you can't raise the bridge, lower the water.Just write a script that always displays zeros there.
If you can't raise the bridge, lower the water.Just write a script that always displays zeros there.
can we get a script that instead replaces all the numbers with tiny pictures of cats?
// ==UserScript==
// @name Cats
// @version 0.1
// @author Kerek
// @match https://www.mturk.com/mturk/status
// @grant GM_xmlhttpRequest
// @require https://code.jquery.com/jquery-3.0.0-beta1.min.js
// ==/UserScript==
var cats = [];
GM_xmlhttpRequest({
method: "GET",
url: 'http://thecatapi.com/api/images/get?format=html&results_per_page=45',
onload: function(r) {
cats = r.responseText.split('\n');
cats.splice(-1);
console.log(cats);
$('table:contains("HITs Submitted Within") table tr:gt(0)').each(function(ind){
$(this).find('td:eq(3)').html(cats[ind].replace('src','width=100 src'));
});
}, onerror: function(r) { console.log('it did not work'); } });
It is remarkable what turkers can accomplish
Some of the links come back broken, though.Code:// ==UserScript== // @name Cats // @version 0.1 // @author Kerek // @match https://www.mturk.com/mturk/status // @grant GM_xmlhttpRequest // @require https://code.jquery.com/jquery-3.0.0-beta1.min.js // ==/UserScript== var cats = []; GM_xmlhttpRequest({ method: "GET", url: 'http://thecatapi.com/api/images/get?format=html&results_per_page=45', onload: function(r) { cats = r.responseText.split('\n'); cats.splice(-1); console.log(cats); $('table:contains("HITs Submitted Within") table tr:gt(0)').each(function(ind){ $(this).find('td:eq(3)').html(cats[ind].replace('src','width=100 src')); }); }, onerror: function(r) { console.log('it did not work'); } });
This just makes me so happy
Some of the links come back broken, though.Code:// ==UserScript== // @name Cats // @version 0.1 // @author Kerek // @match https://www.mturk.com/mturk/status // @grant GM_xmlhttpRequest // @require https://code.jquery.com/jquery-3.0.0-beta1.min.js // ==/UserScript== var cats = []; GM_xmlhttpRequest({ method: "GET", url: 'http://thecatapi.com/api/images/get?format=html&results_per_page=45', onload: function(r) { cats = r.responseText.split('\n'); cats.splice(-1); console.log(cats); $('table:contains("HITs Submitted Within") table tr:gt(0)').each(function(ind){ $(this).find('td:eq(3)').html(cats[ind].replace('src','width=100 src')); }); }, onerror: function(r) { console.log('it did not work'); } });
I bought this awhile ago on sale! The art is breathtaking, but I haven't gotten too far in the game though because I'm not a fan of the mechanics.free to keep if you "install" anytime over the weekend (I think all you need to do is press install, not actually install)
http://store.steampowered.com/app/323580/Jotun_Valhalla_Edition/
I'm not sure how I feel about July 7th.
Some of the links come back broken, though.Code:// ==UserScript== // @name Cats // @version 0.1 // @author Kerek // @match https://www.mturk.com/mturk/status // @grant GM_xmlhttpRequest // @require https://code.jquery.com/jquery-3.0.0-beta1.min.js // ==/UserScript== var cats = []; GM_xmlhttpRequest({ method: "GET", url: 'http://thecatapi.com/api/images/get?format=html&results_per_page=45', onload: function(r) { cats = r.responseText.split('\n'); cats.splice(-1); console.log(cats); $('table:contains("HITs Submitted Within") table tr:gt(0)').each(function(ind){ $(this).find('td:eq(3)').html(cats[ind].replace('src','width=100 src')); }); }, onerror: function(r) { console.log('it did not work'); } });
Title: 2017 Political Opinions Survey | PANDA Worker: Preview | Accept | Requester Requester: Michael A Zilis [AT0HIZSKGI1LQ] (Contact) TO 1: Not Available TO 2: Not Available Description: We are interested in learning about your opinions on politics. Time: 60 minutes HITs Available: 1 Reward: $0.25 Qualifications: Total approved HITs is greater than 1000; HIT approval rate (%) is greater than 95; Location is US; |
HIT exported from Mturk Suite v1.21.11 |
I bought part of a refurbished one for my sister. It's what I'd recommend if you have a little more cash to spend, yes, for the better frame. Otherwise a cheaper Dell if you're not moving the laptop much. Because you can get excellent specs in a shitty plastic frame with the Inspirons.Just randomly curious, anyone have a Dell XPS laptop? I was thinking of getting one, just wondered how they were.
Sounds good. Get a laptop, over bed table & ready to turk from bed on weekends, lol.I bought part of a refurbished one for my sister. It's what I'd recommend if you have a little more cash to spend, yes, for the better frame. Otherwise a cheaper Dell if you're not moving the laptop much. Because you can get excellent specs in a shitty plastic frame with the Inspirons.
Title: Pinterest - Flag DIY and multi-image Pins | PANDA Worker: Preview | Accept | Requester Requester: Pinterest [AURHK491L2LH6] (Contact) TO 1: [Pay: 3.22] [Fast: 4.13] [Comm: 3.29] [Fair: 4.61] [Reviews: 75] [ToS: 14] TO 2: [Rate: $14.40/hr] [Pen: 3.00 days] [Res: -- of 0] [Rec: 100% of 1] [Rej: 0] [ToS: 1] [Brk: 0] Description: You will log in to Pinterest to complete simple tasks. Time: 20 minutes HITs Available: 50 Reward: $0.20 Qualifications: Scammers DoesNotExist ; |
HIT exported from Mturk Suite v1.21.11 |
I feel like this is something @minkyboodle would also like. (maybe)
Some of the links come back broken, though.Code:// ==UserScript== // @name Cats // @version 0.1 // @author Kerek // @match https://www.mturk.com/mturk/status // @grant GM_xmlhttpRequest // @require https://code.jquery.com/jquery-3.0.0-beta1.min.js // ==/UserScript== var cats = []; GM_xmlhttpRequest({ method: "GET", url: 'http://thecatapi.com/api/images/get?format=html&results_per_page=45', onload: function(r) { cats = r.responseText.split('\n'); cats.splice(-1); console.log(cats); $('table:contains("HITs Submitted Within") table tr:gt(0)').each(function(ind){ $(this).find('td:eq(3)').html(cats[ind].replace('src','width=100 src')); }); }, onerror: function(r) { console.log('it did not work'); } });
is that with the smileyPassword is: Rainy Day
Title: MTC Master Qual Test | PANDA
Worker: Preview | Accept | Requester
Requester: Sweetie Puff [A2WGESU6APCVAW] (Contact)
TO 1: Not Available
TO 2: Not Available
Description: Qual Test for MTCrowd Only - others will be rejected if you don't provide correct password
Time: 30 minutes
HITs Available: 1
Reward: $0.05
Qualifications: None;
HIT exported from Mturk Suite v1.21.11
Dat survey code doh..lolPassword is: Rainy Day
Title: MTC Master Qual Test | PANDA
Worker: Preview | Accept | Requester
Requester: Sweetie Puff [A2WGESU6APCVAW] (Contact)
TO 1: Not Available
TO 2: Not Available
Description: Qual Test for MTCrowd Only - others will be rejected if you don't provide correct password
Time: 30 minutes
HITs Available: 1
Reward: $0.05
Qualifications: None;
HIT exported from Mturk Suite v1.21.11
I guess that depends on your mood I'll leave that up to you guys! heeheeis that with the smiley
I like the survey codePassword is: Rainy Day
Title: MTC Master Qual Test | PANDA
Worker: Preview | Accept | Requester
Requester: Sweetie Puff [A2WGESU6APCVAW] (Contact)
TO 1: Not Available
TO 2: Not Available
Description: Qual Test for MTCrowd Only - others will be rejected if you don't provide correct password
Time: 30 minutes
HITs Available: 1
Reward: $0.05
Qualifications: None;
HIT exported from Mturk Suite v1.21.11