diff --git a/OpenFoodFactsPower.user.js b/OpenFoodFactsPower.user.js index 2ce8aa3..162c213 100644 --- a/OpenFoodFactsPower.user.js +++ b/OpenFoodFactsPower.user.js @@ -2,7 +2,7 @@ // @name Open Food Facts power user script // @description Helps power users in their day to day work. Key "?" shows help. This extension is a kind of sandbox to experiment features that could be added to Open Food Facts website. // @namespace openfoodfacts.org -// @version 2023-12-22T10:15 +// @version 2023-01-03T11:20 // @include https://*.openfoodfacts.org/* // @include https://*.openproductsfacts.org/* // @include https://*.openbeautyfacts.org/* @@ -59,7 +59,7 @@ var proPlatform = false; // TODO: to be included in isPageType() const pageType = isPageType(); // test page type const corsProxyURL = ""; - log("2023-10-11T09:43 - mode: " + pageType); + log("2023-01-03T11:20 - mode: " + pageType); // Disable extension if the page is an API result; https://world.openfoodfacts.org/api/v0/product/3222471092705.json if (pageType === "api") {