Jump to content

Anbima

Member
  • Posts

    289
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by Anbima

  1. And here is the image with 360Chrome 13.5. The font is flawless with V11.0. Maybe this change can be found and fixed. Chrome13_5.bmp
  2. I don't think it can be due to the driver. I have an ATI graphics card on a second computer. Here https://www.dpd.com/de/de/ with 360Chrome 11.0 The second picture will be in another post, because I saved it as a BMP and it is too big for one post.
  3. I have installed the 307.83. Do you really think that the 307.90 is better? With the original Chrome 43, the font is optimal with the same driver. Why is that?
  4. If I set it to Standard, then most pages are displayed optimally without changing fonts. However, I would like to have edge smoothing switched off under Windows. I would therefore always have to switch it on and off manually. Hence the question of whether this can be specified for 360Chrome. With the original Chrome 43, the font is always displayed correctly. Something must have changed with 360Chrome.
  5. It's the same for me. Have you ever switched on edge smoothing before starting 360Chrome in Windows? Once 360Chrome has started, you can switch it off again. This makes the fonts look much better. Hence my question as to whether you can set this permanently in the browser. 360Chrome must adopt this setting from Windows.
  6. I have now been able to install Stylus 1.5.15 and am using the code: body,html{font-family: Arial !important;} But on some pages it is not displayed in Arial, like here: https://www.dpd.com/de/de/
  7. My question was about changing the edge smoothing... I can imagine that ublock needs some resources, but it comes with a lot by default. Are there ready-made scripts for Stylus to filter advertising? Can I replace ublock with Stylus?
  8. But then again, it is an additional add-on that requires additional memory and slows down the page load. Every add-on has to go through the source code and edit it accordingly. What is better with Stylus?
  9. That's what I'm already doing with ublock. But fonts such as web fonts are also replaced here.
  10. Where can I download Stylus? CRX Extractor/Downloader no longer works. What should the code be for Stylus?
  11. Is it not changed during loading? If I set font-family to arial with ublock, arial is displayed. But here all fonts are changed and not just a specific one.
  12. I have it as follows: // ==UserScript== // @name Replace Font // @description Replace Font // @version 0.1 // @include * // ==/UserScript== var elementList = document.getElementsByTagName('*'); for (var i = elementList.length - 1; i >= 0; i--) { var elementItem = elementList; var style = getComputedStyle(elementItem, ''); elementItem.style.fontFamily = style.fontFamily.replace(/Tahoma/i, 'Arial'); elementItem.style.fontFamily = style.fontFamily.replace(/Delivery/i, 'Arial'); } but the font "Delivery" is not replaced on the following page: https://www.dhl.com/global-en/home.html
  13. Can several fonts be changed to Arial at once, or do I have to do this code for each font individually? And can certain domains be excluded?
  14. How should I do this with Tampermonkey? Do you have a code for it?
  15. Unfortunately, this is not a solution as it does not work perfectly. Here are two images with edge smoothing activated in Windows and without. With edge smoothing activated, all fonts of all web pages are displayed nicely. But I don't want edge smoothing in Windows. 360Chrome has to adopt this setting from Windows. Is there a start parameter or setting for this? With edge smoothing: Without edge smoothing:
  16. 360Chrome uses the Windows XP setting for edge smoothing. Is it possible to tell 360Chrome to use edge smoothing even if it is disabled in the Windows XP settings? I always have to switch on edge smoothing before starting 360Chrome and switch it off again once it has started.
  17. What kind of CSS did you use from CustomCSSforFx? You probably didn't include the complete package, did you? Is mostly finished. It is not for public as I have not changed the name from Firefox to Mypal.
  18. What is the easiest way to make the tab bar below the navigation and bookmar bar? Would you have a detailed description? And can you tell me what I have to set so that it searches for the search term directly in the address bar without me having to click on the icon of a search engine?
  19. 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?
  20. Open "Preferences" in \Chrome\User Data\Default. Search for the entry "intl". Change it accordingly: "intl": { "accept_languages": "en-GB,en" }, If it does not exist, add it. I have this before the following entry: "kMouseGestureProfile": {
×
×
  • Create New...