Last active
November 3, 2017 03:34
List of chrome browser utility pages that you should consider filtering out. https://developer.chrome.com/extensions/events#filtered
This file contains hidden or 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
const utilPages = [ | |
'chrome://extensions/', | |
'chrome://newtab/', | |
'chrome://settings/', | |
'chrome://history/', | |
'chrome://downloads/', | |
'chrome://bookmarks/', | |
'chrome-extension://extensionid/', | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment