Home

Analyze URL

Source code for bookmarklet Analyze URL.



javascript:
(function(){
    {
    location.href =
        "http://www.autark.se/generate_url_options_page.pl?url=" +
        encodeURIComponent(location.href)
    ;
    }
})();