Skip to content

Instantly share code, notes, and snippets.

@mrv1k
Last active November 3, 2017 03:34
Show Gist options
  • Save mrv1k/ed2a261da99f89e8a17513550f3d8c58 to your computer and use it in GitHub Desktop.
Save mrv1k/ed2a261da99f89e8a17513550f3d8c58 to your computer and use it in GitHub Desktop.
List of chrome browser utility pages that you should consider filtering out. https://developer.chrome.com/extensions/events#filtered
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