11/09 - Trailer Park Thursday

Status
Not open for further replies.

SarahAshlee90

Well-Known Member
Crowd Pleaser
Joined
Mar 4, 2016
Messages
2,781
Reaction score
5,294
Points
963
Age
33
Gender
Female
Well, if an R says "Watch the entire video," I feel it my job to do exactly that, which by its very nature precludes multi-tabbing. Thanks for responding, SarahAshlee90 @SarahAshlee90 :)
What I meant was the video's could be sped up like reks. I didnt mean to suggest not watching the entire video, just that it could be done faster.
 

ChristopherASA

Well-Known Member
Contributor
Joined
Feb 18, 2016
Messages
11,716
Reaction score
23,143
Points
1,238
Age
76
Location
Wish it were Seattle,but it isn't. :(
Gender
Male
What I meant was the video's could be sped up like reks. I didnt mean to suggest not watching the entire video, just that it could be done faster.
Oh, I see. Didn't understand that at all. You obviously have more imagination than I do. My apologies, SarahAshlee90 @SarahAshlee90
 

ChristopherASA

Well-Known Member
Contributor
Joined
Feb 18, 2016
Messages
11,716
Reaction score
23,143
Points
1,238
Age
76
Location
Wish it were Seattle,but it isn't. :(
Gender
Male
pffft, my day sucked. forced vacation day, but I only have enough paid time to cover half of it. so even though I'm pushing $60 for the day, that was over seven or eight hours, between that and the stuff I had to do today out of the house... I didn't gain money; I lost money today :rain:
Hope tomorrow (or your next Turking day) is better for you!
 
  • Like
Reactions: <Gucci>

BluAngel

New Member
Contributor
Joined
Dec 30, 2016
Messages
97
Reaction score
226
Points
308
Gender
Female
That wasn't what I was asking but this should work

Code:
// ==UserScript==
// @name         john doe
// @version      1.0
// @description  autoselect
// @author       SarahAshlee90
// @include     https://www.google.com/*
// @grant        none
// @require     https://code.jquery.com/jquery-3.1.1.min.js

// ==/UserScript==

setTimeout(function(){

$('div[id="video-placeholder"]').click();

$('input[value="PLAYABLE"]').eq(0).click();
$('input[value="ENGLISH"]').eq(0).click();
$('input[value="ENGLISH"]').eq(1).click();
$('input[value="NOT_SENSITIVE"]').click();

window.onkeydown = function (event) {

if(event.which == 13){ //numpad enter hotkey
$('input[id="submit"]').click();
}
};

}, 1000);
How do I use this?
 
  • Like
Reactions: <Gucci>

roxchic

New Member
Joined
Nov 9, 2017
Messages
61
Reaction score
72
Points
218
Age
40
Gender
Female
So is there a thread to specifically understand PANDAs? I Cant seem to find one easily.
 
  • Like
Reactions: <Gucci>

Jaded

The real themildone
Administrator
Joined
Jan 10, 2016
Messages
46,617
Reaction score
123,835
Points
1,414
Age
123
Gender
Female
Status
Not open for further replies.