- Joined
- Dec 23, 2018
- Messages
- 2,174
- Reaction score
- 3,675
- Points
- 1,088
- Age
- 35
Thats just way too much sauce, there needs to be tons of meat to counteract that.fixed
Better than a rapier.It's more of a broadsword.
Thats just way too much sauce, there needs to be tons of meat to counteract that.fixed
Better than a rapier.It's more of a broadsword.
it may hurt a littleHow deep is it going to be?
// ==UserScript==
// @name Backyard Picker
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Autoselect backyard options
// @author Siminey
// @match https://www.mturkcontent.com/dynamic/*
// @grant GM_log
// @require http://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==
var $ = window.jQuery;
(function() {
'use strict';
// Set starting values...
$('input[value="mowed"]').click();
$('input[value="partial_no_coverage"]').click();
$('input[value="tall"]').click();
$('input[value="neighbor_house"]').click();
$('input[value="none_visible"]').click();
$('input[value="flat"]').click();
$("#enclosed_structure-3").click();
//When click "no photo" it will be selected for all fields
$("#grass-6").click(function(){
$("#shade-2").click();
$("#tree_placement-4").click();
$("#tree_maturity-3").click();
$("#view-6").click();
$("#powerline-3").click();
$("#slope-3").click();
$("#exterior_home_structure-5").click();
$("#enclosed_structure-4").click();
$('#view-0').prop('checked', false); // Unchecks it
});
//CLicking "no trees" selects it in the other field
$("#tree_placement-3").click(function(){
$("#tree_maturity-2").click();
});
})();
Welcome.Hey All - longtime lurker, yada yada. I know the other night someone was wondering if there was a way to do decently on the Perch backyard HITs. I wrote my very first script and thought I would share it.
It pre-selects the options I was running across most frequently. It doesn't make the hourly awesome (I still haven't done that many) but it does save on your wristCode:// ==UserScript== // @name Backyard Picker // @namespace http://tampermonkey.net/ // @version 1.0 // @description Autoselect backyard options // @author Siminey // @match https://www.mturkcontent.com/dynamic/* // @grant GM_log // @require http://code.jquery.com/jquery-3.1.1.min.js // ==/UserScript== var $ = window.jQuery; (function() { 'use strict'; // Set starting values... $('input[value="mowed"]').click(); $('input[value="partial_no_coverage"]').click(); $('input[value="tall"]').click(); $('input[value="neighbor_house"]').click(); $('input[value="none_visible"]').click(); $('input[value="flat"]').click(); $("#enclosed_structure-3").click(); //When click "no photo" it will be selected for all fields $("#grass-6").click(function(){ $("#shade-2").click(); $("#tree_placement-4").click(); $("#tree_maturity-3").click(); $("#view-6").click(); $("#powerline-3").click(); $("#slope-3").click(); $("#exterior_home_structure-5").click(); $("#enclosed_structure-4").click(); $('#view-0').prop('checked', false); // Unchecks it }); //CLicking "no trees" selects it in the other field $("#tree_placement-3").click(function(){ $("#tree_maturity-2").click(); }); })();
Its not a real party unless you are doing straight 190 everclear.Also, I bought a local IPA which is 9.5% alcohol. Now it's a party.
which one?Also, I bought a local IPA which is 9.5% alcohol. Now it's a party.
Try one of these babiesAlso, I bought a local IPA which is 9.5% alcohol. Now it's a party.
Well, I did have a few glasses of 100 proof whiskey beforehand.Its not a real party unless you are doing straight 190 everclear.
you’re being dirtyIm just saying bud, I have a high pain tolerance.