Skip to content

Instantly share code, notes, and snippets.

@grigorye
Last active May 18, 2020 07:15
Show Gist options
  • Save grigorye/5851536d2f23820cc2c965e0f54e5013 to your computer and use it in GitHub Desktop.
Save grigorye/5851536d2f23820cc2c965e0f54e5013 to your computer and use it in GitHub Desktop.
1. Install the extension
2. Login into pro account
3. Open chrome://extensions
4. Enable Developer mode
5. Open Vivaldi > Inpect views > background page and execute the following:
> chrome.permissions.request({permissions: ["webNavigation", "tabs", "contextMenus", "activeTab"], origins: ["https://your.github.enterprise.com/*"]})
# Then *login* into pro account
If the above does not work, try this:
1. Wait
2. Disable "all" sites and trigger request for corp.ebay.com again like below:
> chrome.permissions.request({permissions: ["webNavigation", "tabs", "contextMenus", "activeTab"], origins: ["https://https://your.github.enterprise.com/*"]})
3. Restart Vivaldi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment