Attempt assistance for new scripts.#1851
Merged
Martii merged 1 commit intoOpenUserJS:masterfrom Nov 21, 2021
Merged
Conversation
* Doesn't matter if we are in lockdown or not for this. * NOTE: On dev this didn't work except under Linux SeaMonkey 2.53.8.1 but not Chromium and Fx 94.0.1. Could be a jQuery dep issue or even a browser issue that appeared... or perhaps something changed scope wise. Commented where it happens. This is better than nothing imho. Maybe it will work under pro and perhaps Windows. \*shrugs\* * This feature is very BETA due to the issue encountered in other browsers. Any suggestions are welcome. Post OpenUserJS#1847
Member
Author
|
Fx logging (pre with failure post): GEThttps://openuserjs.org/scripts/Marti/oujs_-_Meta_View/source
[HTTP/1.1 200 OK 566ms]
AbortError: Actor 'Conduits' destroyed before query 'RuntimeMessage' was resolved ConduitsParent.jsm:312
Promise resolved while context is inactive
content-utils.js:28
sendRemoveListener on closed conduit {7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}.412316860445 ConduitsChild.jsm:108
GEThttps://openuserjs.org/redist/npm/jquery/dist/jquery.js
[HTTP/1.1 200 OK 0ms]
GEThttps://openuserjs.org/redist/npm/bootstrap/dist/js/bootstrap.js
[HTTP/1.1 200 OK 0ms]
GEThttps://openuserjs.org/redist/npm/clipboard/dist/clipboard.js
[HTTP/1.1 200 OK 0ms]
GEThttps://openuserjs.org/redist/npm/ace-builds/src/ace.js
[HTTP/1.1 304 Not Modified 59ms]
GEThttps://openuserjs.org/redist/npm/js-beautify/js/lib/beautify.js
[HTTP/1.1 200 OK 0ms]
GEThttps://openuserjs.org/redist/npm/diff/dist/diff.js
[HTTP/1.1 200 OK 0ms]
GEThttps://openuserjs.org/redist/npm/jquery/dist/jquery.js
GEThttps://openuserjs.org/redist/npm/bootstrap/dist/js/bootstrap.js
GEThttps://openuserjs.org/redist/npm/ace-builds/src/ace.js
GEThttps://openuserjs.org/redist/npm/ace-builds/src/ace.js
[HTTP/1.1 304 Not Modified 57ms]
GEThttps://openuserjs.org/redist/npm/ace-builds/src/ace.js
GEThttps://openuserjs.org/images/favicon.ico
[HTTP/1.1 200 OK 0ms]
GEThttps://openuserjs.org/redist/npm/ace-builds/src/theme-dawn.js
[HTTP/1.1 304 Not Modified 58ms]
GEThttps://openuserjs.org/redist/npm/ace-builds/src/mode-javascript.js
[HTTP/1.1 304 Not Modified 119ms]
GEThttps://openuserjs.org/redist/npm/ace-builds/src/worker-javascript.js
[HTTP/1.1 304 Not Modified 59ms]
|
Member
Author
|
Edge to the rescue? ... something to refix. Probably what is happening... stand by. |
Martii
added a commit
to Martii/OpenUserJS.org
that referenced
this pull request
Jan 10, 2022
* Ace is referenced in clipboard but not defined until scriptEditor script is loaded... scoot that around. * Fix injection into the incorrect pages with *mu2* *(mustache checks)* scope checks Post OpenUserJS#1851
Merged
Martii
added a commit
that referenced
this pull request
Jan 10, 2022
* Ace is referenced in clipboard but not defined until scriptEditor script is loaded... scoot that around. * Fix injection into the incorrect pages with *mu2* *(mustache checks)* scope checks Post #1851 Auto-merge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Post #1847