-
Notifications
You must be signed in to change notification settings - Fork 676
Closed
Description
What is the problem?
Violentmonkey doesn't seem to run userscripts when JavaScript is disabled for a site, for example, by using an addon such as uMatrix or NoScript to disable JavaScript. Being able to run userscripts even when JavaScript was disabled on a site is an essential use-case for me. It was one of the strengths of the old Greasemonkey that it could do this reliably.
How to reproduce it?
- Install Violentmonkey and uMatrix.
- Install a userscript for a site.
- Disable JavaScript for that site.
- Visit a site where the userscript should be active.
- Notice that the userscript is not run.
- Enable JavaScript for that site
- Visit the same site again.
- Notice that the userscript is now run.
This is not compatible with the old Greasemonkey.
What is the expected result?
VM should run userscripts even when JavaScript is disabled. This would make it compatible with the old Greasemonkey.
What is the actual result?
Userscripts don't work when JavaScript is disabled.
Environment
- Browser: Firefox
- Browser version: 57.1
- Violentmonkey version: 2.8.22
- OS: Mac OS X 10.13, Windows 8.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels