// ==UserScript==
// @name           Get past tk
// @namespace      http://jonex.1go.dk/greasemonkey
// @description    Get past those annoying .TK pages without disabling no adblock or anything.
// @include        *.tk*
// ==/UserScript==
noscript = document.getElementsByTagName('noscript')[0];
document.location = noscript.innerHTML.match(/&amp;fwurl=(.+?)&amp;country=/)[1]
