Skip to content
New issue

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

Rebranding #42

Merged
merged 5 commits into from Jan 18, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Not top sites in incognito windows - fix #40

  • Loading branch information
chrmod committed Jan 18, 2021
commit e6aa417e10aabcad6c197740184dd04ac316eb8a
@@ -128,6 +128,9 @@ async function start() {

browser.runtime.onMessage.addListener(async ({ action, args }, { tab }) => {
if (action === 'getTopSites') {
if (tab.incognito) {
return;
}
return (await browser.topSites.get({
newtab: true,
includeFavicon: true,
ProTip! Use n and p to navigate between commits in a pull request.