NotHereToPlayGames Posted October 13, 2023 Author Share Posted October 13, 2023 12 minutes ago, rereser said: CSS aspect ratio script. supported in chrome 88+ https://caniuse.com/mdn-css_properties_aspect-ratio example site : https://forums.developer.nvidia.com // ==UserScript== // @name CSS aspect-ratio (88) // @version 0.0.1 // @match *://*/* // @run-at document-start // @grant none // ==/UserScript== !function() { let CSS_supports = CSS.supports; CSS.supports = function(a) { return a === "aspect-ratio: 1" || CSS_supports(a); } }() Thanks. Interestingly, I didn't even see any errors in the console. Link to comment Share on other sites More sharing options...
seven4ever Posted October 13, 2023 Share Posted October 13, 2023 Whe have chrome 86 here, right ? Link to comment Share on other sites More sharing options...
NotHereToPlayGames Posted October 13, 2023 Author Share Posted October 13, 2023 13 minutes ago, seven4ever said: Whe have chrome 86 here, right ? Correct. Link to comment Share on other sites More sharing options...
rereser Posted October 13, 2023 Share Posted October 13, 2023 note : the above script works with sites that use discource forum software. it "tells" those sites that the browser has support for it. support for css aspect-ratio can be enabled with the "Experimental Web Platform features" chrome flag. somehow the discource sites don't see the support enabled by the chrome flag. test : https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio 2 Link to comment Share on other sites More sharing options...
Anbima Posted October 13, 2023 Share Posted October 13, 2023 For me, the monitor turns off after 20 minutes of inactivity. When Chrome360 is in the foreground, the monitor turns off and immediately on again. Is there a solution for this? Link to comment Share on other sites More sharing options...
NotHereToPlayGames Posted October 13, 2023 Author Share Posted October 13, 2023 31 minutes ago, Anbima said: When Chrome360 is in the foreground, the monitor turns off and immediately on again. Unable to replicate here. My monitors turn off when they are supposed to even with 360Chrome in the foreground. They also turn off even if a video is playing, more modern browsers do not. Link to comment Share on other sites More sharing options...
Dave-H Posted December 12, 2023 Share Posted December 12, 2023 Does this page work OK for anyone with 360Chrome? https://downloadcenter.trendmicro.com/index.php?clk=left_nav&clkval=pattern_file®s=nabu With version 2036 it appears to briefly load fine, then crashes. Link to comment Share on other sites More sharing options...
Skorpios Posted December 13, 2023 Share Posted December 13, 2023 (edited) 1030 Redux: crash + loop "restoring" 1030 Redux Open link in incognito window: crash and burn 2044: crash + loop "restoring" 2044 Open link in incognito window: crash + loop "restoring" MiniBrowser: crash and burn MiniBrowser Open link in incognito window: crash and burn --- MP68: OK (with extensions running) NM28: OK (with extensions running) Edited December 13, 2023 by Skorpios 1 Link to comment Share on other sites More sharing options...
Dave-H Posted December 13, 2023 Share Posted December 13, 2023 Thanks. I end up with this, as I reactivated the chrome://error messages. I tried with the extensions disabled, but no change. Link to comment Share on other sites More sharing options...
VistaLover Posted December 13, 2023 Share Posted December 13, 2023 16 hours ago, Dave-H said: https://downloadcenter.trendmicro.com/index.php?clk=left_nav&clkval=pattern_file®s=nabu With version 2036 it appears to briefly load fine, then crashes. 6 hours ago, Skorpios said: 1030 Redux: crash + loop "restoring" 1030 Redux Open link in incognito window: crash and burn Festive greetings Dave ; I can reproduce the initial loading and subsequent (tab) crash of the referenced TrendMicro link with my 360EEv13 (Ch86-based) copy (NOT a build made by NHTPG, BTW ) ; the error generated is identical to the screengrab posted by Skorpios ; however, I have more to report, see below: 6 hours ago, Skorpios said: MiniBrowser: crash and burn MiniBrowser Open link in incognito window: crash and burn Somehow , I'm not able to reproduce here; my Kafan MiniBrowser (Ch87-based) "dirty" profile is able to load in a "rock-steady" fashion Dave's link, both in a "normal": as well as in a private window (with uBO enabled): Proof of browser used (Greek locale): uBO-v1.54.1b9+Privacy Badger v2023.12.1 installed; plus, several "experimental" flags enabled (inside chrome://flags ) ; FWIW, that same link loads OK in the UXP-based browsers (NM28/St52) and even in FxESR 52.9.x, so XP users aren't left without options beyond 360EE ... Cheers ! 1 Link to comment Share on other sites More sharing options...
NotHereToPlayGames Posted December 13, 2023 Author Share Posted December 13, 2023 19 hours ago, Dave-H said: Does this page work OK for anyone with 360Chrome? https://downloadcenter.trendmicro.com/index.php?clk=left_nav&clkval=pattern_file®s=nabu With version 2036 it appears to briefly load fine, then crashes. Works for me - but only if traffic is flowing through Proxomitron (bypassed or not doesn't matter). My hunch is that it's "certificate-related". But can't prove it from here at work. Link to comment Share on other sites More sharing options...
mina7601 Posted December 13, 2023 Share Posted December 13, 2023 5 hours ago, VistaLover said: FWIW, that same link loads OK in the UXP-based browsers (NM28/St52) and even in FxESR 52.9.x, so XP users aren't left without options beyond 360EE ... Loads OK also in Chrome 49. Link to comment Share on other sites More sharing options...
NotHereToPlayGames Posted December 13, 2023 Author Share Posted December 13, 2023 Have not digged into it yet but I'm suspecting cross-site / cross-origin (which I don't think Chrome v49 can even "distinguish" and would have to research if NM28/St52 can "distinguish"). Would also be a reason why Incognito with uBO enabled also has success. I kinda can't dig into until over the weekend or so. But my gut-feeling is cross-site / cross-origin. Link to comment Share on other sites More sharing options...
Saxon Posted December 13, 2023 Share Posted December 13, 2023 On 12/13/2023 at 12:44 AM, Dave-H said: Does this page work OK for anyone with 360Chrome? https://downloadcenter.trendmicro.com/index.php?clk=left_nav&clkval=pattern_file®s=nabu With version 2036 it appears to briefly load fine, then crashes. Works absolutely fine with 360 ver.13.5.1030, kindly provided to me by @Dixel. Visited the site from my IP, which is a Belgian one, I live in Belgium. 3 Link to comment Share on other sites More sharing options...
Dave-H Posted December 14, 2023 Share Posted December 14, 2023 1 hour ago, NotHereToPlayGames said: Have not digged into it yet but I'm suspecting cross-site / cross-origin (which I don't think Chrome v49 can even "distinguish" and would have to research if NM28/St52 can "distinguish"). Would also be a reason why Incognito with uBO enabled also has success. I kinda can't dig into until over the weekend or so. But my gut-feeling is cross-site / cross-origin. I tried with an incognito window with uBlock enabled, and it still crashed. I also tried connected through ProxHTTPSProxy, and it still crashed. Sorry I should have mentioned before, as someone did earlier, that it works fine in Firefox 52.9, rather unexpectedly! Obviously it's not a site that many people would use, but I always think these things are worth reporting, as what fails on one webpage could easily fail on others. Link to comment Share on other sites More sharing options...
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