<?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[JavaScript alert on my site not showing up on Opera]]></title><description><![CDATA[<p dir="auto">I am building the following website:  [<a href="http://www.chasertool.xyz/GMapAddressToLatLng.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.chasertool.xyz/GMapAddressToLatLng.html</a>](link url) and have an alert programmed in JavaScript.  When I view the website in Chrome the alert works as designed but it does not work as designed in Opera.  I think the ad blockers are blocking it but I have gone thru the menus and believe I have turned them all off.  What else might I be missing?  Can someone walk thru this with me.  Quite a rabbit hole thus far!  I am running Opera Beta by the way...</p>
]]></description><link>https://forums.opera.com/topic/81221/javascript-alert-on-my-site-not-showing-up-on-opera</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 02:45:36 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/81221.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Feb 2025 14:19:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Sat, 22 Feb 2025 08:29:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/209442">@jkreski</a> Ctrl + F5 doesn't need those tags to work. It just works on its own. Goto the URL <code>opera://settings/keyboardShortcuts</code> and take a look at the "reload without the cache" command.</p>
<p dir="auto">Not sure why it's not working for you.</p>
<blockquote>
<p dir="auto">They suggested a line of code to be put into my .httpaccess file.</p>
</blockquote>
<p dir="auto">It's usually <code>.htaccess</code> as mentioned at <a href="https://www.hostinger.com/tutorials/locate-and-create-htaccess" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.hostinger.com/tutorials/locate-and-create-htaccess</a>, but understood about the password issue.</p>
<p dir="auto">It might be something like this:</p>
<pre><code>&lt;IfModule mod_headers.c&gt;
    Header set Cache-Control "no-cache, no-store, must-revalidate"
    Header set Pragma "no-cache"
    Header set Expires 0
&lt;/IfModule&gt;
</code></pre>
<p dir="auto">that you need to add to your .htaccess file (just while developing if you want). But, if you don't get things exactly right, pages on your site won't load.</p>
<p dir="auto">But, you really shouldn't have to do any of this and ctrl + F5 should be enough.</p>
<p dir="auto">However, see <a href="https://support.hostinger.com/en/articles/1583501-how-to-clear-cache" target="_blank" rel="noopener noreferrer nofollow ugc">https://support.hostinger.com/en/articles/1583501-how-to-clear-cache</a>.</p>
]]></description><link>https://forums.opera.com/post/377392</link><guid isPermaLink="true">https://forums.opera.com/post/377392</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Sat, 22 Feb 2025 08:29:41 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Fri, 21 Feb 2025 21:50:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> I installed the Meta tags.  They did not work after a Ctrl-F5.  I chatted with my hostinger provider about the HTTP response header.  They suggested a line of code to be put into my .httpaccess file.  I did that but when I activated the file I couldn't get into my website because the file demanded a user ID and password and I didn't remember what I used so I re-deactivated it.  They are still chatting with me but think it's the browser's cache that is the issue so I am not hopeful.</p>
]]></description><link>https://forums.opera.com/post/377360</link><guid isPermaLink="true">https://forums.opera.com/post/377360</guid><dc:creator><![CDATA[jkreski]]></dc:creator><pubDate>Fri, 21 Feb 2025 21:50:14 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Fri, 21 Feb 2025 00:41:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/209442">@jkreski</a> You can try adding the following inside <code>&lt;head&gt;</code>.</p>
<pre><code>&lt;meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"&gt;
&lt;meta http-equiv="Pragma" content="no-cache"&gt;
&lt;meta http-equiv="Expires" content="0"&gt;
</code></pre>
<p dir="auto">to see if it helps. But, I was talking about doing it as an HTTP response header. Not sure how to do that for LiteSpeed that you're running, but you can <a href="https://www.google.com/search?q=litespeed+server+add+cache-control+to+response+header" target="_blank" rel="noopener noreferrer nofollow ugc">search for info</a> if the meta tags don't work.</p>
]]></description><link>https://forums.opera.com/post/376983</link><guid isPermaLink="true">https://forums.opera.com/post/376983</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Fri, 21 Feb 2025 00:41:18 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Thu, 20 Feb 2025 22:30:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> tried to get the Cache-Control command to work in the header of my webpage and couldn't get it to work.  One did nothing and another try rendered a blank white page.  Do I do this from within the webpage on the server from the HEAD section and should it be in a JavaScript script?</p>
]]></description><link>https://forums.opera.com/post/376979</link><guid isPermaLink="true">https://forums.opera.com/post/376979</guid><dc:creator><![CDATA[jkreski]]></dc:creator><pubDate>Thu, 20 Feb 2025 22:30:44 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Thu, 20 Feb 2025 19:02:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> Works like a charm! Is there a way to send this command:</p>
<ol>
<li>On a cell phone - both Android and iPhone?</li>
<li>Via JavaScript code from within the webpage so when it loads it runs?</li>
</ol>
]]></description><link>https://forums.opera.com/post/376950</link><guid isPermaLink="true">https://forums.opera.com/post/376950</guid><dc:creator><![CDATA[jkreski]]></dc:creator><pubDate>Thu, 20 Feb 2025 19:02:01 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Thu, 20 Feb 2025 15:22:48 GMT]]></title><description><![CDATA[<p dir="auto">While testing the site at least, you can have the server send:</p>
<pre><code>Cache-Control: no-cache, no-store, must-revalidate
</code></pre>
<p dir="auto">in the response header to the client if you want.</p>
]]></description><link>https://forums.opera.com/post/376915</link><guid isPermaLink="true">https://forums.opera.com/post/376915</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Thu, 20 Feb 2025 15:22:48 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Thu, 20 Feb 2025 15:07:48 GMT]]></title><description><![CDATA[<p dir="auto">After making a change on the server, you can hit ctrl + F5 on the page to load the fresh version of the page.</p>
]]></description><link>https://forums.opera.com/post/376910</link><guid isPermaLink="true">https://forums.opera.com/post/376910</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Thu, 20 Feb 2025 15:07:48 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Thu, 20 Feb 2025 14:19:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> Something is wrong...  the cache is not refreshing.  I got the alert but now do not want it.  So I commented it out in my code, saved the file and uploaded it to my server.  When I click the Google Map I DO get the alert which now is not wanted.  I tried the Private page and it did NOT have the alert.  I don't want to have to delete all my settings every time I make some change to my site and upload it.  Can you think of any setting that I should be using to correct for this situation?  Thanks!  A fresh rabbit hole I suspect...</p>
]]></description><link>https://forums.opera.com/post/376849</link><guid isPermaLink="true">https://forums.opera.com/post/376849</guid><dc:creator><![CDATA[jkreski]]></dc:creator><pubDate>Thu, 20 Feb 2025 14:19:31 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Thu, 20 Feb 2025 06:37:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> Did step 1.  No different.  Did step 2.  It Worked!  Thank you for your help and patience!</p>
]]></description><link>https://forums.opera.com/post/376704</link><guid isPermaLink="true">https://forums.opera.com/post/376704</guid><dc:creator><![CDATA[jkreski]]></dc:creator><pubDate>Thu, 20 Feb 2025 06:37:52 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 23:43:01 GMT]]></title><description><![CDATA[<p dir="auto">Goto the URL <code>opera://settings/content/all</code>, type <code>chasertool.xyz</code> in the search field and click "Delete displayed data". You might want to try the same thing with <code>google.com</code> and <code>googleapis.com</code>. Maybe even <code>gstatic.com</code>.</p>
<p dir="auto">Goto the URL <code>opera://settings/clearBrowserData</code> and clear "cached images and files" for all time.</p>
<p dir="auto">While on <a href="http://www.chasertool.xyz/GMapAddressToLatLng.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.chasertool.xyz/GMapAddressToLatLng.html</a>, click the badge at the left of the address field (usually a lock, but a triangle in this case), goto "site settings" and choose "reset permissions". Maybe goto just <a href="http://chasertool.xyz/" target="_blank" rel="noopener noreferrer nofollow ugc">http://chasertool.xyz/</a> and try the same. You might want to try the same thing with <a href="https://www.google.com/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.google.com/</a>.</p>
]]></description><link>https://forums.opera.com/post/376701</link><guid isPermaLink="true">https://forums.opera.com/post/376701</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Wed, 19 Feb 2025 23:43:01 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 18:05:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/73">@leocg</a> I have a lot of settings that supress notifications from other websites and would rather not do a global reset as I am only out to correct the behavior of this one website.</p>
]]></description><link>https://forums.opera.com/post/376674</link><guid isPermaLink="true">https://forums.opera.com/post/376674</guid><dc:creator><![CDATA[jkreski]]></dc:creator><pubDate>Wed, 19 Feb 2025 18:05:44 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 17:33:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/209442">@jkreski</a> Reset your flags and settings</p>
]]></description><link>https://forums.opera.com/post/376668</link><guid isPermaLink="true">https://forums.opera.com/post/376668</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Wed, 19 Feb 2025 17:33:38 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 14:31:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/64">@sgunhouse</a> thanks for your information <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/263a.png?v=qqje97jok90" class="not-responsive emoji emoji-emoji-one emoji--smiling_face" title=":smiling_face:" alt="☺" />️</p>
]]></description><link>https://forums.opera.com/post/376619</link><guid isPermaLink="true">https://forums.opera.com/post/376619</guid><dc:creator><![CDATA[Sherlockholmes007]]></dc:creator><pubDate>Wed, 19 Feb 2025 14:31:35 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 14:14:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/64">@sgunhouse</a> I disabled all my extensions and restarted my browser and that did not correct the issue...</p>
]]></description><link>https://forums.opera.com/post/376616</link><guid isPermaLink="true">https://forums.opera.com/post/376616</guid><dc:creator><![CDATA[jkreski]]></dc:creator><pubDate>Wed, 19 Feb 2025 14:14:21 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 17:33:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/64">@sgunhouse</a> Oh wow!  A whole new world!  And Yes, I do get the alert in the private window once I click the Google Map.  Now what?  And thanks!</p>
]]></description><link>https://forums.opera.com/post/376591</link><guid isPermaLink="true">https://forums.opera.com/post/376591</guid><dc:creator><![CDATA[jkreski]]></dc:creator><pubDate>Wed, 19 Feb 2025 17:33:01 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 02:12:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/209442">@jkreski</a> A private window is a separate window with no access to cookies or history if you want to make sure no one is tracking you. It also disables all extensions, which makes it useful for checking if a "bug" might be due to some extension installed on your system. You should have the option on the right-click menu to open the link in a private window.</p>
]]></description><link>https://forums.opera.com/post/376508</link><guid isPermaLink="true">https://forums.opera.com/post/376508</guid><dc:creator><![CDATA[sgunhouse]]></dc:creator><pubDate>Wed, 19 Feb 2025 02:12:07 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 01:57:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> what is a private window?</p>
]]></description><link>https://forums.opera.com/post/376507</link><guid isPermaLink="true">https://forums.opera.com/post/376507</guid><dc:creator><![CDATA[jkreski]]></dc:creator><pubDate>Wed, 19 Feb 2025 01:57:37 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 01:49:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/209442">@jkreski</a> When I click the Google map, I get an alert that says "Made it to here!" no problem. I get it even with Opera's adblocking and tracking protection turned on.</p>
<p dir="auto">Does the alert work fine in a private window?</p>
]]></description><link>https://forums.opera.com/post/376505</link><guid isPermaLink="true">https://forums.opera.com/post/376505</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Wed, 19 Feb 2025 01:49:49 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 01:25:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/64">@sgunhouse</a> no, there is no alert when first loading the page.  Only after you tap the Google Map and fetch the details for the upper left cell.  Sorry if I mislead you!</p>
]]></description><link>https://forums.opera.com/post/376504</link><guid isPermaLink="true">https://forums.opera.com/post/376504</guid><dc:creator><![CDATA[jkreski]]></dc:creator><pubDate>Wed, 19 Feb 2025 01:25:28 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 01:05:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/209442">@jkreski</a> That's the one I said worked fine in my first reply, you said there should be one from just loading the page. Which is it?</p>
]]></description><link>https://forums.opera.com/post/376503</link><guid isPermaLink="true">https://forums.opera.com/post/376503</guid><dc:creator><![CDATA[sgunhouse]]></dc:creator><pubDate>Wed, 19 Feb 2025 01:05:42 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 00:39:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/73">@leocg</a> yes!  Tap on Google map (lower left of webpage).  That should fetch current conditions and forecast for that location and trigger the alert...  should've included that in my original post - sorry!</p>
]]></description><link>https://forums.opera.com/post/376501</link><guid isPermaLink="true">https://forums.opera.com/post/376501</guid><dc:creator><![CDATA[jkreski]]></dc:creator><pubDate>Wed, 19 Feb 2025 00:39:58 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Wed, 19 Feb 2025 00:31:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/209442">@jkreski</a> No alert on Floorp (a browser based on Firefox) or Vivaldi either.</p>
]]></description><link>https://forums.opera.com/post/376499</link><guid isPermaLink="true">https://forums.opera.com/post/376499</guid><dc:creator><![CDATA[sgunhouse]]></dc:creator><pubDate>Wed, 19 Feb 2025 00:31:11 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Tue, 18 Feb 2025 22:56:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/209442">@jkreski</a> Just opened it in Chrome Canary and got no alert. Any specific thing should be done to trigger the alert?</p>
]]></description><link>https://forums.opera.com/post/376496</link><guid isPermaLink="true">https://forums.opera.com/post/376496</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Tue, 18 Feb 2025 22:56:15 GMT</pubDate></item><item><title><![CDATA[Reply to JavaScript alert on my site not showing up on Opera on Tue, 18 Feb 2025 22:51:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/73">@leocg</a> I get the alert on a fresh install of Chrome which I have cutomized no settings for any reason...</p>
]]></description><link>https://forums.opera.com/post/376493</link><guid isPermaLink="true">https://forums.opera.com/post/376493</guid><dc:creator><![CDATA[jkreski]]></dc:creator><pubDate>Tue, 18 Feb 2025 22:51:51 GMT</pubDate></item></channel></rss>