02/18 - Syrup-y Saturday!

Status
Not open for further replies.

BlueSkyHippie

Graveyard Queen
Contributor
Joined
Jan 12, 2016
Messages
752
Reaction score
1,243
Points
418
Gender
Female
I just noticed these were up again. hmmm. You know, this really could solve my current completely bored out of my skull situation. I wonder if shooting at glass jars would work. crap i need a gun.
I have guns, but I'm not sure I'm willing to break any glasses inside my house. I could shoot out the back door 3 times, but hubby is asleep.
 
  • Like
Reactions: alk69

Kuddish

Me fail English! That's unpossible
Contributor
Joined
Jan 24, 2016
Messages
3,800
Reaction score
7,804
Points
988
Age
42
Location
The D!
Gender
Male
isn't there a script for these Sergey's?
 

BlueSkyHippie

Graveyard Queen
Contributor
Joined
Jan 12, 2016
Messages
752
Reaction score
1,243
Points
418
Gender
Female
Are the Sergey's working this time?
EDIT: Nevermind. Hate these.
 
Last edited:

TylerS

Lazy Turker
Contributor
Joined
Dec 14, 2016
Messages
1,276
Reaction score
1,923
Points
538
Age
39
Gender
Male
isn't there a script for these Sergey's?
This is what I'm using. Basically just messed around with Squatty's script
Code:
// ==UserScript==
// @name         Sergey Submit 2.0
// @namespace    http://tampermonkey.net/
// @version      2.0
// @description  Add submit button
// @author       Squatty
// @match        https://www.mturkcontent.com/dynamic/*
// @grant        none
// @require      http://code.jquery.com/jquery-3.1.1.min.js
// ==/UserScript==

window.focus();

if ($("h4:contains(Carefully review the following examples before you begin the task.)").length){
   
document.getElementById(`instructions`).style.display = `none`;
document.getElementById(`sample-task`).style.display = `none`;
$('input:radio[value="both mature"]').prop('checked', true);
$('input:radio[value="1"]').prop('checked', true);


document.body.insertAdjacentHTML(
  `beforeend`,
  `<div id="myDiv" class="submitpanel">` +
  `<p><button id="button1">Submit</button></p>` +
  `</div>`
);

document.head.insertAdjacentHTML(
  `beforeend`,
  `<style>` +
  `.submitpanel {margin:5px; background:lightblue; padding:2px 5px;}` +
  `.submitpanel {z-index:10; position:fixed; top:30%;right:50%; background:aliceblue; opacity:0.9; transform:translateX(50%);}` +
  `.submitpanel button {font-size: 12px; margin-right:2px; padding:1px;}` +
  `</style>`
);

document.getElementById(`button1`).addEventListener(`click`, function () {
  document.querySelector(`[type="submit"]`).click();
});
}
I know next to nothing about coding, lol so the parts I added might look bad. Basically just selects the 3 most common options.
 
  • Like
Reactions: T. Leela and Kerek

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
I have guns, but I'm not sure I'm willing to break any glasses inside my house. I could shoot out the back door 3 times, but hubby is asleep.
haha i just read the part about it needing to be done inside your house. it is probably very good I have no guns. not for any scary violent reasons, ok maybe scary, I'd end up shooting myself in the foot trying to clean it or something.
edit:oops that didnt' go here... -delete-
 
Last edited:
  • Like
Reactions: BlueSkyHippie

BlueSkyHippie

Graveyard Queen
Contributor
Joined
Jan 12, 2016
Messages
752
Reaction score
1,243
Points
418
Gender
Female
I am the least fashionable person on the planet (except for maybe my sister). Why am I compelled to watch 'The Devil Wears Prada' every time it's on? I love it so much.
 
  • Like
Reactions: scrmcasey

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
35
Gender
Female
Even with a script those Sergey's are pretty bad. They expect you to watch at least part of the video, and there are 2 of them in each hit.
 

BlueSkyHippie

Graveyard Queen
Contributor
Joined
Jan 12, 2016
Messages
752
Reaction score
1,243
Points
418
Gender
Female
To
haha i just read the part about it needing to be done inside your house. it is probably very good I have no guns. not for any scary violent reasons, ok maybe scary, I'd end up shooting myself in the foot trying to clean it or something.
edit:eek:ops that didnt' go here... -delete-
To clarify, we have a 12 gauge shotgun and a .22 for varmints. We had to sell the deer rifle to make the car payment when I got laid off. And I wasn't going to shoot through my back door, I was going to open the door and shoot into the back yard. We live in the country. Why do I keep explaining?
 
  • Like
Reactions: T. Leela and Kerek

T. Leela

Oh Lord...
Contributor
Joined
May 12, 2016
Messages
11,050
Reaction score
14,046
Points
1,388
Location
Colorado
Gender
Female
I am the least fashionable person on the planet (except for maybe my sister). Why am I compelled to watch 'The Devil Wears Prada' every time it's on? I love it so much.
I think that's why? if i was totally into fashion, i think I'd be completely insulted by it.
 
  • Like
Reactions: BlueSkyHippie

TylerS

Lazy Turker
Contributor
Joined
Dec 14, 2016
Messages
1,276
Reaction score
1,923
Points
538
Age
39
Gender
Male
Even with a script those Sergey's are pretty bad. They expect you to watch at least part of the video, and there are 2 of them in each hit.
I'm just going by title and Uploader title most of the time. If it's "Late night with Seth Meyers" I go with Yes, Yes, Yes Adult. If it's Disney Channel and (whatever show is on Disney) I go Yes, Yes, Children.

Works for 90% of them. Still, compared with the ones in the past, these suck
 
Status
Not open for further replies.