05-27-2020, 08:31 PM
(05-27-2020, 04:24 PM)CentBrowser Wrote: You can use two bookmarks, one is named "Up One Level"It doesn't work. Give it a rest, It's a waste of your time and energy
javascript: (function(){let u=u.substring(0,u.substring(0,u.length-1).lastIndexOf('/')+1);location.href=u;})();
another is named "Up Two Levels"
javascript: (function(){let u=location.href;u=u.substring(0,u.substring(0,u.length-1).lastIndexOf('/'));u=u.substring(0,u.substring(0,u.length-1).lastIndexOf('/')+1);location.href=u;})();
When you encounter infinite redirect, you can use "Up Two Levels" to skip it.