Skip to content

Commit

Permalink
Update OpenFoodFactsPower.user.js
Browse files Browse the repository at this point in the history
change version
  • Loading branch information
CharlesNepote authored Jan 3, 2024
1 parent 81a6224 commit 85c3b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenFoodFactsPower.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down Expand Up @@ -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") {
Expand Down

0 comments on commit 85c3b01

Please sign in to comment.