Pep - Rate 6 sec. Video Clips

Sets default answers for rude videos.

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         Pep - Rate 6 sec. Video Clips
// @namespace    https://greasyfork.org/en/users/27845
// @version      1.0
// @description  Sets default answers for rude videos.
// @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==


$('[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