Hey there,
is this another one of those nasty web extension problems noone saw coming or deemed important enough for fx57 to be fixed?
I've successfully managed to get a UserScript loaded into the Greasemnkey Extension and have it enabled on the site.
However when I open the DevTools, there's no sign of this script even existing at all.
According to Mozilla there should be a unique moz-extension:// namespace for each extension in which content scripts would be listed.
It seems like this isn't true for content scripts inserted via the programmatic way and/or using inline code instead of a source file.
Debugging the Greasemonkey Extension itself only gets me to the point where the script is inserted, but I can't debug the executeScript call or the processed script in any way.
I suppose this is a Firefox issue and not a problem of Greasemonkey, right?