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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,13 @@
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-10-19T15:11
5
+
// @version 2022-11-08T11:20
6
6
// @include https://*.openfoodfacts.org/*
7
7
// @include https://*.openproductsfacts.org/*
8
8
// @include https://*.openbeautyfacts.org/*
9
9
// @include https://*.openpetfoodfacts.org/*
10
10
// @include https://*.pro.openfoodfacts.org/*
11
+
// @include https://*.openfoodfacts.net/*
11
12
// @include https://*.openfoodfacts.dev/*
12
13
// @include http://*.productopener.localhost/*
13
14
// @exclude https://analytics.openfoodfacts.org/*
@@ -54,7 +55,7 @@
54
55
varproPlatform=false;// TODO: to be included in isPageType()
55
56
constpageType=isPageType();// test page type
56
57
constcorsProxyURL="";
57
-
log("2022-10-19T15:11 - mode: "+pageType);
58
+
log("2022-11-08T11:20 - mode: "+pageType);
58
59
59
60
// Disable extension if the page is an API result; https://world.openfoodfacts.org/api/v0/product/3222471092705.json
0 commit comments