-
Notifications
You must be signed in to change notification settings - Fork 975
Conversation
In practice this won't work too well until we use the custom brave/electron pre-built binaries which includes blocking scripts which do ads on pages
@bridiver FYI as well. In practice this won't work too well until we use the custom slashdot.org is a good test site though if you want to see it working. |
/** | ||
* Ensures a node replacement div is visible and has a proper zIndex | ||
*/ | ||
function ensureNodeVisible (node) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably want to differentiate between visible on the page and visible in the browser viewport. We don't need the former yet, but we will want it before we start displaying real ads. I put a task in the backlog in asana for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point.
@aekeus please review