Jump to content

rereser

Member
  • Posts

    272
  • Joined

  • Days Won

    1
  • Donations

    0.00 USD 

Everything posted by rereser

  1. you are correct. arial black regular and bold have the same effect on my system in 2036. v2044 does not follow message box font settings here. your screenshots prove that 2044 does what it should do. something else on my system must be the cause then. i think this will be impossible to solve.
  2. regarding "bold fonts" in v13.5.2036 and 2044 in the GUI. v13.5.2036 follows the settings in display properties / advanced / message box. so this has nothing to do with other font tweaks i have made on my xp system. when set to tahoma 8 , "bold fonts" are no more in 2036. setting back to arial black ( 8 regular ) and they are "bold" again. hope this helps tracking it down in 2044.
  3. have also sent two pm's regarding the font issue and the win 10 skin. (contains files) edit. question : in options there has always been a button (top right) "restore default settings" when clicked it messes some things up like the search bar and the homepage. can that button be removed somehow ?
  4. @NHTPG thanks for the interim update. extensions actions links solved. found one change compared to v13.5.2036.
  5. https://html5test.com/ 360chrome v13.5.2036 with chrome://flags/#enable-experimental-web-platform-features = enabled.
  6. already tried the options you suggested , without effect though on chrome. v1030 , 2022 , 2036 all display the arial black font in the UI for me. 2044 is the exception. if i copy over the chrome.dll from 2036 to 2044 arial black is used again. (for testing only)
  7. changing that system message box and menu setting to tahoma and back to arial black (not bold) has no effect. had the settings saved every time i changed the font. no more bold fonts in the UI of v 13.5.2044 for me unfortunately. although i think this is your best build ever.
  8. right click an extension and inspect , unchecking the action-link style works. after a restart that setting is checked again. hope you can find what the font issue is. otherwise i can not fault this new version yet. haven't had enough time to test it.
  9. hello NotHereToPlayGames. first my complements on this latest version. used the resource.pak file for the chrome extensions store. installing from the store works but when on the browser extensions page ; the permission , options and details buttons are missing. so no going to the store when clicking details of an extension and no access to permissions and options. second issue i have is with the fonts of the user interface. in v13.5.2036 i have bold fonts in the UI. in settings , adressbar , new tab , bookmark folders and bookmarks , about 360chrome and so on. not so in v 13.5.2044 unfortunately. tracked that down to the chrome.dll file. something in that is different from v13.5.2036. it is not seeing my arial black system wide font i use. tested with a clean profile and later with the profile from 2036. can't solve this so i think i won't be using your latest build. i need those fonts to be arial black. regards.
  10. 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
  11. 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); } }() warning : with this script some sites will present an "update your browser" response. should only be used on discource boards
  12. New Moon 28 with setting "image.webp.enabled" to false : webp images on https://developers.google.com/speed/webp/gallery1 are not loaded , so that works. when testing 360Chrome 13.5.2036 against the amiunique.org site , the http header is changed after the dll edit as you posted. but the webp images on developers.google.com are still displayed. https://superuser.com/questions/1179401/how-to-disable-webp-images-in-chrome the suggestion posted here : change the "Accept Request Header" and the "user agent" to a non webp supported browser also has no effect on 360Chrome. just my results as you requested. my opinion : this "threat" will vanish as soon as it became public. with every major browser now patched , software and even on the OS level there is nothing to exploit. the "common user" is not even the target.
  13. this dll edit does nothing for me on 360Chrome 13.5.2036. test : https://developers.google.com/speed/webp/gallery1
  14. https://github.com/EdgeTranslate/EdgeTranslate/issues/554 for some reason it now works for me on the msfn page as a test. (eng to eng) this time i used the 2.4.2 crx file though. however from the above link it is reported as "still buggy". found the reason why on several sites the "page translate" does not work for me. edge translate v2.4.2 now has a conflict with extensions that block javascript. when javascript is disabled on a site, "page translation" will not work. tested with uBlock Origin and NoScript.
  15. v2.4.2 it is partially fixed but not for all languages / sites. as a test , try it on the msfn page and you will see the same error as in v2.4.1. another example : https://github.com/EdgeTranslate/EdgeTranslate/issues on is's own site it does not work at all , not even an error message.
  16. https://github.com/EdgeTranslate/EdgeTranslate/releases/tag/2.4.2 latest version "full page translation" still broken on several sites that used to work. so, still not working as it did after the update from the zip file. not available in the chrome store yet. removed edge translate 2.4.2. am now using TWP - Translate Web Page 9.8.2.0. https://github.com/FilipePS/Traduzir-paginas-web/releases/tag/v9.8.2.0 this one also works on logged in sites without disabling the login or asking for cookies again. also has "text to speech" on translated selected text and has dark mode option.
  17. Edge Translate 2.4.1 is broken for several weeks now. https://chrome.google.com/webstore/detail/edge-translate/bocbaocobfecmglnmeaeppambideimao https://www.crx4chrome.com/crx/142425/ this is a nice alternative : https://github.com/FilipePS/Traduzir-paginas-web/releases/tag/v9.8.2.0 it is not available in the chrome web store or on crx4chrome.
  18. some more info regarding : https://uk.wallapop.com/ error on : Intl.getCanonicalLocales() - "RangeError: Incorrect locale information provided" test : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales should work : https://caniuse.com/mdn-javascript_builtins_intl_getcanonicallocales edit : chrome bug? https://groups.google.com/g/v8-reviews/c/I3IadR5G3vU
  19. no i have not, that is why i asked. will pass on this one, saved as a bookmark just in case.
  20. another polyfill, is this something we need? if so, what part of the code? https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert chrome 102 : https://caniuse.com/?search=inert source : https://github.com/GoogleChrome/inert-polyfill/blob/master/inert-polyfill.js
  21. @verta. internal (auto) translate is broken by google for older browser versions. start reading here please... https://msfn.org/board/topic/184624-arcticfoxienotheretoplaygames-360chrome-v1352036-rebuild-1/?do=findComment&comment=1246627
  22. JS Polyfill for randomUUID() - implemented in chrome 92. https://caniuse.com/mdn-api_crypto_randomuuid ! this polyfill only works if "JS polyfill for Object.hasOwn - chrome 93" is also installed ! test site : https://www.lg.com/us/burners-drives/lg-bh16ns40-internal-blu-ray-dvd-drive --------------------------------------------------------------------------------------------------------------------------------------------- // ==UserScript== // @name Inject randomUUID() Polyfill (92) // @version 0.0.1 // @match *://*/* // @run-at document-start // @grant none // ==/UserScript== (function (global) { if ('crypto' in global && 'getRandomValues' in global.crypto && 'Uint8Array' in global) { // getRandomValues is fast and produces good UUID's global.crypto.randomUUID = function randomUUID() { return ([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, function (c) { return (c ^ global.crypto.getRandomValues(new global.Uint8Array(1))[0] & 15 >> c / 4).toString(16); }); }; } else { if (!('crypto' in global)) { global.crypto = {}; } var _url = global.URL || global.webkitURL; if (('createObjectURL' in _url) && ('Blob' in global) && (function () { try { _url.createObjectURL(new global.Blob('', { type: 'text/plain' })); return true; } catch (_) { return false; } }())) { // createObjectURL is slower but produces good UUID's (mainly IE 10) global.crypto.randomUUID = function randomUUID() { var objURL = _url.createObjectURL(new global.Blob('', { type: 'text/plain' })); if ('revokeObjectURL' in _url) { _url.revokeObjectURL(objURL); } var objURLParts = objURL.split('/'); var uuid = objURLParts[objURLParts.length - 1]; if (uuid.indexOf('blob:') === 0) { uuid = uuid.slice(5); } return uuid.toLowerCase(); }; } else { // Math.random produces poor UUID's but is only needed for IE 8,9 and some other very old browsers. global.crypto.randomUUID = function randomUUID() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { var r = Math.random() * 16 | 0; var v = c == 'x' ? r : (r & 0x3 | 0x8); return v.toString(16); }); }; } } }(self)); ----------------------------------------------------------------------------------------------------------------------------------------------------
  23. palemoon portable guide by NHTPG. https://msfn.org/board/topic/182415-a-how-to-guide-multiple-browsers-multiple-profiles-no-installation/?do=findComment&comment=1195725
  24. page loads in a certain browser window width. ( start at the smallest and widen ) go wider , the page crashes and goes in ie kernel mode. however , the site seems only partially functional.
×
×
  • Create New...