Home

Dup Window

Source code for bookmarklet Dup Window.



javascript:
(function(){
        window.open(location.href);
}());