CentBrowser Forum
Scroll by domain button - Printable Version

+- CentBrowser Forum (https://www.centbrowser.net/en)
+-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1)
+--- Forum: Bugs & Suggestions (https://www.centbrowser.net/en/forumdisplay.php?fid=4)
+--- Thread: Scroll by domain button (/showthread.php?tid=3585)

Pages: 1 2


RE: Scroll by domain button - Admini - 05-27-2020

(05-26-2020, 07:55 PM)warmiak38 Wrote: Modify, But how do I do it, I have no idea, you can do it for me
You can use two bookmarks, one is named "Up One Level"
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.


RE: Scroll by domain button - warmiak38 - 05-27-2020

(05-27-2020, 04:24 PM)CentBrowser Wrote: You can use two bookmarks, one is named "Up One Level"
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.
It doesn't work. Give it a rest, It's a waste of your time and energy


RE: Scroll by domain button - Admini - 05-29-2020

(05-27-2020, 08:31 PM)warmiak38 Wrote: It doesn't work. Give it a rest, It's a waste of your time and energy
Can Vivaldi bypass the infinite redirect?


RE: Scroll by domain button - warmiak38 - 05-29-2020

(05-29-2020, 04:32 PM)CentBrowser Wrote: Can Vivaldi bypass the infinite redirect?
In vivaldi there are no endless redirects, everything works perfectly, the scripts you entered are faulty, if I go to a given page in the news section, I want to go back using the script, the button or the mouse gesture back to the main page and not to the news section.


RE: Scroll by domain button - warmiak38 - 06-05-2020

(05-29-2020, 04:32 PM)CentBrowser Wrote: Can Vivaldi bypass the infinite redirect?
Do you act on this topic or have you quit?


RE: Scroll by domain button - Admini - 06-05-2020

(06-05-2020, 03:29 PM)warmiak38 Wrote: Do you act on this topic or have you quit?
Sorry but we have no plan to add this feature.