Hi,
seems userscripts are not applied to all frames even if @allFrames true is set. Use this simple userscript:
/*
==UserScript==
@name asdf
@match <all_urls>
@version 1.0
@allFrames true
==/UserScript==
*/
alert('jo');
Open https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_alert --> "jo" is only alerted for one time, should alert 2 times since the site is containing an iframe.
Greetz
Hi,
seems userscripts are not applied to all frames even if @allFrames true is set. Use this simple userscript:
Open https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_alert --> "jo" is only alerted for one time, should alert 2 times since the site is containing an iframe.
Greetz