Home

Analyze URL

Source code for bookmarklet Analyze URL.



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