03/02 - Kith Friday!

Status
Not open for further replies.

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
39
Location
Detroit
Gender
Female
Your call can not be completed as dialed what do you mark it lol
Is that received disconnected message?
 
  • Like
Reactions: Starslip

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
34
If most of them end up being disconnected let me know, I really don't want to talk to anyone
first call was disconnected. honestly if someone does answer on the rest im just going to hang up real fast and block the number
 

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
39
Location
Detroit
Gender
Female
These hits look like neighbor spoofing.
:(
 
  • Like
Reactions: Starslip

Starslip

Well-Known Member
Contributor
Crowd Pleaser
Joined
Jan 19, 2016
Messages
13,351
Reaction score
35,529
Points
1,588
Age
124
Gender
Male
These hits look like neighbor spoofing.
:(
Like where you get a call from something that says it's in your area code but it's bs?
 
  • Like
Reactions: <Gucci>

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
39
Location
Detroit
Gender
Female
Like where you get a call from something that says it's in your area code but it's bs?
Yep it’s the latest “thing”
Do you know how long it took me to add half the numbers in sequence on my block list
 
  • Like
Reactions: Starslip

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
Gender
Male
Code:
// ==UserScript==
// @name        ProductRnR Caption for Image WIDTH
// @namespace
// @description Marks first radio button
// @include     https://www.mturkcontent.com/dynamic/hit*
// @version     1.0
// @require     https://code.jquery.com/jquery-2.1.4.min.js
// @grant       none
// ==/UserScript==


$(document).ready(function() {
    if (!/If you were to select a caption for this image/.test(document.querySelector('h1').textContent)) return;
    $("input[value='ImageCaption_UpperBetter']").click();


});for (let element of document.getElementsByClassName(`documentbox`)) {
  element.style.width = `33%`;
  element.style.cssFloat = `left`;
}
in case anyone that is slaving err I mean working on the rnr 10's and missed this last time, this makes them almost tolerable
 
Last edited:

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
34
every call is suspenseful. "please dont be a person, please dont be a person"

so far... the first 4 haven't been
 

coffeeowl

hoo?
Contributor
Mentor
Master Pleaser
Crowd Pleaser
HIT Poster
Joined
Jan 12, 2016
Messages
28,032
Reaction score
63,933
Points
1,738
Location
Location EqualTo US
Gender
Female
Code:
// ==UserScript==
// @name        ProductRnR Caption for Image WIDTH
// @namespace
// @description Marks first radio button
// @include     https://www.mturkcontent.com/dynamic/hit*
// @version     1.0
// @require     https://code.jquery.com/jquery-2.1.4.min.js
// @grant       none
// ==/UserScript==


$(document).ready(function() {
    if (!/If you were to select a caption for this image/.test(document.querySelector('h1').textContent)) return;
    $("input[value='ImageCaption_UpperBetter']").click();


});for (let element of document.getElementsByClassName(`documentbox`)) {
  element.style.width = `33%`;
  element.style.cssFloat = `left`;
}
in case anyone that is slaving err I mean working on the rnr 10's and missed this last time, this makes this almost tolerable
I've been using it since you posted the last time. Makes them much easier. Thank you! :aikon:
 
  • Like
Reactions: <Gucci> and GTR
Status
Not open for further replies.