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
The power user script fails with the error "history is null". On line 804 the variable history should be assigned with the #history element, but the is none such in the DOM of e.g. https://world.openfoodfacts.org/product/6111099000247
Uncaught (in promise) TypeError: history is null
window["__f__lsl0fzv4.kt9"]/</< moz-extension://b44e721e-003d-49fa-8d38-f046ab61ffb4/userscripts/Open-Food-Facts-power-user-script.user.js?id=fa8fc560-58ad-4b78-9bf9-c5916ff18b57:852
window["__f__lsl0fzv4.kt9"]/< moz-extension://b44e721e-003d-49fa-8d38-f046ab61ffb4/userscripts/Open-Food-Facts-power-user-script.user.js?id=fa8fc560-58ad-4b78-9bf9-c5916ff18b57:2837
Rt https://world.openfoodfacts.org/product/6111099000247:9
window["__f__lsl0fzv4.kt9"]/< moz-extension://b44e721e-003d-49fa-8d38-f046ab61ffb4/userscripts/Open-Food-Facts-power-user-script.user.js?id=fa8fc560-58ad-4b78-9bf9-c5916ff18b57:1
"__f__lsl0fzv4.kt9" moz-extension://b44e721e-003d-49fa-8d38-f046ab61ffb4/userscripts/Open-Food-Facts-power-user-script.user.js?id=fa8fc560-58ad-4b78-9bf9-c5916ff18b57:1
Rt https://world.openfoodfacts.org/product/6111099000247:9
o https://world.openfoodfacts.org/product/6111099000247:81
<anonymous> https://world.openfoodfacts.org/product/6111099000247:84
m https://world.openfoodfacts.org/product/6111099000247:78
6111099000247 line 9 > injectedScript:852:13
What
The power user script fails with the error "history is null". On line 804 the variable
history
should be assigned with the#history
element, but the is none such in the DOM of e.g. https://world.openfoodfacts.org/product/6111099000247power-user-script/OpenFoodFactsPower.user.js
Line 829 in 41c39a5
Steps to reproduce the behavior:
document.getElementById("history")
in the web console.null
is returned.Expected behavior
Power User Script should work in all cases
Platform (Desktop, Mobile, Hunger Games)
The text was updated successfully, but these errors were encountered: