July 8Jul 8 Agreed !!! I'm only pointing out that the "discussion" here probably should be about "tuning" cleartype font rendering on the machines that display such UGLY A$$ fonts. Mypal isn't really doing the font rendering, the OS is, and how that OS is "tuned" will have a HUGE difference in what fonts "look like".
July 8Jul 8 22 minutes ago, NotHereToPlayGames said: These types of "issues" can **ALWAYS** be fixed by the end user !!! Just replace the "Bitter" font defined by that page's CSS to a different font, whoala, problem solved. ie, the below is from that page, just replace Bitter with the font of your liking. body, .small-title, .widget-title, .tv-featured-title { font-family: Bitter; If I wanted to, I could switch to other fonts that look much nicer and more professional in a matter of seconds. It’s really simple to do this in the Mypal 78 settings or using a CSS stylesheet, which I can load on the fly at any time via my forked UserCSSLoader script. But as long as I can read everything clearly, I couldn’t care less about the font used. Edited July 8Jul 8 by AstroSkipper Update of content
July 8Jul 8 On 7/6/2026 at 2:53 PM, genieautravail said: About Mypal 78.0.3, there is an issue with fonts display... Take a look on the comments below the article of this french web page: This is the font being used by https://www.minimachines.net/actu/taxe-petits-colis-double-peine-142239 https://fonts.googleapis.com/css?family=Bitter I agree, it doesn't render well... Now, lets block fonts.googleapis.com (which I usually do) . . . . . . but that doesn't prove anything because that just corresponds to my settings. We could do this all day . . . The question remains. Why doesn't the Bitter font render properly? . . . and no more pictures of people's own font setting. Ben.
July 8Jul 8 4 hours ago, Ben Markson said: Why doesn't the Bitter font render properly? Define "properly"? XP (ie, most of you) has different "smooth edges" font settings and not all of you are using the same OS SETTINGS. Are you smoothing the edges of fonts? If so, are you using Standard or ClearType? Even if the browser is denied that "Bitter" font, it still has to fall back to something, and if that font isn't even installed, then it falls back to something else entirely. Then there is also GDI versus DirectWrite. There are a lot of factors at play here.
July 20Jul 20 Anyone tried recently Ebay login with 78.0.3? In my case when it prompts "Checking your browser before you access Ebay" it's crashing the tab.Dunno if they made an update on Ebay, but few days ago it normally worked,
July 24Jul 24 @feodor2's reply basically here: https://github.com/Feodor2/Mypal68/issues/575#issuecomment-2656743749 ie, really nothing that he can do, you have to contact the website owner and request they stop using Cloudflare. "Good Luck." Edited July 24Jul 24 by NotHereToPlayGames
July 25Jul 25 On 7/24/2026 at 3:14 AM, GH0st said: Still no fix for Cloudflare? This keeps me from so much. Been four+ months Don’t be misled! Quoting from old, already closed and resolved at the time issues serves no purpose and is misleading. I’ve opened a new issue on GitHub today: https://github.com/Feodor2/Mypal68/issues/723 One thing is clear. If you use a browser that doesn’t support Cloudflare’s security nonsense, you won’t get very far in these days, and it’ll be useless. Indeed, Cloudflare = Cauldron Filthcare. Edited July 25Jul 25 by AstroSkipper
July 25Jul 25 37 minutes ago, AstroSkipper said: One thing is clear. If you use a browser that doesn’t support Cloudflare’s security nonsense, you won’t get very far in these days, and it’ll be useless.
July 25Jul 25 On 7/24/2026 at 3:14 AM, GH0st said: Still no fix for Cloudflare? This keeps me from so much. Been four+ months On 7/25/2026 at 1:11 PM, AstroSkipper said: Don’t be misled! Quoting from old, already closed and resolved at the time issues serves no purpose and is misleading. I’ve opened a new issue on GitHub today: https://github.com/Feodor2/Mypal68/issues/723 One thing is clear. If you use a browser that doesn’t support Cloudflare’s security nonsense, you won’t get very far in these days, and it’ll be useless. Indeed, Cloudflare = Cauldron Filthcare. @GH0st So, here is a workaround. Create a SSUAO for cloudflare.com, i.e. general.useragent.override.cloudflare.com with the following user agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0 Test it and report here! And if that doesn’t help, try disabling uBO completely, i.e. the extension in the Add-ons Manager, if you’re using it. An uBO set too aggressively made it impossible for me to complete the CF challenges. Edited July 27Jul 27 by AstroSkipper
July 28Jul 28 On 7/25/2026 at 10:57 PM, AstroSkipper said: @GH0st So, here is a workaround. Create a SSUAO for cloudflare.com, i.e. general.useragent.override.cloudflare.com with the following user agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0 Test it and report here! And if that doesn’t help, try disabling uBO completely, i.e. the extension in the Add-ons Manager, if you’re using it. An uBO set too aggressively made it impossible for me to complete the CF challenges. You can select the version of the SSUAO up to 78 at the moment. That might change in the next releases. We will see. The current discussion can be read here: Mypal 78.0.3 - Cloudflare challenge loops and their solution
July 28Jul 28 And here is a temporary polyfill for GitHub's editor issue The GitHub editor does not work in Mypal 78.0.3: // ==UserScript== // @name GitHub Editor Fix // @namespace https://msfn.org/board/profile/311648-astroskipper/ // @version 1.0 // @description Polyfills Array.prototype.toSorted for GitHub editor compatibility created by dainiusb from GitHub // @author AstroSkipper / Gemini // @match https://github.com/* // @match https://*.github.com/* // @run-at document-start // @icon https://github.githubassets.com/favicons/favicon.png // @grant none // ==/UserScript== (function() { // Polyfill Array.prototype.toSorted if missing if (!Array.prototype.toSorted) { Object.defineProperty(Array.prototype, 'toSorted', { value: function(compareFn) { return this.slice().sort(compareFn); }, writable: true, configurable: true, enumerable: false }); } })();
July 29Jul 29 Made these changes, even tried Ff78, still did not help. Does it need to be a STRING or BOOLEAN?
July 29Jul 29 8 minutes ago, GH0st said: Made these changes, even tried Ff78, still did not help. Does it need to be a STRING or BOOLEAN? SSUAOs are always strings. Delete cache, all related cookies and website settings. Disable temporarily uBO if you're using it. And purge also the startup cache. Finally, close Mypal completely and start it again. Edited July 29Jul 29 by AstroSkipper Update of content
July 29Jul 29 I also tested with uBlock Origin off, disabled, so it was not blocking anything, with no changes to cloudfare sites https://eztv.tf/home https://yts.gg/browse-movies/0/all/all/0/latest/0/en
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now