07/27 - Fiber Friday!

Pizza: Is it a medicine?


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

KillMoles

°
Contributor
Joined
Sep 25, 2017
Messages
894
Reaction score
2,324
Points
568
Age
59
Location
Iowa
Gender
Male
Had a similar experience with my girlfriend at the time who did my nails and makeup. Made me weirdly upset but it was interesting.
You just reminded me of a terrible childhood memory that I had suppressed. At least it might come in handy in a survey or study someday now that I remember it again...
When I was in Boy Scouts, probably in the 5th or 6th grade?, we had a Halloween costume contest and my mom dressed me up in her nurse's outfit, and even put makeup on me! This was an older all white outfit with the white hat and everything like Dixie McCall would wear. I was so embarrassed that my parents did that. :(
 

thismegan

resting cat face
Joined
Jan 1, 2018
Messages
3,510
Reaction score
12,083
Points
763
Gender
Female
can some post this
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 }' );
 

Jatis

Member
Joined
Apr 12, 2018
Messages
346
Reaction score
461
Points
263
Age
34
Gender
Male
I :love: Alexandrias with the big option button script. Thanks to whoever posted it a while back.
Can you hook me up.

Also says there are 700 Alexandria's but When i click says none available? Am I broken or is my count lagged?
 

Despairagus

Jorf Beeboos ???
Contributor
Crowd Pleaser
Joined
Feb 6, 2018
Messages
8,495
Reaction score
27,082
Points
1,263
Age
39
Gender
Female
What uh... what are the rejection rates for Alexandria? Some of these are kind of weird...
 
Status
Not open for further replies.