Page 128 of 741 FirstFirst ... 2878118125126127128129130131138178228628 ... LastLast
Results 1,271 to 1,280 of 7410

Thread: Last one to post wins the internets

  1. #1271
    mjmacky's Avatar an alchemist?
    Join Date
    May 2010
    Location
    day book
    Posts
    10,854
    Quote Originally Posted by IdolEyes787 View Post
    Quote Originally Posted by mjmacky View Post
    This used to happen to me too. The pain stopped once I made an effort to stop stepping on it.
    Amazingly until this moment, I never realized that you were a thalidomide baby.
    Nah, I'm a bit older than that.
    Everything is brought to you by Fjohürs Lykkewe.

  2. Lounge   -   #1272
    Mr. Mulder's Avatar pepper your angus BT Rep: +10BT Rep +10
    Join Date
    Aug 2003
    Location
    Vault 111
    Age
    37
    Posts
    16,596
    Quote Originally Posted by Something Else View Post
    Quote Originally Posted by Mr. Mulder View Post
    Hoi Idol, I've been going to the gym a few mornings a week and doing treadmill stuffs. About an hour afterwards my cawk hurts. No joke, it actually hurts for reals. Is there a reason? It usually stops hurting a couple hours after
    Unfit for service. Sorry to hear that. Mrs.Milder needs to make some kind of exorcise regime, Shirley.
    It's been sum thyme since its been exorcised, in the traditional scents

  3. Lounge   -   #1273
    Caballero's Avatar Hung Like A Horse
    Join Date
    Jul 2010
    Posts
    1,317
    Quote Originally Posted by Mr. Mulder View Post
    It's been sum thyme since its been exorcised, in the traditional scents
    So grow a mustache, nurture a coke problem and bang a whore.

  4. Lounge   -   #1274
    Code:
    // ==UserScript==
    // @name          No Defererer Bullshit
    // @description   Does away with the defererer bullshit
    // @version       1.0
    // @include       https://filesharingtalk.com/*
    // @grant         none
    // ==/UserScript==
    
    for (var i = 0; i < document.links.length; i++) {
      linkx = document.links[i];
      switch(0) {
    	// Used to be http://filesharingtalk.com/external/
    	case linkx.href.indexOf("http://") : linkx.href = decodeURIComponent(unescape(linkx.href.substring(linkx.href.indexOf("") + 26)));break;
    	// You can add extra cases here if necessary
      }
    }
    "I just remembered something that happened a long time ago."

  5. Lounge   -   #1275
    megabyteme's Avatar RASPBERRY RIPPLE BT Rep: +19BT Rep +19BT Rep +19BT Rep +19
    Join Date
    Apr 2009
    Location
    Using Mrs. Nussbaum's CC#
    Posts
    17,367
    I believe it should be called dedereferer or undereferer or fuckRealtY.
    Quote Originally Posted by IdolEyes787 View Post
    Ghey lumberjacks, wolverines, blackflies in the summer, polar bears in the winter, that's basically Canada in a nutshell.

  6. Lounge   -   #1276
    No, this modification is actually desirable for a change (assuming dereferer.org can be trusted). Some browsers send the referer during an HTTP redirection, which was how the old way did it, so this is the only method that will work everywhere.

    If you already have secure browser settings and don't need this, you can use my script or an equivalent addon.
    "I just remembered something that happened a long time ago."

  7. Lounge   -   #1277
    Skiz's Avatar (_8(I)
    Join Date
    May 2003
    Location
    CO
    Age
    46
    Posts
    22,943
    Quote Originally Posted by anon View Post
    Code:
    // ==UserScript==
    // @name          No Defererer Bullshit
    // @description   Does away with the defererer bullshit
    // @version       1.0
    // @include       https://filesharingtalk.com/*
    // @grant         none
    // ==/UserScript==
    
    for (var i = 0; i < document.links.length; i++) {
      linkx = document.links[i];
      switch(0) {
    	// Used to be http://filesharingtalk.com/external/
    	case linkx.href.indexOf("http://") : linkx.href = decodeURIComponent(unescape(linkx.href.substring(linkx.href.indexOf("") + 26)));break;
    	// You can add extra cases here if necessary
      }
    }


    yo

  8. Lounge   -   #1278
    Barbarossa's Avatar mostly harmless
    Join Date
    Jun 2002
    Location
    Over here!
    Posts
    15,180
    Quote Originally Posted by Skiz View Post
    Quote Originally Posted by anon View Post
    Code:
    // ==UserScript==
    // @name          No Defererer Bullshit
    // @description   Does away with the defererer bullshit
    // @version       1.0
    // @include       https://filesharingtalk.com/*
    // @grant         none
    // ==/UserScript==
    
    for (var i = 0; i < document.links.length; i++) {
      linkx = document.links[i];
      switch(0) {
    	// Used to be http://filesharingtalk.com/external/
    	case linkx.href.indexOf("http://") : linkx.href = decodeURIComponent(unescape(linkx.href.substring(linkx.href.indexOf("") + 26)));break;
    	// You can add extra cases here if necessary
      }
    }
    Install greasemonkey (for firefox) or tampermonkey (for chrome or safari), create new, copy and paste the above, and save.

  9. Lounge   -   #1279
    Something Else's Avatar sex a wolf in a bag BT Rep: +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70
    Join Date
    Mar 2007
    Location
    Addicted to placebos
    Posts
    11,863
    Traffic is a nightmare today. Some kind of SHA-1 Collision, or something else.
    Now go away.

  10. Lounge   -   #1280
    Something Else's Avatar sex a wolf in a bag BT Rep: +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70BT Rep +70
    Join Date
    Mar 2007
    Location
    Addicted to placebos
    Posts
    11,863
    Quote Originally Posted by Barbarossa View Post
    Quote Originally Posted by Skiz View Post

    greasemonkey
    Racist.
    Now go away.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •