09/28 - Wark Wednesday!

Status
Not open for further replies.

WalkingEmphasis

Banned
Banned
Contributor
Joined
Apr 11, 2016
Messages
4,424
Reaction score
8,154
Points
888
Me too.
PLUS, the sleepies are sooooooooooooo fucking deep and indescribable. Like "I'm tired" has a whole new meaning....
Yes, exactly! I was diagnosed only about a year ago, slightly more, and it was a MASSIVE change in my life. "Comatose" is closer to our general tired. And, of course, my body changed a lot. I struggle with accepting this is something I'm going to have to live with forever, because it was such a huge change for me.
 

jnalleyne

Well-Known Member
Joined
May 31, 2016
Messages
2,225
Reaction score
2,644
Points
513
Should I grind out these Sergey's so I can reach my goal for the day?
 
  • Like
Reactions: <Gucci>

Pippa

All things lovely and beautiful.
Contributor
Joined
Jan 12, 2016
Messages
7,219
Reaction score
16,375
Points
1,163
Gender
Female
No Jamelios for me. After you've talked all day all you want to do is not talk.
 
  • Like
Reactions: Pleco

Nytmair

Well-Known Member
Contributor
Joined
Jul 6, 2016
Messages
2,473
Reaction score
3,738
Points
588
Gender
Male
ducky @Ducky I @iamPhraust

Code:
// ==UserScript==
// @name          Endor Mic
// @version        0.1
// @description    A key triggers Mic S key triggers play D key triggers submit
// @author         Cristo
// @include        https://www.google.com/evaluation/endor*
// @copyright    2012+, You
// @namespace https://greasyfork.org/users/1973
// ==/UserScript==

var wig = document.getElementById("widget");
var kid = wig.getElementsByTagName("div")[0];
var rec = kid.getElementsByTagName("div")[0].firstChild.firstChild;
var play = kid.getElementsByTagName("div")[5].firstChild.firstChild;
document.addEventListener( "keydown", kas, false);
function kas(i) {
    if (i.keyCode == 65) { //A
        var trig = document.createEvent("MouseEvents");
        trig.initMouseEvent("mousedown", true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null);
        rec.dispatchEvent(trig);
    }
    if (i.keyCode == 83) { //S
        var trig1 = document.createEvent("MouseEvents");
        trig1.initMouseEvent("mousedown", true, true, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null);
        play.dispatchEvent(trig1);
    }
    if (i.keyCode == 68) { //D
        document.getElementById("submitButton").click();
    }
}
Hmm any reason this wouldn't work for me?
 

jklmnop

data sanitation engineer
Moderator
Joined
Jan 10, 2016
Messages
4,862
Reaction score
13,273
Points
863
Gender
Female
Our Shipley's went out of business when Krispy Kreme came in, but those were some good donuts.
My sugar-high heart weeps for you...
 
  • Like
Reactions: Pippa

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
Yes, exactly! I was diagnosed only about a year ago, slightly more, and it was a MASSIVE change in my life. "Comatose" is closer to our general tired. And, of course, my body changed a lot. I struggle with accepting this is something I'm going to have to live with forever, because it was such a huge change for me.
When I first got on the meds, the first like 20 pounds that I had gained in the 2-3 months before dx came off much more easily...

But now...
holy shit, I am struggling with this last 50-60...
The scale hasn't budged in months :( I also have PCOS symptoms, so holy belly-fat-lingering between the two of them. lol
 
  • Like
Reactions: WalkingEmphasis

dick90210

Dick
Joined
Sep 16, 2016
Messages
445
Reaction score
737
Points
93
Gender
Male
These Sergeys suck.

I never talk to people, so I'm enjoying these Jamelios
 

K'Lee

The Royal Taster
Contributor
Joined
Aug 6, 2016
Messages
4,769
Reaction score
8,180
Points
838
Age
56
Gender
Female
Not seeing much of anything in the way of hits. Think I'll go watch Castle & check back later. Hopefully I don't miss all the great hits.
 

WalkingEmphasis

Banned
Banned
Contributor
Joined
Apr 11, 2016
Messages
4,424
Reaction score
8,154
Points
888
When I first got on the meds, the first like 20 pounds that I had gained in the 2-3 months before dx came off much more easily...

But now...
holy shit, I am struggling with this last 50-60...
The scale hasn't budged in months :( I also have PCOS symptoms, so holy belly-fat-lingering between the two of them. lol
None of my weight came off with the meds for me. :( I have an upcoming appointment with an endocrinologist, so I'm really hoping that gets me somewhere in that department. This is genuinely one of those invisible diseases, so it sucks having people think all it takes is dedicated exercise and that we must be eating horribly and/or we must be lazy. Sigh. The judgement sucks, especially because it's genuinely out of our hands. I feel your pain, though. This is the only time in my life I was glad to be so tall. Bleh.
 
Status
Not open for further replies.