05/17 - Tinnitus Thursday!

What do you hear?


  • Total voters
    92
  • Poll closed .
Status
Not open for further replies.

TotalBabe

Well-Known Member
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
6,574
Reaction score
20,571
Points
1,213
Gender
Female

tricker

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
9,279
Reaction score
19,141
Points
1,063
Location
California
Gender
Female
no offence but i do NOT intend to still be here at that time tonight
Oh man, you're slipping in the favorite requester race!

(just kidding! I totally don't want to be at my work at 8:30 pm either. Mturking? Yeah, I do that. At the desk job? No.)
 
  • Like
Reactions: esprit-hyperdoux

Melly

Pew Pew!
Contributor
Sole Survivor
Joined
Jan 18, 2016
Messages
16,095
Reaction score
3,434
Points
988
Age
49
Location
Arizona
Gender
Female
9 hours 30 minutes left for Priya to pay that $24 bonus.. wish it would come early so I could get the deposit for the weekend. Since it said by midnight I assume it will be sent at 11:59PM tonight
 
  • Like
Reactions: ChristopherASA

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
9 hours 30 minutes left for Priya to pay that $24 bonus.. wish it would come early so I could get the deposit for the weekend. Since it said by midnight I assume it will be sent at 11:59PM tonight
Mine showed up 15 minutes after her deadline of midnight :\
 
  • Like
Reactions: Melly

Peachy

777
Banned
Pollster
Crowd Pleaser
Champion
Joined
Jan 25, 2016
Messages
36,663
Reaction score
88,761
Points
2,089
Age
35
have any CIs posted today besides the Chinese?
 

GTR

Well-Known Member
Joined
Feb 10, 2016
Messages
10,278
Reaction score
22,985
Points
1,313
Gender
Male
I need a script to make the bubbles bigger and easier to click.
Code:
// ==UserScript==
// @author      ZSMTurker
// @name        ZSMTurker's Larger Radio Buttons and Checkboxes EXTRA LARGE
// @namespace   https://greasyfork.org/users/2291
// @description Makes radio buttons and checkboxes larger. Applies to every webpage
//              so turn it off if you don't need it, it can slow things down.
// @match       http://*/*
// @match       https://*/*
// @require     http://code.jquery.com/jquery-latest.min.js
// @version     0.1
// ==/UserScript==

/* Function that injects CSS rules */
function injectStyles( rule ) {
    var div = $( '<div />', {
        html: '&shy;<style>' + rule + '</style>'
    } ).appendTo( 'body' );
}

/*Individual calls to add styles */
injectStyles( 'input[type=radio] { width: 3.0em; height: 3.5em;}' );
injectStyles( 'input[type=checkbox] { width: 3.0em; height: 3.5em;}' );

try this, i took ZSMTurker's Larger Radio Buttons and Checkboxes and made the buttons extra large, if it's not big enough I can make it bigger
 

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
Hmm...I went to Giphy.com and tried copying/pasting various urls, but only got text. I think I need to know what was redacted from your reply. :)
You get an image url, click the thing that looks like a picture above the text box, and put the url in there
 
  • Like
Reactions: FireMonkey

JenniLeigh

Batch Betta Have My Money
Contributor
Joined
Jan 12, 2016
Messages
23,084
Reaction score
46,895
Points
1,388
Location
my napping spot
Gender
Female
I don't wanna say stuff I'm not supposed to say...but...if you know what I'm talking about...

that sounds like hippocampus. I dunno why that's so funny.
 
  • Like
Reactions: esprit-hyperdoux
Status
Not open for further replies.