You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OpenFoodFactsPower.user.js
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
// @name Open Food Facts power user script
3
3
// @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.
4
4
// @namespace openfoodfacts.org
5
-
// @version 2022-12-08T08:20
5
+
// @version 2022-12-19T08:20
6
6
// @include https://*.openfoodfacts.org/*
7
7
// @include https://*.openproductsfacts.org/*
8
8
// @include https://*.openbeautyfacts.org/*
@@ -56,7 +56,7 @@
56
56
varproPlatform=false;// TODO: to be included in isPageType()
57
57
constpageType=isPageType();// test page type
58
58
constcorsProxyURL="";
59
-
log("2022-12-08T08:20 - mode: "+pageType);
59
+
log("2022-12-19T08:20 - mode: "+pageType);
60
60
61
61
// Disable extension if the page is an API result; https://world.openfoodfacts.org/api/v0/product/3222471092705.json
62
62
if(pageType==="api"){
@@ -391,7 +391,6 @@ input.show_comparison {
391
391
392
392
/* Let nutrition image as tall as Nutrition facts table */
0 commit comments