<?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[Tracking browser.js updates]]></title><description><![CDATA[<p dir="auto">I am working on an extension that notifies the user when the browser updates itself. I can do it with the built-in API-s, but I'd like to track the browser.js file too. Is there any way to check whether that file was updated?</p>
]]></description><link>https://forums.opera.com/topic/5856/tracking-browser-js-updates</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 02:39:56 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/5856.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 Oct 2014 22:41:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Tracking browser.js updates on Thu, 06 Nov 2014 19:47:19 GMT]]></title><description><![CDATA[<p dir="auto">I know that. But how can I track the update with JS? Does GitHub offer some kind of solution you know about?</p>
]]></description><link>https://forums.opera.com/post/57334</link><guid isPermaLink="true">https://forums.opera.com/post/57334</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 06 Nov 2014 19:47:19 GMT</pubDate></item><item><title><![CDATA[Reply to Tracking browser.js updates on Thu, 06 Nov 2014 07:39:38 GMT]]></title><description><![CDATA[<p dir="auto">We have a public repository on GitHub for browserJS</p>
<p dir="auto"><a href="https://github.com/operasoftware/browserjs" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/operasoftware/browserjs</a></p>
]]></description><link>https://forums.opera.com/post/57252</link><guid isPermaLink="true">https://forums.opera.com/post/57252</guid><dc:creator><![CDATA[ruario]]></dc:creator><pubDate>Thu, 06 Nov 2014 07:39:38 GMT</pubDate></item><item><title><![CDATA[Reply to Tracking browser.js updates on Mon, 20 Oct 2014 19:22:10 GMT]]></title><description><![CDATA[<p dir="auto">OK, I will try it. Thanks!</p>
]]></description><link>https://forums.opera.com/post/55227</link><guid isPermaLink="true">https://forums.opera.com/post/55227</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Mon, 20 Oct 2014 19:22:10 GMT</pubDate></item><item><title><![CDATA[Reply to Tracking browser.js updates on Sun, 19 Oct 2014 21:28:30 GMT]]></title><description><![CDATA[<p dir="auto">Parsing the mentioned site isn't really any more complicated/resource-demanding than parsing the file. But it's up to you.</p>
]]></description><link>https://forums.opera.com/post/55076</link><guid isPermaLink="true">https://forums.opera.com/post/55076</guid><dc:creator><![CDATA[christoph142]]></dc:creator><pubDate>Sun, 19 Oct 2014 21:28:30 GMT</pubDate></item><item><title><![CDATA[Reply to Tracking browser.js updates on Sun, 19 Oct 2014 17:34:14 GMT]]></title><description><![CDATA[<p dir="auto">The browser update check works automatically via the runtime API. It makes the extension pretty lightweight, so parsing the linked site would not be the most welcomed solution. I thought about parsing the file from the profile folder, but I don't know how to access it.<br />
It would be a nice power-user feature, but it's not that important.</p>
]]></description><link>https://forums.opera.com/post/55034</link><guid isPermaLink="true">https://forums.opera.com/post/55034</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sun, 19 Oct 2014 17:34:14 GMT</pubDate></item><item><title><![CDATA[Reply to Tracking browser.js updates on Sun, 19 Oct 2014 09:55:19 GMT]]></title><description><![CDATA[<p dir="auto">One thing you can do is open <a href="http://www.opera.com/docs/browserjs/" target="_blank" rel="noopener noreferrer nofollow ugc">this site</a>, parse it via injected JS and send it back to your event page.<br />
Note however, that browserjs updates are triggered <strong>60s after</strong> Opera starts up. So checking for browser version change and browserjs version change at the same time might not be perfect.</p>
]]></description><link>https://forums.opera.com/post/54972</link><guid isPermaLink="true">https://forums.opera.com/post/54972</guid><dc:creator><![CDATA[christoph142]]></dc:creator><pubDate>Sun, 19 Oct 2014 09:55:19 GMT</pubDate></item></channel></rss>