Facing the same issue with Violentmonkey on Version 0.99.110-beta (WebKit 613.1.12)
:
Violentmonkey cannot run userscripts in this page.
Let me know if there is any additional info I can provide that may help.
Facing the same issue with Violentmonkey on Version 0.99.110-beta (WebKit 613.1.12)
:
Violentmonkey cannot run userscripts in this page.
Let me know if there is any additional info I can provide that may help.
Same here. Violentmonkey doesn't work
Still experiencing this with Tampermonkey today. Both Chrome and Firefox versions
I was just updating ViolentMonkey and noticed that the latest version doesn't work.
I had been using the xpi version of v2.13.0 succesfully untill now:
https://github.com/violentmonkey/violentmonkey/releases/tag/v2.13.0
After testing a few versions I figured out the latest available xpi that works for me is beta v2.13.0.8:
https://github.com/violentmonkey/violentmonkey/releases/tag/v2.13.0.8
The next version with an xpi download available on github is beta v2.13.0.22:
https://github.com/violentmonkey/violentmonkey/releases/tag/v2.13.0.22
This version shows errors in the console of webpages (and the userscripts don't seem to be executed).
TypeError: undefined is not an object (evaluating 'o.wrappedJSObject[s]')
Version 0.99.121.1-beta (WebKit 614.1.20)
MacBook Pro (macOS Catalina 10.15.7 build 19H2026)
Another vote.
Thanks Pieterv. Confirm ViolentMonkey 2.13.0.8 work on Orion 0.99.124.4.1-beta.
2.14.1-2 not work. FYI.
I can confirm that Violentmonkey does not work on 0.99.124.4.1-beta
Can anyone check these in the latest OrionRC?
People reported it now working:
https://discord.com/channels/802933355603034132/900847457347469322/1120963868127137812
While using the RC, I get stuck while importing a zip file exported from firefox
The drop-down also does not seem to load
Recent RC update fixes the pop-out, but the importing is still broken. I also tried via the Text box export/import, but I end up with the same result
Will you add this to mobile if not please add it to mobile
Hi there! Is there any way to make scripts work on the current Orion release?
jp06 Thanks, that works. Any idea of Orion being able to support newer versions?
Happens in both Violentmonkey and MeddleMonkey
// ==UserScript==
// @name Script-VM300
// @namespace Test.org
// @description A test
// @author tester
// @version 0.0.1
// @grant none
// @match https://*/*
// ==/UserScript==
const tag = `vm300${(Math.floor(Math.random()*300+110)+ (window.top !== window ? 500 : 0))}`;
console.log(tag, location.href)
if(window.top === window){
setTimeout(()=>{
console.log(`${tag}-iframe`);
document.body.appendChild(document.createElement('iframe')).src=`https://google.com/robots.txt`;
},800)
}
Go to any page of https://example.com, https://google.com, https://www.youtube.com, https://duckduckgo.com, https://kahoot.it
Expected Result
Go to any page of https://www.youtube.com, https://m.youtube.com
Incorrect Console Log - Indicating no execution inside iframe
0.99.126.3-beta (WebKit 618.1.2)
Monterey (12)
@dino do you know why the userscript injection (not to the specific extension but to the specific domain) does not work in iframe under youtube.com ? I believe there is a special treatment to Youtube's iframe so it prevents the execution of userscript injection inside YouTube's iframe.
I have tested in both Violentmonkey and MeddleMonkey so I am sure this is due to Orion.