CentBrowser Forum
STABLE version -- 5.0.1002.354 - 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.0.1002.354 (/showthread.php?tid=4927)



RE: STABLE version -- 5.0.1002.354 - Admin - 12-25-2023

(12-25-2023, 04:28 AM)tuananhsn95 Wrote: Maybe the developer doesn't release the version anymore, maybe i have to switch back to Chrome
No, we are busy working on the development.


RE: STABLE version -- 5.0.1002.354 - tamer - 12-25-2023

(12-24-2023, 08:55 PM)Maximus Panin Wrote: tamer, GDIChromium ? And Cent sometimes fails to cope. You have to connect uBO. It does not work everywhere, for example in the Google store:

Cent - https://i.imgur.com/3FjRPJk.png

GDIChromium https://i.imgur.com/HIL7r90.png

Cent + uBlockOrigin (with the option "Block remote fonts") - https://i.imgur.com/whMDyYs.png



P.s. I couldn't find the "Spoiler" button on the forum.

Yep, GDIChromium and CatsXP both have the same bug, only Cent's dev somehow managed to notice and fix it.
Have you tried to enable "Smooth edges of screen fonts"? It works just fine with web fonts and cleartype disabled. https://tehnichka.pro/wp-content/uploads/2019/10/skrinshot-3-15.png
Here's how it looks on my side: https://imgur.com/a/MLdb7RO
Surely it doesn't work for all cases. For example on this page the fonts are not smoothed. This happens because the font's Gasp is 18px, but it is set to 16 on the page. You can fix it with any usercss extension by replacing the font.

Code:
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

or

@font-face {
  font-family: 'segoe';
  src: url('https://i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.woff') format('woff');
}

and

body * {
  font-family: *chosen font name* !important;
}

or

@font-face {
 font-family: 'Roboto';
 src: local('Arial');
}

Or completely reset to system fonts with this bookmarklet

Code:
javascript:(function () {var x = document.createElement("style"), t = document.createTextNode("body, body * {font-family: auto !important}");x.appendChild(t);document.head.appendChild(x);})();

Would be great if cent's CustomCss page would allow to set them per domain so it would load before the page got rendered. Now it's global and completely useless.


RE: STABLE version -- 5.0.1002.354 - tuananhsn95 - 12-26-2023

(12-25-2023, 04:40 PM)CentBrowser Wrote: No, we are busy working on the development.
So, maybe the versions are too far apart, so it takes a long time. I think in the future, you should update continuously to make it faster


RE: STABLE version -- 5.0.1002.354 - Admin - 12-26-2023

(12-25-2023, 10:15 PM)tamer Wrote: Yep, GDIChromium and CatsXP both have the same bug, only Cent's dev somehow managed to notice and fix it.
Have you tried to enable "Smooth edges of screen fonts"? It works just fine with web fonts and cleartype disabled. https://tehnichka.pro/wp-content/uploads/2019/10/skrinshot-3-15.png
Here's how it looks on my side: https://imgur.com/a/MLdb7RO
Surely it doesn't work for all cases. For example on this page the fonts are not smoothed. This happens because the font's Gasp is 18px, but it is set to 16 on the page. You can fix it with any usercss extension by replacing the font.

Code:
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

or

@font-face {
  font-family: 'segoe';
  src: url('https://i.s-microsoft.com/fonts/segoe-ui/west-european/semibold/latest.woff') format('woff');
}

and

body * {
  font-family: *chosen font name* !important;
}

or

@font-face {
 font-family: 'Roboto';
 src: local('Arial');
}

Or completely reset to system fonts with this bookmarklet

Code:
javascript:(function () {var x = document.createElement("style"), t = document.createTextNode("body, body * {font-family: auto !important}");x.appendChild(t);document.head.appendChild(x);})();

Would be great if cent's CustomCss page would allow to set them per domain so it would load before the page got rendered. Now it's global and completely useless.
For now we have blacklist feature in custom.css, but no whitelist feature.
Syntax format:
/*cb-css-exclusions(aaa.com,bbb.com)*/


RE: STABLE version -- 5.0.1002.354 - QZMTCH - 12-27-2023

(12-26-2023, 04:34 PM)CentBrowser Wrote: For now we have blacklist feature in custom.css, but no whitelist feature.
Syntax format:
/*cb-css-exclusions(aaa.com,bbb.com)*/
https://i.imgur.com/bZAPJzk.png 
Now the blacklist works for the entire CSS code, but can you make the blacklist work only for the code before which it is written? for example, as in the screenshot, so that on the forum website img and a are applied, but scrolling is not

and I would like to see the release of Cent on version 120 of Chrome, not 118, because it will quickly become outdated, given the speed with which new versions of the Cent browser are released


RE: STABLE version -- 5.0.1002.354 - pxnji - 12-27-2023

I hope the development process is going well. This cent browser is irreplaceable for me.


RE: STABLE version -- 5.0.1002.354 - Maximus Panin - 12-28-2023

Strange problem when logging into Instagram: the captcha is not visible.

   


RE: STABLE version -- 5.0.1002.354 - Proton1983 - 12-28-2023

(12-28-2023, 11:27 AM)Максим Панин Wrote: Странная проблема при входе в Инстаграм: не видна капча.

Думаю, в этом месяце собрания тоже не будет


RE: STABLE version -- 5.0.1002.354 - Admin - 12-28-2023

(12-28-2023, 11:27 AM)Maximus Panin Wrote: Strange problem when logging into Instagram: the captcha is not visible.
It is normal when we test.
Have you tried clearing caches and disabling extensions?


RE: STABLE version -- 5.0.1002.354 - Admin - 12-28-2023

(12-27-2023, 08:53 AM)QZMTCH Wrote: https://i.imgur.com/bZAPJzk.png 
Now the blacklist works for the entire CSS code, but can you make the blacklist work only for the code before which it is written? for example, as in the screenshot, so that on the forum website img and a are applied, but scrolling is not

and I would like to see the release of Cent on version 120 of Chrome, not 118, because it will quickly become outdated, given the speed with which new versions of the Cent browser are released
OK, we will consider refactoring this feature.
May need to split the css file with three keywords:
cb-css-all
cb-css-whitelist
cb-css-blacklist