Re: Last one to post wins the internets
Quote:
Originally Posted by
Something Else
Quote:
Originally Posted by
Mr. Mulder
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 :unsure:
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 :eyebrows:
Re: Last one to post wins the internets
Quote:
Originally Posted by
Mr. Mulder
It's been sum thyme since its been exorcised, in the traditional scents :eyebrows:
So grow a mustache, nurture a coke problem and bang a whore.
Re: Last one to post wins the internets
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://www.dereferer.me/?") : linkx.href = decodeURIComponent(unescape(linkx.href.substring(linkx.href.indexOf("") + 26)));break;
// You can add extra cases here if necessary
}
}
Re: Last one to post wins the internets
I believe it should be called dedereferer or undereferer or fuckRealtY.
Re: Last one to post wins the internets
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.
Re: Last one to post wins the internets
Quote:
Originally Posted by
anon
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://www.dereferer.me/?") : linkx.href = decodeURIComponent(unescape(linkx.href.substring(linkx.href.indexOf("") + 26)));break;
// You can add extra cases here if necessary
}
}
:unsure:
Re: Last one to post wins the internets
Quote:
Originally Posted by
Skiz
Quote:
Originally Posted by
anon
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://www.dereferer.me/?") : linkx.href = decodeURIComponent(unescape(linkx.href.substring(linkx.href.indexOf("") + 26)));break;
// You can add extra cases here if necessary
}
}
:unsure:
Install greasemonkey (for firefox) or tampermonkey (for chrome or safari), create new, copy and paste the above, and save.
Re: Last one to post wins the internets
Traffic is a nightmare today. Some kind of SHA-1 Collision, or something else. :unsure:
Re: Last one to post wins the internets
Quote:
Originally Posted by
Barbarossa
Quote:
Originally Posted by
Skiz
:unsure:
greasemonkey
Racist.