12/02 - Scratchy Sunday!

Do you watch the NFL

  • Yes

  • NO


Results are only viewable after voting.
Status
Not open for further replies.

hockeyfan87

Active Member
Joined
Mar 12, 2017
Messages
675
Reaction score
1,702
Points
343
Gender
Male
"
I've noticed a lot lately that people are scamming good requesters. I did n't believe the news. I do not enjoy helping people."

Wow... referencing mturk itself now.
 

Dottie

Active Member
Joined
Jun 14, 2017
Messages
722
Reaction score
2,141
Points
493
Age
32
Gender
Female
Beginning Middle Ending
I've noticed a lot lately that people are scamming good requesters. It makes me feel good to do a good hawai. I like helping others.

...lmao
 

Concise

Buddhist Bacchante
Joined
Apr 28, 2016
Messages
4,092
Reaction score
6,398
Points
813
muddling through Alexandrias. I futzed a bit on a script, gave up on it. If anyone is using one, would love a look
 
  • Like
Reactions: CrazyCatLady

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
muddling through Alexandrias. I futzed a bit on a script, gave up on it. If anyone is using one, would love a look
What are you trying to get it to do?
 
  • Like
Reactions: Concise

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
muddling through Alexandrias. I futzed a bit on a script, gave up on it. If anyone is using one, would love a look
Code:
// ==UserScript==
// @name         Alexandria
// @version      .01
// @description  Concise request
// @author       SarahAshlee90
// @include     /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

$('#mturk_form > div > h1').hide();
$('#mturk_form > div > p').hide();
$('#mturk_form > div > h3:nth-child(3)').hide();
$('#mturk_form > div > div:nth-child(4)').hide();
$('#mturk_form > div > h3:nth-child(5)').hide();
$('#examples').hide();


const radios_and_checkboxes = document.querySelectorAll('[type="checkbox"],[type="radio"]');

function preclick (elements_to_click, ...numbers) {
    const radios_and_checkboxes_to_preclick = [];
    Array.prototype.slice.call(arguments).forEach(el => radios_and_checkboxes_to_preclick.push(el));
    radios_and_checkboxes_to_preclick.forEach(element => radios_and_checkboxes[element].click());
   // console.log(`There are a total of ${radios_and_checkboxes.length} checkboxes/radio's on this page.  The requested preclicks are numbers ${radios_and_checkboxes_to_preclick}`);
}
preclick(21,27);
 
Last edited:

Concise

Buddhist Bacchante
Joined
Apr 28, 2016
Messages
4,092
Reaction score
6,398
Points
813
Code:
// ==UserScript==
// @name         Alexandria
// @version      .01
// @description  Concise request
// @author       SarahAshlee90
// @include     /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

$('#mturk_form > div > h1').hide();
$('#mturk_form > div > p').hide();
$('#mturk_form > div > h3:nth-child(3)').hide();
$('#mturk_form > div > div:nth-child(4)').hide();
$('#mturk_form > div > h3:nth-child(5)').hide();
$('#examples').hide();


const radios_and_checkboxes = document.querySelectorAll('[type="checkbox"],[type="radio"]');

function preclick (elements_to_click, ...numbers) {
    const radios_and_checkboxes_to_preclick = [];
    Array.prototype.slice.call(arguments).forEach(el => radios_and_checkboxes_to_preclick.push(el));
    radios_and_checkboxes_to_preclick.forEach(element => radios_and_checkboxes[element].click());
   // console.log(`There are a total of ${radios_and_checkboxes.length} checkboxes/radio's on this page.  The requested preclicks are numbers ${radios_and_checkboxes_to_preclick}`);
}
preclick(21,27);
... fantastic! It works great!

I have no extra cash, although I have cookies here, Chips Ahoy or Red Oval Farms Oatmeal Chocolate Chip (my fave) - they're yours

:cookie::cookie::cookie::cookie:

ps. nice touch hiding Instructions - bonus
 

Concise

Buddhist Bacchante
Joined
Apr 28, 2016
Messages
4,092
Reaction score
6,398
Points
813
thank god that didn't end with raisins
Yeah, I don't "get" raisins in choc chip cookies. Choc chip cookie only household here. Oatmeal choc chip are my fave
 

Devil_Dawg

Marine, Husband, Father, Grand Father
Contributor
Joined
Jan 13, 2016
Messages
10,971
Reaction score
31,075
Points
1,388
Age
60
Gender
Male
Yeah, I don't "get" raisins in choc chip cookies. Choc chip cookie only household here. Oatmeal choc chip are my fave
the wife makes pumpkin chocolate chip cookies. I don't eat cookies, but those I have a few
 
Status
Not open for further replies.