- Joined
- Jan 12, 2016
- Messages
- 6,831
- Reaction score
- 13,459
- Points
- 1,063
- Location
- The Upside Down
- Gender
- Male
Server load looks fineIs MTC shitting the bed or is it my internet?
I thought it was me.Is MTC shitting the bed or is it my internet?
okay, I was able to make a script that puts default answers for Pep,I just cant get the age to work if anyone wants to look at it.the age code is now working
Code:// ==UserScript== // @name Pep // @namespace https://greasyfork.org/en/users/27845 // @version 0.1 // @description Pep // @author Pablo Escobar // @include * // @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js // @grant none // ==/UserScript== $('[name=Q1Emotion] option').filter(function() { return ($(this).text() == 'Neutral/no emotion'); //To select Neutral/no emotion }).prop('selected', true); $('[name=Q2Feeling] option').filter(function() { return ($(this).text() == '4. Neither upset nor happy'); //To select 4. Neither upset nor happy }).prop('selected', true); $('[name=Q3Arousal] option').filter(function() { return ($(this).text() == '1. Calm, completely relaxed, and/or sleepy'); //To select 1. Calm, completely relaxed, and/or sleepy }).prop('selected', true); $('[name=Q4Believability] option').filter(function() { return ($(this).text() == '7. Extremely believable'); //To select 7. Extremely believable }).prop('selected', true); $('[name=Q5Sex] option').filter(function() { return ($(this).text() == '1. Male'); //To select 1. Male }).prop('selected', true); $('[name=Q6Age]').val("38"); //To set your age
I thought it was me.
Try turning off your PEP script
// ==UserScript==
// @name Pep
// @namespace https://greasyfork.org/en/users/27845
// @version 0.1
// @description Pep
// @author Pablo Escobar
// @include https://www.mturkcontent.com/*
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @grant none
// ==/UserScript==
I had a sandwich for lunch todayLizards are a type of reptile
the brunette is one of my exgirlfriends, so these are especially difficult for me to complete.You're ugly, fat and stupid! Nobody likes you! Uh!
Worked, thanks!I was lazy with the include, change the header to this:
or just change:Code:// ==UserScript== // @name Pep // @namespace https://greasyfork.org/en/users/27845 // @version 0.1 // @description Pep // @author Pablo Escobar // @include https://www.mturkcontent.com/* // @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js // @grant none // ==/UserScript==
// @include *
to
// @include https://www.mturkcontent.com/*
Yeah? Well, I can't STAND the way you DRESS!I hate your face!!!
I talk about you behind you backYeah? Well, I can't STAND the way you DRESS!