This simple script actually works but I don’t know enough about user scripts so this might not work in several other cases. What am I missing here that would make it break?
FireMonkey complains about “unsafewindow is not defined” on many scripts. Seeing the jquery code I am wondering, aren’t several scripts just out of date?
What are you trying to do?
Why FireMonkey?
Violentmonkey is well supported and is working very well for people.
I do know how to workaround this Tampermonkey limitation.
Insert either:
// @match *://*/*
Or:
// @include /^https?:\/\//
Before the existing following line:
// @run-at: xxx
I don’t know just yet, if I want to work-around a Tampermonkey limitation in an urgent priority.
It’s why I made a ticket to remind me of it when I have some time.