Skip to content

Userscript not applied to all frames (@allFrames true) #46

@kekkc

Description

@kekkc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions