![]() |
|
Stable version (5.2.1168.83) - 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.2.1168.83) (/showthread.php?tid=8687) |
RE: Stable version (5.2.1168.83) - S8F8ry - 01-16-2026 (01-16-2026, 01:34 PM)S de Mayo Wrote: Many Temu (www.temu.com) links/buttons (when hovering over them with the mouse, nothing appears in the bottom left corner of the page) cannot be opened in a new tab. Tampermonkey scripts are not easy to handle. The main issue is that web design does not wrap visible elements in <a> tags, but uses block elements such as <div> to wrap and listen for their click events to open the link. You can click on an element while holding down Ctrl to open it in a background tab. Alternatively, clicking while holding down Ctrl+Shift will open the link in the foreground tab. Additionally, you can enable the "Force links to open in the background tab" option in chrome://settings/cbTabOptions to make links open in background tabs by default. RE: Stable version (5.2.1168.83) - S de Mayo - 01-17-2026 ^ On Temu, neither Ctrl+click, Ctrl+Shift+click, nor Cent settings adjustments work. That's why I asked here if there might be a script or some other way. RE: Stable version (5.2.1168.83) - S8F8ry - 01-17-2026 (01-17-2026, 08:07 AM)S de Mayo Wrote: ^ If modifier keys don't work, it means they've captured and handled such cases in web script's event handler. In this situation, it's difficult to intervene via the userscript, because it implies both masking the original event handler and writing a new one with the same functionality to replace it, which is hard to achieve without readable source code. RE: Stable version (5.2.1168.83) - Archer - 02-13-2026 Появился какой то баг на ютубе. При полноэкранном режиме остается белая полоса внизу. Как то лечится? RE: Stable version (5.2.1168.83) - S8F8ry - 02-14-2026 (02-13-2026, 02:32 PM)Archer Wrote: Появился какой то баг на ютубе. При полноэкранном режиме остается белая полоса внизу. Как то лечится? A lot of people have reported encountering this issue. It might be due to Google conducting A/B testing on accounts, causing some user accounts to experience this problem. You can refer to: Youtube in full screen have a white bar in the bottom. It is in both chrome and edge. Any solution? Google should fix it as soon as possible, just be patient. RE: Stable version (5.2.1168.83) - tamer - 02-21-2026 (01-10-2026, 02:05 PM)S8F8ry Wrote: If you just want to make it appear as a new version, you can add it in chrome://settings/cbOtherOptions "Startup command line": But don't leave it as ".0.0.0", use some genuine looking version number like Chrome/143.0.7499.192. Or you'll end up locked out of many sites. There are some crawlers, mostly linked to tencent, that uses such numbering and heavily overloads sites and seem to be exploiting user devices without their knowledge. I think its some app, but judging by the geography and hundreds of thousands ISP ips - must be those cheap phones they got online. RE: Stable version (5.2.1168.83) - Archer - 02-22-2026 One more issue. I can't log in the account. The button isn't active. It becomes active after i clean cookie files( Vivaldi doesn't have such an issue e.g. RE: Stable version (5.2.1168.83) - S8F8ry - 02-23-2026 (02-22-2026, 03:36 PM)Archer Wrote: One more issue. What website is this? I'm sorry, I can't tell from the screenshot. Will this button on its page become unclickable again in later use? RE: Stable version (5.2.1168.83) - Archer - 02-23-2026 (02-23-2026, 04:33 AM)S8F8ry Wrote: What website is this? I'm sorry, I can't tell from the screenshot. Will this button on its page become unclickable again in later use?https://spb.rt.ru/ This button becomes active only if I clear cookies and relogin in the account. RE: Stable version (5.2.1168.83) - S8F8ry - 02-23-2026 (02-23-2026, 11:32 AM)Archer Wrote: https://spb.rt.ru/ It seems that it is due to the old cookie that will cause rt-api.rt.ru request will go wrong. |