码迷,mamicode.com
首页 > 其他好文 > 详细

[Debug] Use Snippets to Store Behaviors in Chrome DevTools

时间:2016-10-12 19:00:01      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:

Using the Snippets tab in the source devtool you can define and run arbitrary pieces of code in your browser against whatever website you’re looking at. This is a great way to store commonly used pieces of code that you rely on for debugging or customization.

 

技术分享

You can add any code snippet to the dev tool and click ‘cun‘, it will run it automatically. This is usefully when you have to repeat the same process again and again.

[Debug] Use Snippets to Store Behaviors in Chrome DevTools

标签:

原文地址:http://www.cnblogs.com/Answer1215/p/5953782.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!