You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We previously iframed the Tab for a Cause page within Chrome's internal new tab page, which allowed the cursor to focus on an empty omnibar (as it does in the default new tab). However, many users could not whitelist their ad blockers because the top frame's domain was chrome://extension/... instead of tab.gladly.io. Because ad revenue is central to Tab for a Cause's charitable mission, we recently changed this behavior to explicitly open the Tab for a Cause webpage, which allows users to whitelist their ad blockers.
Redirecting to the website URL is subpar: it feels slower, and it sometimes interrupts users typing their next URL. Unfortunately, Chrome extensions don't have direct control over the omnibar (e.g., see this discussion).
A potential solution for this could be:
The extension overrides the Chrome new tab page and uses an iframe, as it previously did.
The web page detects ad blocking; when we message users to ask them to whitelist the site on their ad blocker, redirect from the Chrome new tab page to a top-level tab.gladly.io to allow easy whitelisting.
After whitelisting, continue to open the tab in an iframe.
We first need to confirm that major ad blockers allow ads in the chrome://extension page after whitelisting tab.gladly.io.
The text was updated successfully, but these errors were encountered:
We previously iframed the Tab for a Cause page within Chrome's internal new tab page, which allowed the cursor to focus on an empty omnibar (as it does in the default new tab). However, many users could not whitelist their ad blockers because the top frame's domain was
chrome://extension/...
instead oftab.gladly.io
. Because ad revenue is central to Tab for a Cause's charitable mission, we recently changed this behavior to explicitly open the Tab for a Cause webpage, which allows users to whitelist their ad blockers.Redirecting to the website URL is subpar: it feels slower, and it sometimes interrupts users typing their next URL. Unfortunately, Chrome extensions don't have direct control over the omnibar (e.g., see this discussion).
A potential solution for this could be:
tab.gladly.io
to allow easy whitelisting.We first need to confirm that major ad blockers allow ads in the
chrome://extension
page after whitelistingtab.gladly.io
.The text was updated successfully, but these errors were encountered: