noI used to have an addon/script for Mturk that opened a link in a 2nd tab and new link clicks opened in that same secondary tab. Anyone know what I'm talking about?
Memory came back.I used to have an addon/script for Mturk that opened a link in a 2nd tab and new link clicks opened in that same secondary tab. Anyone know what I'm talking about?
What does it do exactly?Memory came back.
https://chrome.google.com/webstore/detail/niftysplit/bkmjnlfillpnkgmjnhgklpjjlpjnfeil?hl=en
NiftySplit if anyone cares.
I have HIT in Left window, open link with NiftySplit and put that on the right side. Next time I click a link from the Left side HITs it automatically opens in the Right side window.What does it do exactly?
oh Nifty! lolI have HIT in Left window, open link with NiftySplit and put that on the right side. Next time I click a link from the Left side HITs it automatically opens in the Right side window.
I don't know how to write code or I would for the three answers one. Most of the responses are "yes", "furniture" and "floor"!
// ==UserScript==
// @name What surface would you place the object?
// @version 1.0
// @author SarahAshlee90
// @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/
// @grant none
// ==/UserScript==
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(0,2,11);
Thank you!!!!Code:// ==UserScript== // @name What surface would you place the object? // @version 1.0 // @author SarahAshlee90 // @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/ // @grant none // ==/UserScript== 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(0,2,11);
THANK YOU!!!!@sksCode:// ==UserScript== // @name What surface would you place the object? // @version 1.0 // @author SarahAshlee90 // @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/ // @grant none // ==/UserScript== 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(0,2,11);
@sksCode:// ==UserScript== // @name What surface would you place the object? // @version 1.0 // @author SarahAshlee90 // @include /^https://(www|s3)\.(mturkcontent|amazonaws)\.com/ // @grant none // ==/UserScript== 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(0,2,11);
Title: Ideal Societies(~ 30 minutes) | PANDA Requester: Dr. Jayawickreme Average Hourly Rate: 18.41/hr Time: 30 minutes HITs Available: 20 Reward: $2.50 |
Title: Answer a survey about body size and shape | Accept Requester: carolyn [ANCUMXZJ1EDKE] Contact TV: [Hrly=$17.99] [Pay=Generous] [Approval=~24 hrs] [Comm=Unrated] [Rej=0] [Blk=0] TO: No Reviews TO2: No Reviews Reward: 1.00 Duration: 1:00:00 Available: 1 Description: your opinion on size acceptance and diversity Qualifications: Masters Exists ; Location EqualTo US |