We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported here: https://addons.mozilla.org/addon/private-tab/reviews/589314/
Super Start: https://addons.mozilla.org/addon/super-start/ (from https://addons.mozilla.org/addon/super-start/versions/7.0)
- Support preloading (needs fx version >= 27), you can disable it by setting extensions.superstart.page.preload to false).
This is conflict with "preloading" feature. Workaround: extensions.superstart.page.preload = false (to disable preloading) browser.newtab.url = "about:superstart" (to correctly detect as empty)
The text was updated successfully, but these errors were encountered:
Detect about:superstart page as blank
30fd8c3
Super Start 7.0+ https://addons.mozilla.org/addon/super-start/versions/7.0 + extensions.superstart.page.preload = false (part 1 for #142)
Detect preloaded about:superstart page as blank
40e9ebd
(extensions.superstart.page.preload = true) (part 2 for #142)
Update changelog: #142, #143
a79f8d2
No branches or pull requests
Reported here: https://addons.mozilla.org/addon/private-tab/reviews/589314/
Super Start: https://addons.mozilla.org/addon/super-start/
(from https://addons.mozilla.org/addon/super-start/versions/7.0)
This is conflict with "preloading" feature.
Workaround:
extensions.superstart.page.preload = false (to disable preloading)
browser.newtab.url = "about:superstart" (to correctly detect as empty)
The text was updated successfully, but these errors were encountered: