Last active
May 18, 2020 07:15
-
-
Save grigorye/5851536d2f23820cc2c965e0f54e5013 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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