Skip to content

Popup identified as "doc" request when opened by iframe #452

@anewuser

Description

@anewuser

I've set these dynamic rules to block popups from this page:

no-popups: geektv.me true
no-popups: youwatch.org true

The popup is blocked if I open the iframe URL directly and click on the player: http://youwatch.org/embed-xlmfhm97etcg-850x450.html

popup blocked

However, if I click on the same player on the Geektv page, the ad popup isn't blocked because it's seen as a legit new document request: http://geektv.me/watch/14861

popup identified as doc

These two sites both have other ads, which I've blocked with other rules and filters. This issue is only about popups called by this function:

function lads() {
    window.open('http://ds1.vids.ma/KeclfbD2', 'velro', 'location=no,fullscreen=yes'); 
}

The popup URL may be different when you test it because they keep changing their ad hosts.

Firefox 40 (Beta) for Windows
uBlock Origin 0.9.9.3

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