luk3yx.github.io/js/guess-landing.js

5 lines
275 B
JavaScript

// This script won't be copyrighted. There is nothing fancy worth stealing.
var url = '/js/handler?type=guess&oldlink=' + encodeURIComponent(window.location.hash.substring(1)) + '&referrer=' + encodeURIComponent(document.referrer);
window.stop();
window.location.href = url;