Time for another round of Found The Fatty

0  2017-12-01 by LikeTotesObvi

8 comments

Are you genuinely mentally challenged? Please use whatever little brain cells you have left after your glue huffing addiction to think a little bit before posting something as stupid as this again. Thanks and have a nice evening. src

Snapshots:

  1. This Post - archive.org, megalodon.jp*, removeddit.com, archive.is

I am a bot. (Info / Contact)

I miss Pao.

Philosophy degree working at an investment bank researching and writing about stocks. My boss, the senior analyst, has told me multiple times that of the 5 guys he's had under him in this role including 2 guys who had multiple years more experience in it than me, and a guy with a PhD in the field that we cover, that I am the best at analyzing and writing. This includes doing in depth things like researching new companies and industries on my own for my and writing reports on them. I just wrote a 40 page paper that took a lot of the writing and analysis skills that I helped develop through philosophy. I also read a lot of my peers work, and the work of analysts at other banks, and I often find it very wanting. So there may me something to it, though this is anecdotal. /u/garglemyload

Behold a new pasta was born!

0 points (40% upvoted)

So many americans here

Here's how to create a "downvote all" button in chrome or firefox.

1) create a new bookmark on your bookmark bar.

2) name it "downvotes"

3) copy/paste code into the "URL" field

javascript:(function () {
    var q = [];
    $('.down').each(function () {
        var that = this;
        var f = function (index) {
            $(that).trigger('click');
            $(that).trigger('mousedown');
            setTimeout(function () {
                if (q[index]) {
                    q[index](index + 1);
                } else {
                    if (downVoteTimer) {
                        window.clearTimeout(downVoteTimer);
                    }
                }
            }, 1100);
        };
        q.push(f);
    });
    var downVoteTimer = window.setTimeout(function () {
        q[0](1);
    }, 50);
}());

4) save your new bookmark and go to the front page of reddit to try it out

yo u can chain the trigger functions

I think one wasn't working so I threw in the other? I wrote this a while back, but you're correct but I am lazy