Jump to content

Humming Owl

Member
  • Posts

    304
  • Joined

  • Last visited

  • Days Won

    4
  • Donations

    0.00 USD 
  • Country

    Venezuela, Bolivarian Republic Of

Everything posted by Humming Owl

  1. I found this --> https://github.com/weolar/miniblink49 This is a CEF build that supports WinXP (the description of the program says that NPAPI is supported as well). I tested the first release and it actually works on XP and html5test says it is Chromium 69 --> https://github.com/weolar/miniblink49/releases/tag/2017-5-31 The source code is distributed with every release so I think this is a very promising project from which patches can be extracted, or it may serve as a base to build a browser directly from it. Many components from the original Chromium were removed (as it it based on CEF). The developer of the project also shared his email in case someone wants to communicate with him. Official page --> https://miniblink.net/ Cheers.
  2. Your welcome. By the way, do you know about other Chinese Chromium-based browsers that are available and that are compatible with XP? Languages barriers might be to strong for me to be able to find more. And, do you know if the 360EE source code (or a modified source code for Chromium to work with XP) is available among the Chinese internet? Thanks in advance. Cheers.
  3. Updated v9, v11, v12 and v13 (Chinese), the language issue was corrected.
  4. Hello, I know this thread has been inactive for quite a while but I wanted to provide some information that I read when I was searching about Chromium-based browsers on Chinese search engines. https://www.cnblogs.com/luckbird/p/CEF_2623_Compile.html The links provided by the page are still working. Also, I found this tool --> https://colab.research.google.com/ It is a virtual computer in which you can deal with huge files without having to use your computer for it. It served me when I was trying to compress a file before downloading to not waste so many of my GB plan on the download. I was able to execute "7zip" through command-line to do it. It comes with a lot of tools installed and you can add more if you want (You can mount you Google Drive for extra space). It is based on Linux (Ubuntu or Debian I think). I do not know if it is useful information but I wanted to share it. Cheers.
  5. Delete the "DcBrowser" folder (make a copy of it in a place you want, your extensions are there) located in the "C:\Documents and Settings\<username>\Local Settings\Application Data\" path and run the browser again. I don't get those connections you say and maybe disabling extensions doesn't prevent them to connect to the internet. The only connections I get are internal plus a external connection made for the autocomplete service of the URL bar of the default search engine you selected. In this case the default search engine at the very first run is Google so a Google connection is expected. The cause is that in normal Chromium builds the New Tab page is located inside the "resources.pak" file, 360EE has the New Tab in an external file called "newtab.zip". New Tab extensions on 360EE won't work. This seems to be a SwiftShader thing, maybe manipulation the browser with flags could make the maps display but unfortunately I don't know which flags to use. If you go to "chrome://history" there is a "Clear browsing data" button at the top-right corner of the screen, I tested it and it cleared the history. Also, all browsers store history, 360EE does it as well.
  6. Post the links of the comments you think are the most important here. If you run the browser without any extensions (clean profile), does it make those connections as well? I think they are related to the extensions you have installed. And, try to use less extensions, 8 is to much for older OSes and hardware.
  7. Ungoogled is the term used by the normal people to refer to the custom Chromium build Ungoogled Chromium. I follow as far as possible the most basic file structure for the browser to work, based on the file structure of an Ungoogled Chromium build I use and some very simple URL breaks, nothing else. I don't know what those developers do to their build but I think it is way much more than only breaking the Chrome Web Store function and those simple URL breaks. You can try using this program, it is called "DefaultBrowser" and it only works for XP (use the "For other browsers" section and select the path of the "360chrome.exe" file). Original page --> http://web.archive.org/web/20170713070943/http://www.winhelponline.com/xp/defaultbrowser.htm Download Link --> https://www.mediafire.com/file/lqrmazdh2fvrrrq/dbrowser_1_8.zip/file Cheers.
  8. I get what you are trying to say. The extension is supposed to display in Chinese instead of English. Don't worry about the English, at first I wasn't very good at it Is this the behavior you want? + Yes, I deleted the files that made that option work, as they weren't files that come with an standard Ungoogled Chromium build. I installed a SimSun font on XP and in Win7 (I don't remember if it was actually this one), and the Chinese characters displayed immediately after. Thanks for the info. But apparently the name of the language PAK file determines the language of some stuff of the browser by itself, for example the language displayed in the Adblock Plus extension. Cheers.
  9. Follow the images Then restart the browser. It should be on English now (some stuff will remain in Russian, I guess those are the modified parts). As for a download link for Opera 12.18, this one seems to work (original version) --> https://archive.org/details/opera1218
  10. That "en-us.pak" is the "zh-cn.pak" renamed, so the browser should be on Chinese. Can you send a screenshot of the issue? Cheers.
  11. If I install that font, the browser's interface font changes to the Impact one, maybe you have more SimSun font types on your font folder? I actually didn't think different font file formats could be an issue. The program I used is ttx. I used the program to get the specific ID of the font that the browser is asking for (SimSun) and put that ID inside a different font (Impact) to make the browser loads that specific font. The filename doesn't matter, the program just defaults the output name to the original font name plus a "#1". Try that and also try restarting the computer. Thanks for the info. I will check that later. Cheers.
  12. Try to run the browser with the --user-agent="" flag used in a shortcut --> https://www.chromium.org/developers/how-tos/run-chromium-with-flags For example, this one should make you spoof Chromium 95 under Windows 10 x64: --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" You can get more Chromium UAs here --> https://developers.whatismybrowser.com/useragents/explore/software_name/chrome/
  13. Try using these flags (in 360EE v13) - Enable receiver device to handle peer connection requests - Enable sender device to initiate peer connection requests This extension should work --> https://chrome.google.com/webstore/detail/user-agent-switcher-for-c/djflhoibgkdhkhhcedjiklpkjnoahfmg?hl=en
  14. Added v9, v11, v12 and v13 in Chinese (I left all the original Chinese intact and translated the new tab and the new incognito tab). I hope you like it @hidao, share it with your friends if possible As always, report errors if needed. They may be fixable. Cheers.
  15. 360EE does not come with a DRM decryption module so it can't play DRM videos unfortunately. DCBrowser is the only browser among the ones modified that has that module included, however if you don't get a HTTPS connection with the website of the video (even having the DRM support) the DRM protected video will not reproduce. Cheers.
  16. I didn't have plans, but I can do it (it will take a while though). Do you want everything exact the same but in Chinese language? Just to be sure. Cheers.
  17. @msfntor I tried patching the "MiniBrowser.exe" and "chrome.dll" files to replace that function (SetProcessDEPPolicy) by another and the browser does not seem to run after that. I guess that this trick does not work with the Mini-Browser. Try disabling all extensions and if that does not work try accessing the page with a clean profile to be sure. If none of those work try downloading the latest update of the modified version (it may be something I corrected later). By the way, does someone know what is this? I haven't found much documentation about it. Cheers.
  18. Go to "Control Panel > Fonts" and, drag and drop this file. If it says that you have that font already installed, uninstall it and install this one (the name will be something like "SimSun"). It should change the interface font to the "Impact" font. Cheers.
  19. Can you go to the "HKEY_CURRENT_USER > Software > 360Chrome > default > ui_persist_value" path in the registry and see which value has the "FontFamily" option? Cheers.
  20. It is on the first post. I forgot to change the date and only replaced the link. Thanks for the info. I didn't knew that HTTPS was also needed. Cheers.
  21. This time I will wait until the very last v13 is out. The amount of work is enormous and I really do not want to get through it every update the Chinese release. By the way, since I was out I found this that might be useful for tests on XP (it was extracted from the Russian forum of the RuRepack). I do not know if it will also affect DCBrowser and Mini-Browser. https://forum-ru--board-com.translate.goog/topic.cgi?forum=5&topic=50612&start=3000&_x_tr_sch=http&_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=es-419&_x_tr_pto=nui#13 I also found that the Chinese like to make copies of Chromium. There are a lot of Chinese browsers based on Chromium out there (I do not know if there are actually some that are/were compatible with XP). To search for more stuff or information you might need to use the So or Baidu search engines. http://www.pc6.com/pc/gcllq/ One browser that caugh my attention was this one --> https://www.catsxp.com/ From what is written here, I think there was a time this browser was compatible with XP. However I can not find the old versions of this browser to download. Cheers.
  22. Updated DC Browser: - Removed some of the "Login" buttons. - Removed a startup Google connection. - Corrected some English expressions. The only remnant connection is related to a pre-connection to the search engine selected as default. It seems to activate when you click the URL bar after startup. Cheers.
  23. Try to block custom JS with NoScript. It may help on both cases. Play with the options of this extension. If the YouTube video player is the issue then this extension might be a workaround.
  24. Maybe manipulating the browser with flags could solve the issue. Unfortunately I do not know what to do with this. If you want to disable Windows XP error dialogs instead, I think the information in these pages might help. https://www.raymond.cc/blog/disable-program-has-stopped-working-error-dialog-in-windows-server-2008/ https://www.techzilo.com/disable-popups-windows-xp/ Cheers.
  25. Added DC Browser v4 (4.0.7.22) Chromium 75: - It is like Mini-Browser but with a lower Chromium engine. Cheers.
×
×
  • Create New...