09/28 - Wark Wednesday!

Status
Not open for further replies.

FeedMeHits

Banned
Banned
Joined
Sep 26, 2016
Messages
218
Reaction score
310
Points
63
Age
33
Gender
Male
anyway futile jailbait galleries

uhhhhh... let's not go there endor.
 
  • Like
Reactions: <Gucci>

WalkingEmphasis

Banned
Banned
Contributor
Joined
Apr 11, 2016
Messages
4,424
Reaction score
8,154
Points
888
Please try to eat as much pizza as possible, the cheese has healing properties is what I tell myself every time I buy a bunch of cheese.
I cannot. My hypo makes losing weight almost impossible. I gotta be careful! lol Maybe on Friday, though, 'cause I can't deny myself everything all the time.
 

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
I think the customer service rep I'm talking to is having a real tough day.
"Louie: THank you for that,
Thank you for waitinf."
 
  • Like
Reactions: <Gucci>

<Gucci>

Francis Manancis ...fuck you...
Threaderator
Crowd Pleaser
HIT Poster
Joined
Feb 6, 2016
Messages
13,614
Reaction score
29,767
Points
1,739
Age
38
Location
Detroit
Gender
Female
This is my 8th bonus from NYC GC. That hit wasn't fun but this bonus is like a Wallstreet a day. Yea of course I emailed them to tell them I was getting extra bonus. They said it wasn't a mistake. I hope they keep coming. .74 more cents. Yes please. :clown:
 

WalkingEmphasis

Banned
Banned
Contributor
Joined
Apr 11, 2016
Messages
4,424
Reaction score
8,154
Points
888
Same here.
Stupid fucking thyroids.
:love:
I don't want to like that, because it really sucks, but I didn't know you had it. I always like finding someone who I can identify with. People don't get how draining it can be and how careful we truly have to be regarding weight. Dunno about you, but I pretty much have to exercise like I'm on drugs to see any results. :(
 

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 want to like that, because it really sucks, but I didn't know you had it. I always like finding someone who I can identify with. People don't get how draining it can be and how careful we truly have to be regarding weight. Dunno about you, but I pretty much have to exercise like I'm on drugs to see any results. :(
Me too.
PLUS, the sleepies are sooooooooooooo fucking deep and indescribable. Like "I'm tired" has a whole new meaning....
 

sryan66611

Well-Known Member
Contributor
Joined
Feb 13, 2016
Messages
3,412
Reaction score
5,893
Points
838
Age
36
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();
    } 
}
 
Status
Not open for further replies.