NotHereToPlayGames Posted April 1, 2023 Author Posted April 1, 2023 (edited) Reserving first 2 pages of thread for creation notes and future changelogs. Folder Structure -- completed 360chrome.exe -- completed en_skin.srx -- to-do completed iframe.srx -- completed jisu9.srx -- to-do XP Theme completed, 10 Theme delayed for now, 2k Theme undecided skin.srx -- to-do completed en-us.pak -- to-do completed resources.pak -- to-do completed options.zip -- to-do partially completed completed chrome_100_percent.pak -- to-do completed chrome.dll -- to-do completed 360Loader.ini -- completed Edited April 8, 2023 by NotHereToPlayGames 5
NotHereToPlayGames Posted April 5, 2023 Author Posted April 5, 2023 (edited) On 4/1/2023 at 12:42 PM, NotHereToPlayGames said: options.zip -- to-do partially completed completed It's always a gigantic sigh of relief when options.html inside options.zip is finally completed. Edited April 8, 2023 by NotHereToPlayGames 4
NotHereToPlayGames Posted April 8, 2023 Author Posted April 8, 2023 Preliminary beta completed, testing in-process. Unsure if will be able to upload this weekend or not. 2
NotHereToPlayGames Posted April 8, 2023 Author Posted April 8, 2023 (edited) There is a known "nuance" with the telemetry blocking methods of previous releases (including Humming Owl releases [I see dozens of these zero-length attempts in Humming Owl releases, only these two in my releases]). No DNS connections are made with the previous blocking methods (including Humming Owl releases), but some LOCAL proxies (such as Proxomitron) still "sees" the blocked connection. Edited April 10, 2023 by NotHereToPlayGames 2
NotHereToPlayGames Posted April 8, 2023 Author Posted April 8, 2023 Beta release. Ungoogled. WebGL enabled. Embedded translation disabled. XP skin. Has not been rebased yet. https://www.dropbox.com/s/hi6oqw8s1qra1t1/360ChromePortable_13.5.2036_r1_ungoogled_beta.zip?dl=1 2
dmiranda Posted April 9, 2023 Posted April 9, 2023 Testing it now. As expected, no rebasing leads to high RAM consumption, but I managed to get 3 YT tabs, and SP52 with 5 tabs open, including this one, with no crash. It looks very good, mate.
rereser Posted April 9, 2023 Posted April 9, 2023 (edited) thank you for the beta release. memory use for me is minimal without rebase. chrome.dll. replace: 89 F9 68 7A 1A 00 00 68 51 81 00 00 with: EB 0F 68 7A 1A 00 00 68 51 81 00 00 Function: Drop Translate to English from Chrome mode page context menu (1 occurrence) reversing this does not bring back the "Translate to English" context menu. EB 0F 68 7A 1A 00 00 68 51 81 00 00 is present in 13.5.2022 regular chrome.dll as in the beta 13.5.2036. with the same hex value in both , the "Translate to English" context menu is not available in the beta ? will wait for a regular version if there is one in the planning. Edited April 9, 2023 by rereser
NotHereToPlayGames Posted April 9, 2023 Author Posted April 9, 2023 (edited) 23 hours ago, rereser said: chrome.dll. replace: 89 F9 68 7A 1A 00 00 68 51 81 00 00 with: EB 0F 68 7A 1A 00 00 68 51 81 00 00 Function: Drop Translate to English from Chrome mode page context menu (1 occurrence) reversing this does not bring back the "Translate to English" context menu. Reversing does bring back "Translate to English" here. You may need to launch and exit a couple times after making that reversion. Also, make sure nothing in your setup is blocking access to translate.googleapis.com. Edited April 10, 2023 by NotHereToPlayGames
rereser Posted April 9, 2023 Posted April 9, 2023 not working here after 12 relaunches of the clean 13.5.2036 beta. nothing added , nothing blocked. no "Translate to English" context menu. "Enable automatic translation" in the advanced settings works though ...
NotHereToPlayGames Posted April 9, 2023 Author Posted April 9, 2023 Hmm. But you did do the one-and-only-one Hex Value reversion?
rereser Posted April 9, 2023 Posted April 9, 2023 just the one hex reversal on a clean unpacked beta.zip tested your hex edit on the russian repack source chrome.dll "Translate to English" is there with either hex value ?
NotHereToPlayGames Posted April 9, 2023 Author Posted April 9, 2023 Hmm. I have noticed that the context menu does not show up on about:blank or chrome://newtab/ but it does show up when on an actual web site. This could be an upstream difference that landed in build 2036?
NotHereToPlayGames Posted April 9, 2023 Author Posted April 9, 2023 13 minutes ago, rereser said: tested against several foreign sites. Can you share the URLs for some example sites?
NotHereToPlayGames Posted April 9, 2023 Author Posted April 9, 2023 I'd also be curious if you reversed all of the following (the one Translate to English Chrome context menu and all six of the IE Mode context menus) - Function:Drop Translate to English from Chrome mode page context menu (1 occurrence) replace:C0 FB 8D 86 F0 02 00 00 50 E8 with:C0 FB E9 E6 00 00 00 90 50 E8 Function:Drop Share URL QR Code from IE mode page context menu 1-of-3 (1 occurrence) replace:6A 00 68 D5 08 00 00 FF 75 08 FF 15 D4 D2 ED 16 with:EB 5E 68 D5 08 00 00 FF 75 08 FF 15 D4 D2 ED 16 Function:Drop Share URL QR Code from IE mode page context menu 2-of-3 (1 occurrence) replace:68 E4 25 00 00 FF 75 08 FF 15 D4 D2 ED 16 with:68 D5 08 00 00 FF 75 08 FF 15 D4 D2 ED 16 Function:Drop Share URL QR Code from IE mode page context menu 3-of-3 (1 occurrence) replace:68 E4 25 00 00 FF 75 08 FF 15 54 D2 ED 16 with:68 D5 08 00 00 FF 75 08 FF 15 54 D2 ED 16 Function:Drop Share URL QR Code from IE mode link context menu (1 occurrence) replace:8D 7D E8 68 79 1A 00 00 57 E8 73 F8 13 FB with:EB 3A 90 68 79 1A 00 00 57 E8 73 F8 13 FB Function:Drop Share URL QR Code from IE mode image link context menu (1 occurrence) replace:8D 45 D8 68 79 1A 00 00 with:EB 43 90 68 79 1A 00 00 Function:Drop Share image location from IE mode image context menu (1 occurrence) replace:6A 00 6A 0F 53 FF 15 D4 D2 ED 16 80 7D E3 00 79 with:EB 4A 6A 0F 53 FF 15 D4 D2 ED 16 80 7D E3 00 79
msfntor Posted April 9, 2023 Posted April 9, 2023 (edited) I don't care about google translate, I use DeepL... Your new build 360Chrome 13.5.2036_r1_u works very good, is quick, but cause it's ungoogled so no possibility to download extensions on the web store directly... I attend regular version, Thank You! PS. Import or export bookmarks data/Import/Import from 360Chrome browser: ! Import failed. Left click on padlock: Security disabled+some Chinese signs... Edited April 9, 2023 by msfntor
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now