The following warnings occurred:
Warning [2] Undefined variable $tcount - Line: 717 - File: portal.php PHP 8.2.13 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/portal.php 717 errorHandler->error_callback
Warning [2] Undefined variable $tcount - Line: 722 - File: portal.php PHP 8.2.13 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/portal.php 722 errorHandler->error_callback




Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2,506
» Latest member: almighty
» Forum threads: 1,975
» Forum posts: 19,057

Full Statistics

Online Users
There are currently 282 online users.
» 0 Member(s) | 278 Guest(s)
Bing, Google, UptimeRobot, Yandex

Latest Threads
full portable
Forum: General Discuss
Last Post: QZMTCH
5 hours ago
» Replies: 8
» Views: 1,036
STABLE version -- 5.1.113...
Forum: Release Channel
Last Post: Admini
10 hours ago
» Replies: 488
» Views: 309,509
Аналоги CentBrowser
Forum: Русский Форум
Last Post: QZMTCH
12-23-2024, 04:08 PM
» Replies: 3
» Views: 589
Twitch can't login
Forum: Bugs & Suggestions
Last Post: Archer
12-10-2024, 07:45 PM
» Replies: 7
» Views: 770
Search bar
Forum: Bugs & Suggestions
Last Post: Admini
12-05-2024, 01:14 PM
» Replies: 1
» Views: 284
Copy Header/Cookie Valie
Forum: General Discuss
Last Post: Admini
12-04-2024, 03:17 PM
» Replies: 4
» Views: 523
please update cent browse...
Forum: Bugs & Suggestions
Last Post: QZMTCH
12-03-2024, 04:26 PM
» Replies: 9
» Views: 1,599
Вопрос автору CentBrowser...
Forum: Русский Форум
Last Post: knightrider007
11-26-2024, 01:27 PM
» Replies: 2
» Views: 777
Translate English into Ru...
Forum: Русский Форум
Last Post: QZMTCH
11-15-2024, 08:07 PM
» Replies: 236
» Views: 612,720
uBlock Origin
Forum: Русский Форум
Last Post: StVol
11-15-2024, 02:56 PM
» Replies: 4
» Views: 720

 
  Multilogin tab is broken in the latest 5.0 version
Posted by: KabanWorm - 11-21-2022, 06:03 PM - Forum: Bugs & Suggestions - Replies (6)

Multilogin tab doesn't work properly anymore in the latest stable version (5.0.1002.276). For example, if I login to aliexpress.ru and then close multiologin tab and open it again, I am still logged.
It only happens if I use a multilogin tab. Doesn't happen in new incognito window.

Everything worked fine in the previous 4.3.9.248 version.

Print this item

Question how video download works?
Posted by: QZMTCH - 11-16-2022, 09:16 PM - Forum: General Discuss - Replies (7)

Hi, this question is for the developer or those who know how video downloading works

I see that in the local state file there are such lines:

