The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.13 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



CentBrowser Forum
STABLE version -- 5.1.1130.129 - Printable Version

+- CentBrowser Forum (https://www.centbrowser.net/en)
+-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1)
+--- Forum: Release Channel (https://www.centbrowser.net/en/forumdisplay.php?fid=2)
+--- Thread: STABLE version -- 5.1.1130.129 (/showthread.php?tid=6850)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36


RE: new feature request - Admini - 08-14-2024

(08-12-2024, 07:26 PM)Sneisi Wrote: Is it possible to assign the Tab List feature of Chromium beside the current Cent Browser Tab Position List?

What about it to assign the Tab List feature of Chromium to unhide it on the left, and to leave the Cent Browser Tab Position List on the right with the current column view?

Is there a Shortcut key for the Cent Browser Tab Position List?



Changing the Tab List feature of Chromium to multiple columns can enhance the overview for users with many open tabs.

Honestly I'm not really satisfied with the Tab List feature of Chromium; that displays all tabs shuffled together in a long single column with a scroll bar. I prefer to use Vertical Tabs Side Panel for a chronological tab order.
The default shortcut is Alt+X, you can customize it in the Settings.
For the tab list, we tend to not display the two lists at the same time.


RE: new feature request - molio - 08-15-2024

(08-14-2024, 04:00 PM)Admini Wrote: We will consider your suggestion.
That area is dragging area, which is used to drag the browser window.
If tab count is displayed there, it may be confusing for some users.
I appreciate it.
I would also like to discuss the area of the number of tabs to be displayed, once a version without the issue is available.

One additional thing I would like to mention is that my desire for a tab count display is partly due to the fact that almost all mobile browsers (Android and iOS) have a tab list button that doubles as a tab counter by default. I have become accustomed to having the number of tabs displayed and feel uncomfortable without it. It can also be displayed as a matter of course in firefox's tree-style tabs, Sideberry, and vivaldi.
[Image: vivaldi-tab-count_08.png]
[Image: Chrome-Smiley1-1024x1024.jpg][Image: chrome-figure1.png]
[Image: 287946.png?modified=1695803068]


RE: new feature request - Admini - 08-17-2024

(08-15-2024, 04:38 PM)molio Wrote: I appreciate it.
I would also like to discuss the area of the number of tabs to be displayed, once a version without the issue is available.

One additional thing I would like to mention is that my desire for a tab count display is partly due to the fact that almost all mobile browsers (Android and iOS) have a tab list button that doubles as a tab counter by default. I have become accustomed to having the number of tabs displayed and feel uncomfortable without it. It can also be displayed as a matter of course in firefox's tree-style tabs, Sideberry, and vivaldi.
[Image: vivaldi-tab-count_08.png]
[Image: Chrome-Smiley1-1024x1024.jpg][Image: chrome-figure1.png]
[Image: 287946.png?modified=1695803068]
OK, we will look into this feature.


RE: new feature request - QZMTCH - 08-26-2024

(08-17-2024, 05:13 PM)Admini Wrote: OK, we will look into this feature.
Hi, is there any possibility to add custom icons to bookmarks? can you add such a possibility?
now the bookmark icon has an star, but the kill command does not have an icon https://i.imgur.com/sKi8PG8.png
as I understand now they are registered at the stage of compilation in the source code, can you make it so that it is possible to add icons yourself? let's say that the icon is read from the bookmark file, and in the bookmark file in json there is a line with an icon

for example, Vivaldi has thumbnails for the express panel in the bookmarks
Code:
{
              "date_added": "13351257288045234",
              "date_last_used": "0",
              "guid": "930d9804-4a0f-45ee-9317-b78ed2b548fd",
              "id": "19",
              "meta_info": {
                  "Partner": "930d9804-4a0f-45ee-9317-b78ed2b548fd",
                  "Thumbnail": "/resources/sd_thumbnails/sd_ebay.png"
              },
              "name": "eBay",
              "type": "url",
              "url": "https://vivaldi.com/bk/ebay-ru-bk"
            }
of course thumbnails are not icons and icons work separately (because they disappear for some people), but maybe something similar can be done?


RE: STABLE version -- 5.1.1130.129 - Sitego - 08-27-2024

How to solve this problem?
[Image: 7010661e8899dc690f38d12d30c198ee.png]


RE: new feature request - Admini - 08-27-2024

(08-26-2024, 12:59 PM)QZMTCH Wrote: Hi, is there any possibility to add custom icons to bookmarks? can you add such a possibility?
now the bookmark icon has an star, but the kill command does not have an icon https://i.imgur.com/sKi8PG8.png
as I understand now they are registered at the stage of compilation in the source code, can you make it so that it is possible to add icons yourself? let's say that the icon is read from the bookmark file, and in the bookmark file in json there is a line with an icon

for example, Vivaldi has thumbnails for the express panel in the bookmarks
Code:
{
              "date_added": "13351257288045234",
              "date_last_used": "0",
              "guid": "930d9804-4a0f-45ee-9317-b78ed2b548fd",
              "id": "19",
              "meta_info": {
                  "Partner": "930d9804-4a0f-45ee-9317-b78ed2b548fd",
                  "Thumbnail": "/resources/sd_thumbnails/sd_ebay.png"
              },
              "name": "eBay",
              "type": "url",
              "url": "https://vivaldi.com/bk/ebay-ru-bk"
            }
of course thumbnails are not icons and icons work separately (because they disappear for some people), but maybe something similar can be done?
The browser uses the favicon of the bookmark URL as bookmark icon by default.
You can try this extension to customize the favicon.
It can't change icon of chrome://xxx pages, their icons are stored in resources.pak


RE: STABLE version -- 5.1.1130.129 - Admini - 08-27-2024

(08-27-2024, 05:46 AM)Sitego Wrote: How to solve this problem?
[Image: 7010661e8899dc690f38d12d30c198ee.png]
Please use Tampermonkey Legacy for now.


RE: new feature request - QZMTCH - 08-27-2024

(08-27-2024, 04:46 PM)Admini Wrote: It can't change icon of chrome://xxx pages, their icons are stored in resources.pak
yes, i understood it right away, that's why i asked if it's possible to make it so that the user can also set an icon for chrome links?
maybe something can be rewritten to load them from anywhere, or from a bookmark file, or something else


RE: STABLE version -- 5.1.1130.129 - piliq - 08-28-2024

(08-27-2024, 05:46 AM)Sitego Wrote: How to solve this problem?
[Image: 7010661e8899dc690f38d12d30c198ee.png]
You can use this two solutions:
№1 https://www.centbrowser.net/en/showthread.php?tid=6850&pid=25173#pid25173

№2
Quote:chrome.dll(130.0.6672.000) x86_x64 for Cent Browser v.5.1.1130.129 x86_x64:
Quote:Вместо (Chromium 118.0.5993.159) будет отображаться (Chromium 130.0.6672.000).
Возможность установки расширений, которые требуют Chromium версии выше 120.
Других изменений не вносилось.
Распаковать и заменить chrome.dll по пути : (...\CentBrowser\5.1.1130.129) нужной Вам разрядности браузера.

Скачать с pixeldrain.com



RE: new feature request - Sneisi - 08-28-2024

(08-27-2024, 04:46 PM)Admini Wrote: The browser uses the favicon of the bookmark URL as bookmark icon by default.
You can try this extension to customize the favicon.
It can't change icon of chrome://xxx pages, their icons are stored in resources.pak

What do you mean with chrome://xxx pages?