We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3ff07 commit 1a70710Copy full SHA for 1a70710
OpenFoodFactsPower.user.js
@@ -502,7 +502,7 @@ content: " — ";
502
"<li>(E): edit product in a new window</li>":
503
"") +
504
((pageType === "product view"|pageType === "edit") ?
505
- "<li id='api_product_page'>(Alt+shift+A): API product page (json)</li>":
+ "<li id='api_product_page'>(a): <a href='" + apiProductURL + "'>API product page</a> (json)</li>":
506
507
"<li><a href='https://google.com/search?&q="+ code + "'>Product code search on Google</a></li>" +
508
"<li>Google Reverse Image search"+
0 commit comments