Skip to content

Commit f045d4c

Browse files
Add openfoodfacts.net
1 parent 2a1f97f commit f045d4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

OpenFoodFactsPower.user.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
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-10-19T15:11
5+
// @version 2022-11-08T11:20
66
// @include https://*.openfoodfacts.org/*
77
// @include https://*.openproductsfacts.org/*
88
// @include https://*.openbeautyfacts.org/*
99
// @include https://*.openpetfoodfacts.org/*
1010
// @include https://*.pro.openfoodfacts.org/*
11+
// @include https://*.openfoodfacts.net/*
1112
// @include https://*.openfoodfacts.dev/*
1213
// @include http://*.productopener.localhost/*
1314
// @exclude https://analytics.openfoodfacts.org/*
@@ -54,7 +55,7 @@
5455
var proPlatform = false; // TODO: to be included in isPageType()
5556
const pageType = isPageType(); // test page type
5657
const corsProxyURL = "";
57-
log("2022-10-19T15:11 - mode: " + pageType);
58+
log("2022-11-08T11:20 - mode: " + pageType);
5859

5960
// Disable extension if the page is an API result; https://world.openfoodfacts.org/api/v0/product/3222471092705.json
6061
if (pageType === "api") {

0 commit comments

Comments
 (0)