12-25-2023, 04:40 PM
STABLE version -- 5.0.1002.354
|
12-25-2023, 10:15 PM
(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: 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...t-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 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.
12-26-2023, 01:09 AM
12-26-2023, 04:34 PM
(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.For now we have blacklist feature in custom.css, but no whitelist feature. Syntax format: /*cb-css-exclusions(aaa.com,bbb.com)*/ (12-26-2023, 04:34 PM)CentBrowser Wrote: For now we have blacklist feature in custom.css, but no whitelist feature.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
12-27-2023, 10:36 AM
I hope the development process is going well. This cent browser is irreplaceable for me.
12-28-2023, 11:27 AM
Strange problem when logging into Instagram: the captcha is not visible.
12-28-2023, 11:59 AM
12-28-2023, 04:07 PM
12-28-2023, 04:10 PM
(12-27-2023, 08:53 AM)QZMTCH Wrote: https://i.imgur.com/bZAPJzk.pngOK, 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 |
« Next Oldest | Next Newest »
|
Users browsing this thread: 133 Guest(s)