bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Umar Hansa
A feature called Snippets is present in the DevTools which allows you to save (or remove) bits of code which can be run on a webpage (it's just a bit more convenient than re-typing JavaScript code in the console panel). To try it:
Go to Sources > Snippets (it's in the left sidebar)
Right click in the snippets window and select New
Enter a file name and your desired snippet
Right click on the snippet and select Run (or Ctrl/Cmd + Enter)
You'll also notice it has multi-line editing and confirmation for exit-without-saving.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2015-04-30 UTC."],[],[]]