Can I DevTools?
All
151
Accessibility
9
Audit
2
CSS
36
Console
14
Elements
27
JavaScript
5
Network
27
Other
18
Performance
1
Sources
12
Favorites
0
About
Testimonials
It is like
@CanIUse
but for the browser devtools, created & curated by
@pankajparashar
. Get weekly tips & tricks for your favorite browser devtools by
subscribing
to the newsletter!
Ads via Carbon
1
2
3
4
Twitter
Github
Substack
Theme
Sources
Edit
Ignore scripts while debugging
Can I ignore scripts while debugging?
Last Modified
3 months ago
Authors
@pankajparashar
Test Live
via
BrowserStack
Newsletter
tips-tricks-42
Related (0)
SAFARI
Share
Notes
In the
Sources
panel, right click on any script and select
Blackbox script
or click the eye icon next to the script name in the source tree.
To ignore multiple scripts with a pattern, go to Settings > Blackbox > Enter the regex pattern to ignore scripts in bulk.
References (1)
"Script blackboxing", by
Webkit Docs
.