05/22 - Storm Owl Sunday!

Status
Not open for further replies.

Babadooba

Active Member
Contributor
Joined
Jan 12, 2016
Messages
841
Reaction score
1,387
Points
468
Age
35
Gender
Male
Code:
document.getElementsByClassName("instructions")[0].innerHTML = "";
document.getElementsByClassName("guidelines")[0].innerHTML = "";
also untested. could hide instructions and guidelines both
Code:
$(".instructions").hide();
$(".guidelines").hide();
jQuery for shits and gigs
 

Shannon

Member
Joined
Jan 21, 2016
Messages
486
Reaction score
857
Points
293
Age
32
Gender
Female
what do want it to do?
I'm not sure I was just looking for something premade. Mostly just want the damn instructions hidden, I tried the script you wrote and while its active on the page its doing nothing :/
 
D

Deleted member 526

Guest
I'm not sure I was just looking for something premade. Mostly just want the damn instructions hidden, I tried the script you wrote and while its active on the page its doing nothing :/
Code:
// ==UserScript==
// @name         Visual Genome - Say yes or no to the phrases that are true about an image
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       turker
// @grant        none
// @include        *
// ==/UserScript==
document.getElementsByClassName("instructions")[0].innerHTML = "";
document.getElementsByClassName("guidelines")[0].innerHTML = "";
does this work?
 

Shannon

Member
Joined
Jan 21, 2016
Messages
486
Reaction score
857
Points
293
Age
32
Gender
Female
Code:
// ==UserScript==
// @name         Visual Genome - Say yes or no to the phrases that are true about an image
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       turker
// @grant        none
// @include        *
// ==/UserScript==
document.getElementsByClassName("instructions")[0].innerHTML = "";
document.getElementsByClassName("guidelines")[0].innerHTML = "";
does this work?
Yes!
I didn't realize I left in the initial text. Was just freely inserting things. Also maybe needed to close and open the page. I feel dumb. Thank you!!
 
Last edited:
  • Like
Reactions: Deleted member 526

SG777

Member
Joined
May 14, 2016
Messages
185
Reaction score
215
Points
43
I hope global returns. Those hits seemed pretty easy. Guess I'll do 3 hundred Researches and hope for the best...
 

hyway

Well-Known Member
Contributor
Joined
Jan 21, 2016
Messages
3,911
Reaction score
6,297
Points
988
Age
63
Gender
Male
I am so inexperienced at maxing out. I let 175 of those damn a9s expire throughout all of today. I am not used to that mattering.

If these things are still here tomorrow i will remember to turn off my panda and finish whats in my queue before going afk
 

Shannon

Member
Joined
Jan 21, 2016
Messages
486
Reaction score
857
Points
293
Age
32
Gender
Female
I am so inexperienced at maxing out. I let 175 of those damn a9s expire throughout all of today. I am not used to that mattering.

If these things are still here tomorrow i will remember to turn off my panda and finish whats in my queue before going afk
I just wait for a captcha and finish the que and run to do things.
 

PhantomCatt

Sweet & Sassy
Joined
Jan 12, 2016
Messages
2,211
Reaction score
5,937
Points
763
Gender
Female
It's been a loooong day...

Kitty bedtime switch activate! Lol :joyful: Night night peeps!
 
  • Like
Reactions: Pleco

Blue

Unlikeable Ass
Contributor
Joined
Jan 11, 2016
Messages
4,183
Reaction score
13,272
Points
838
Gender
Male
I am so inexperienced at maxing out. I let 175 of those damn a9s expire throughout all of today. I am not used to that mattering.

If these things are still here tomorrow i will remember to turn off my panda and finish whats in my queue before going afk
175 * 0.02 = 3.50

Not a huge loss.

Log in or register now. to view Spoiler content!
 

Kico

Teh Best Scrub
Contributor
Joined
May 15, 2016
Messages
355
Reaction score
643
Points
368
Age
28
Location
New Mexico
Gender
Male
There are no HITs in this group available to you at the moment. Nooooo my peps
 

Metallica

Never free, never me
Contributor
Joined
Jan 17, 2016
Messages
5,319
Reaction score
14,228
Points
1,113
Age
33
Gender
Male
Anyone remember that crowd task extravaganza when they posted 20c hits instead of the intended 2c? That was the quickest $250 I've ever made.
 
  • Like
Reactions: Shannon

Pleco

Friendly Neighborhood Rat
Contributor
Crowd Pleaser
Joined
Jan 23, 2016
Messages
19,190
Reaction score
76,218
Points
1,588
Age
37
Gender
Male
lol, i am more dirty bourgeois newb

but it isn't the money that i am sad about. its not seeing 3800 in the submitted column
Maxing out is not so much about skill but more like your endurance for pain.
 

Req.body

Crow
Contributor
Joined
Feb 2, 2016
Messages
1,404
Reaction score
2,574
Points
788
Age
32
Maxing out is not so much about skill but more like your endurance for pain.
I feel like the after effects of running a marathon after never seeing the end of the tunnel once entered.
 
  • Like
Reactions: Pleco
Status
Not open for further replies.