From 34ec4ad2e406d6f4e707249249205867e5d6fe9e Mon Sep 17 00:00:00 2001 From: Stig Nygaard Date: Sat, 15 Apr 2023 11:08:30 +0200 Subject: [PATCH] minor details --- WebExtension/background/flickr_fixr.js | 2 +- WebExtension/onboard/onboard.html | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/WebExtension/background/flickr_fixr.js b/WebExtension/background/flickr_fixr.js index 13fa98b..1858024 100644 --- a/WebExtension/background/flickr_fixr.js +++ b/WebExtension/background/flickr_fixr.js @@ -1,4 +1,4 @@ -let versionnumber = (function Versionnumber() { // major.minor.revision +globalThis.versionnumber = globalThis.versionnumber || (function Versionnumber() { // major.minor.revision function current() { if (browser?.runtime) { // webextension versionnumber return browser.runtime.getManifest().version; diff --git a/WebExtension/onboard/onboard.html b/WebExtension/onboard/onboard.html index 9a8e729..c4e23d0 100644 --- a/WebExtension/onboard/onboard.html +++ b/WebExtension/onboard/onboard.html @@ -60,15 +60,16 @@

WARNING on increased minimum requirements!

In the transition from the deprecated MV2 platform to the new MV3 platform, I will have to raise the minimum requirement for version of browser to use with this extension. If you like most, are using a "normal" and auto-updating - version of Firefox or Chromium (Chrome, Edge, Opera, Brave, etc), you - will not be affected...

+ version of your browser, you will not be affected...

But if you are using a browser like for example Firefox ESR, Tor or Waterfox, there might be a period where you won't be able to update to the latest versions of Flickr Fixr. This could become a problem if Flickr makes site-changes being incompatible with current version of Flickr Fixr. If Flickr Fixr stops working for you or Flickr Fixr starts breaking Flickr functionality, I suggest to (report it to and) look for information and advice in the Flickr Fixr thread in Flickr Hacks forum...

-

This version might be the last "MV2-version" of Flickr Fixr. But it depends on how and when things evolve. And maybe also depend on my mood 😊

+

This version might be the last "MV2-version" of Flickr Fixr (Version released for Chrome and + Edge browsers has already moved to MV3 - I'm temporarily maintaining both MV2 and MV3 versions of Flickr Fixr). + But it depends on how and when things evolve. And maybe also a bit on my mood 😊

Help, information, feedback?...

Visit the Flickr Fixr thread in Flickr Hacks forum. I regularly watch that thread for new comments.