Disappearing Menu Commands After User Input In Tampermonkey
Solution 1:
What URL are you testing this on? I tested on http://veekun.com/dex/gadgets/stat_calculator
.
Anyway, the script behavior, vis à vis the menu commands did seem erratic with Tampermonkey. I couldn't really tell / didn't really check if the rest of the script was working as it should.
The culprit seems to be the sizzlemctwizzle.com
update check. Removing its // @require
made the menu stable. Putting that directive back, broke the script again.
I've never been a fan of that update checker, so I'm not going to dive into why it appears to be breaking the Tampermonkey instance of this script. (That would be another question -- and one probably best directed at the 2 responsible developers.)
For now, suggest you just delete it. Your users will check for updates as needed :) .
Post a Comment for "Disappearing Menu Commands After User Input In Tampermonkey"