(05-24-2020, 07:42 PM)warmiak38 Wrote:Thanks for the videos, I get it now.
teraz widzisz różnicę, którą chcę, aby była jak w przeglądarce Vivaldi
Seems it is similar to "up one level of the URL".
This feature may be not so useful because of wide use of pseudo-static URLs.
By the way, you may do it with a JavaScript bookmarklet:
javascript: (function(){location.href=location.href.substring(0,location.href.substring(0,location.href.length-1).lastIndexOf('/')+1);})();