-
Notifications
You must be signed in to change notification settings - Fork 656
Closed
Labels
externalinteroperabilityinteroperability of userscript engines, a difference in behaviorinteroperability of userscript engines, a difference in behavior
Description
Environment: Latests monkeys on Firefox (Windows 10)
On some sites [can't link as it's non-public] an userscript fails at this line with "Uncaught TypeError: can't access property "each", $(...) is null" when Tampermonkey works.
Violentmonkey needs one of the fixes listed below:
- Add
// @inject-into content - Replace all
$withjQuery - Add
const $ = jQuery.noConflict(); - In settings change "Injection mode" from "auto" to "content"
Can Violentmonkey just work out of the box like Tampermonkey in such case?
Metadata
Metadata
Assignees
Labels
externalinteroperabilityinteroperability of userscript engines, a difference in behaviorinteroperability of userscript engines, a difference in behavior