Closed DarthParametric closed 5 years ago
Yeah, the s
flag is not supported yet by Firefox. And it's unassigned on bugzilla [0].
Ref: [0] https://bugzilla.mozilla.org/show_bug.cgi?id=1361856
Hi @DarthParametric & @darcien!
Thanks for letting us know. It should be fixed now.
Nope, still broken.
Hmm, well maybe someone else can take a look. I've got to run 😞
Sorry, my mistake., Disregard. It updated to the previous commit. Had to force a new manual update to get it to 2.5.2. It is working now.
The 53d90e2 commit, changing line 481 from
.replace(/\s+\/\* grunt build - remove to end of file(.*(\n|\r))+\}$/m, "");
to
.replace(/\s+\/\* grunt build - remove start \*\/.*\s+\/\* grunt build - remove end \*\/$/sm, "");
results in the script no longer working on Firefox 65.0.2 on Windows using either Tampermonkey or Violentmonkey. Reverting to an older version or editing the line manually restores functionality.