<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Blurry font on German Google Maps (&quot;www.google.de&#x2F;maps&quot;)]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/11371/issue-blurred-font-on-webpages">Issue: blurred font on webpages</a></p>
<p dir="auto">Once again the german Google Maps is displaying blurry fonts everywhere.</p>
<p dir="auto">On Firefox everything is just fine.<br />
It is the same for normal and private windows, so I guess no Extension is causing this issue, since I disabled all in Private Mode.</p>
<p dir="auto">I don't know if the developer team reads this or if they already work on this issue.</p>
<p dir="auto">Currently I have a workaround for this using an Extension called <a href="https://addons.opera.com/en/extensions/details/scripter-script-includer/" target="_blank" rel="noopener noreferrer nofollow ugc">"Scripter"</a> that automatically injects and executes some JavaScript Code on the German Google Maps Site</p>
<p dir="auto">Scripter Setting:</p>
<p dir="auto"><code>onload (script will be run after all content loaded)</code></p>
<p dir="auto">The JavaScript code:</p>
<pre><code>var loc = location.href;
var reg = new RegExp("https?:\/\/w{0,3}\.?google\.de\/maps\/?.*", "i");
var substr = loc.match(/https?:\/\/w{0,3}\.?google\.de\/maps/i);
var str = loc.replace(substr, "https://www.google.com/maps");
var bool = reg.test(loc);
if (bool == true) {
var usr = confirm("Switch to Google.com?");
if (usr == true) {
	location.replace(str);
}
}
</code></pre>
<p dir="auto">The JS Script checks whether the current page URL contains "<a href="http://www.google.de/maps" target="_blank" rel="noopener noreferrer nofollow ugc">www.google.de/maps</a>" and then switches to "<a href="http://www.google.com/maps" target="_blank" rel="noopener noreferrer nofollow ugc">www.google.com/maps</a>".<br />
It's not very cool, but at least it works...</p>
<p dir="auto">Does anybody else have this issue or is it just me?</p>
]]></description><link>https://forums.opera.com/topic/27074/blurry-font-on-german-google-maps-www-google-de-maps</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 15:44:36 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/27074.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Jun 2018 20:28:22 GMT</pubDate><ttl>60</ttl></channel></rss>