Code:
"video_download":{"blocked_sites":["netflix.com"],"direct_sites":["youtube.com","facebook.com","twitter.com","tiktok.com","instagram.com","twitch.tv","afreecatv.com"],"disabled_level":"0","online_downloaders":{"g0":"https://save.tube/?video={URL}","g1":"https://getvideo.org/en?url={URL}","g2":"https://fdown.net/download.php?URLz={URL}","g3":"https://twittervideodownloader.com/","g4":"https://www.flvcd.com/parse.php?format=&kw={URL}","g5":"https://www.videofk.com/douyin-video-download/search?url={URL}","g6":"https://en.savefrom.net/","g7":"https://toolzu.com/downloader/tiktok/","g8":"https://igram.io/"},"supported_sites":{"facebook.com":"g2","instagram.com":"g8","tumblr.com":"g4","twitter.com":"g3","vimeo.com":"g0","youtube.com":"g0"},"vd_tools_info":{"direct_cmd":"{TOOL_PATH} -o {OUTPUT_PATH} --no-check-certificates --force-overwrites --proxy \"{PROXY_SERVER}\" --add-header \"User-Agent:{USER_AGENT}\" --add-header \"Cookie:{COOKIES}\" --merge-output-format mp4 {URL_OR_PLAYLIST}","ff_name":"ffmpeg.exe","ff_pull_cmd":"{TOOL_PATH} -y -reconnect_on_network_error 1 -protocol_whitelist file,http,https,tcp,tls,crypto -referer \"{REFERRER}\" -user_agent \"{USER_AGENT}\" -cookies \"{COOKIES}\" -i {URL_OR_PLAYLIST} -codec copy {OUTPUT_PATH}","url":"https://static.centbrowser.cn/.misc_tools/win/vd_tools_x86.exe","v_merge_cmd":"{TOOL_PATH} -fflags +discardcorrupt -y -i {VIDEO_PATH} -codec copy -bsf:a aac_adtstoasc {OUTPUT_PATH}","va_merge_cmd":"{TOOL_PATH} -fflags +discardcorrupt -y -i {VIDEO_PATH} -i {AUDIO_PATH} -codec copy -bsf:a aac_adtstoasc {OUT_PATH}","version":"0.0","yd_name":"yt-dlp.exe","yd_pull_cmd":"{TOOL_PATH} -o {OUTPUT_PATH} --no-check-certificates --force-overwrites --proxy \"{PROXY_SERVER}\" --add-header \"User-Agent:{USER_AGENT}\" --add-header \"Cookie:{COOKIES}\" --add-header \"Referer:{REFERRER}\" --merge-output-format mp4
"video_download":                     these are video download services
"vd_tools_info":                         this is adding metadata to the downloaded video file (correct me if this is not true)

why not do everything with yt-dlp and ffmpeg? download and add metadata
why not give the user a choice of what to download in the settings? which service to download from the list or which program to download, since there is such an opportunity inside the browser code
maybe in the future you can still make it possible in the settings for yt-dlp to choose what quality to download with what codecs (on the same YouTube a lot of codecs) and post-processing settings in ffmpeg?

it would be convenient in the settings of the browser itself in the parameters field for the program (similar to the Run with command line switches field) to customize this button for yourself and also what kind of post-processing you personally need in ffmpeg

Update 
that's it, I figured out how the browser downloads the video 
in the lines:
Code:
"direct_sites": ["youtube.com", "facebook.com", "twitter.com", "tiktok.com", "instagram.com", "twitch.tv", "afreecatv.com"]
and
Code:
"supported_sites": {
                    "facebook.com": "g2",
                    "instagram.com": "g8",
                    "tumblr.com": "g4",
                    "twitter.com": "g3",
                    "vimeo.com": "g0",
                    "youtube.com": "g0"
                }
downloads services, and everything else using yt-dlp with settings

if you remove YouTube from these lines, and block the file with read-only attributes, then YouTube will download from the site using yt-dlp with the settings of their file
so if there is already such functionality in the browser, then why is it not fully available to users?

from the entire community of fans of the cent browser, and from fans of yt-dlp, I ask you to add the ability in the settings to choose for which site than to download through this button in the floating menu, and with a choice of command line settings for yt-dlp and ffmpeg... plz  Shy

Print this item

Bug the browser reports a violation of the rights of the store
Posted by: QZMTCH - 11-12-2022, 10:10 AM - Forum: Bugs & Suggestions - Replies (2)

Hello everyone, in the last stable version, the browser did not report a violation of the rights of the store, but in this one (not yet released) it reports, and when I first launched the updated browser with the old profile (with the old extensions) it turned them off, then I noticed what is written in red that violates the rights of the store, before this was only in chrome, in cent now it will also be like this or is it a bug?
PS removed extensions from the store violate rights
[Image: VirtualBoxVM_35qMbz62qn.gif]

Print this item

Photo Flash error
Posted by: Silva Costa - 11-10-2022, 08:38 PM - Forum: General Discuss - No Replies

Hello!

Does anyone know how to fix this flash error in centbrowser version 4.3.9.248?


   

Print this item

Photo Full screen
Posted by: Silva Costa - 11-09-2022, 05:32 PM - Forum: General Discuss - No Replies

Hello!
A question, in Chrome to open a link in full screen automatically I add the --kiosk in the settings. In the case of CentBrowser, what is the setting to open in full screen on click?



Attached Files Thumbnail(s)
   
Print this item

  Enhancer for YouTube Does not work
Posted by: Lex - 11-07-2022, 01:45 PM - Forum: Plugins & Extensions - Replies (9)

Enhancer for YouTube Does not work  .  Will it work?

Print this item

Question [РЕШЕНО] Не работает ни одно расширение формата Return YouTube Dislike
Posted by: Sapun - 11-06-2022, 02:28 PM - Forum: Русский Форум - Replies (1)

Доброго времени суток.

Youtube остается самым частым ресурсом. С давних пор на CENT сильно огорчает неработоспособность абсолютно всех расширений и скриптов для TemperMonkey для возврата отображения дизлайков Youtube. Перепробовал всё что имеется из найденного.

При том , что всё вышеперечисленное работает на других браузерах. Проблема именно в неработоспособности на CENT .

Пользуюсь приемущественно Portable x64 . Портабельность и битность вроде как не оказывает на это влияние.

P.S. Зарегистрировался тут донести до комьюнити о данной проблеме .

UPD: обновился до beta v5 т.к. версия хромиума была старой.

Print this item

  Google announces end of support for Windows 7/8/8.1 - what does this mean for Cent?
Posted by: ZenBeer - 11-03-2022, 01:14 PM - Forum: General Discuss - Replies (5)

https://cloud.google.com/blog/products/c...-customers

I have a Windows 10 PC but primarily use Windows 7.  Does this announcement mean Cent will also not receive updates for Windows 7/8/8.1 after January 15, 2023?

Print this item

  Where is tab search button at tab list?
Posted by: rubbysh_Ye1d - 11-03-2022, 11:30 AM - Forum: Bugs & Suggestions - Replies (2)

Cent 5 beta, x64, I enabled flag chrome://flags/#tab-search-fuzzy-search, but it doesn't work.

Originally at Chromium: https://i.imgur.com/t9JkX7T.png

What was happened with original browser core code? Tab search option was removed or hidden by developer?

How to get the same experience with Cent (native solution, without extensions)? I open lots of tabs and need tab search button so much...

Print this item

  Freeze on start!
Posted by: Avalon - 10-15-2022, 07:14 PM - Forum: Bugs & Suggestions - Replies (4)

I have been using Cent Browser for two years and I thought that in time an update will solve the problem. Only when I start the browser it freeze for 30-40 seconds and I can't do anything in this time, only to wait, after which everything goes ok. What can this lag be made of?

Print this item