07/27 - Fiber Friday!

Pizza: Is it a medicine?


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

Deleted member 481

Guest
Code:
// ==UserScript==
// @author      ZSMTurker
// @name        ZSMTurker's Larger Radio Buttons and Checkboxes
// @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] { display:inline-block; width: 1.5em; height: 1.5em; vertical-align: center }' );
injectStyles( 'input[type=checkbox] { display:inline-block; width: 1.5em; height: 1.5em; vertical-align: center }' );
Wow, this helps on a lot of hits, nice!
 
  • Like
Reactions: thismegan

themildone

the real Jaded
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
19,285
Reaction score
46,776
Points
1,438
Age
29
Location
Indiana
Gender
Female
are they still up? I can't find them...haven't done them before
 

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
I think they're done.. I just did 5 and it felt like too many and I hated it but now I wish I did more :beaver:
Oh hey, you just described how I've felt through this whole queue

At least some are amusing
 

Jatis

Member
Joined
Apr 12, 2018
Messages
346
Reaction score
461
Points
263
Age
34
Gender
Male
found one of my own. "
batmobile is it a vehicle"

how do i copy pasta and keep the formatting?
 

themildone

the real Jaded
Contributor
HIT Poster
Joined
Jan 12, 2016
Messages
19,285
Reaction score
46,776
Points
1,438
Age
29
Location
Indiana
Gender
Female
I can't find it on the forum, would someone be super duper nice and post the panda so I can have it for next time? :dummy1:
 

wascal wabbit

Drunken Spelunker
Contributor
Joined
Dec 22, 2017
Messages
393
Reaction score
869
Points
368
Location
Earf
Gender
Female
For whatever reason I can't do these because they auto-submit, even if I turn off all of my scripts. The requester is really cool about it. But if anyone is looking for an OK batch....
Title: Viconary: summarize a video with drawings | PANDA
Requester: Vision AI2 [A31Z1QJOPW8QID] (TO)
TO Ratings:
★★★★★ 5.00 Communicativity
★★★★★ 3.50 Generosity
★★★★ 4.25 Fairness
★★★★★ 3.50 Promptness
Number of Reviews: 5 | TOS Flags: 0
Submit a new TO review
Description: Viconary is a challenge where the player uses the provided icons to draw the sequence of the main activities shown in the video. (1-4 activities)
Time: 3600
HITs Available: 514
Reward: $0.30
Qualifications: Location In AU,CA,GB,NZ,US;HIT approval rate (%) GreaterThanOrEqualTo 95
 
Status
Not open for further replies.