Skip to content

Commit 1e76663

Browse files
fix: fix #64
1 parent 808bb42 commit 1e76663

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

OpenFoodFactsPower.user.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name Open Food Facts power user script
33
// @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.
44
// @namespace openfoodfacts.org
5-
// @version 2022-12-08T08:20
5+
// @version 2022-12-19T08:20
66
// @include https://*.openfoodfacts.org/*
77
// @include https://*.openproductsfacts.org/*
88
// @include https://*.openbeautyfacts.org/*
@@ -56,7 +56,7 @@
5656
var proPlatform = false; // TODO: to be included in isPageType()
5757
const pageType = isPageType(); // test page type
5858
const corsProxyURL = "";
59-
log("2022-12-08T08:20 - mode: " + pageType);
59+
log("2022-12-19T08:20 - mode: " + pageType);
6060

6161
// Disable extension if the page is an API result; https://world.openfoodfacts.org/api/v0/product/3222471092705.json
6262
if (pageType === "api") {
@@ -391,7 +391,6 @@ input.show_comparison {
391391
392392
/* Let nutrition image as tall as Nutrition facts table */
393393
#nutrition_image_copy {
394-
width: 80%;
395394
width: -moz-available;
396395
height: 92%;
397396
}

0 commit comments

Comments
 (0)