dhowe / AdNauseam-chrome

A Chrome extension to help defend against surveillance and tracking by ad-networks
19 stars 6 forks source link

PageVisitor #4

Open dhowe opened 9 years ago

dhowe commented 9 years ago

Visit URLs in a hidden tab/window invisible to user.

In FF, we use the page-worker API for this. In Chrome we may need to create and manage an iframe on the background page (though I really hope there's a nicer way to do this). Another option might be this.