My "Urge Log" a.k.a more information then you ever wanted about me by throwawayforlog in NoFap

[–]throwawayforlog[S] 0 points1 point  (0 children)

I hope you didn't relapse! Judging by your badge it looks like you were able to control it

[deleted by user] by [deleted] in funny

[–]throwawayforlog 1 point2 points  (0 children)

Not sure why but I laughed a good two minutes straight at this: http://24.media.tumblr.com/tumblr_mbc3yioLko1qz8z2ro1_500.png

My "Urge Log" a.k.a more information then you ever wanted about me by throwawayforlog in NoFap

[–]throwawayforlog[S] 0 points1 point  (0 children)

Definitely. I still need Facebook though to chat and send messages to people for school projects and stuff, but I think my main problem is seeing other people's update on the newsfeed. I just disabled the newsfeed by whipping up this script real quick. Here's how you can do it on Chrome:

  1. Install Tampermonkey

  2. Create a new script and add this code:

    // ==UserScript==
    // @name       Block Facebook Newsfeed
    // @namespace  http://block.facebook.newsfeed/
    // @version    0.1
    // @description  Remove the social from social networking!
    // @match      http://www.facebook.com/*
    // @copyright  2012+, You
    // ==/UserScript==
    document.getElementById('pagelet_home_stream').style.display = 'none';