Sources Hands-On 1

🛠️ Exercise 1: Workspaces

Let's become a DevTools wizard with Workspaces! 🧙‍♂️

  1. Open Chrome DevTools (F12) ✨
  2. Navigate to Sources panel 🎩
  3. Download these 3 magical files and store them in your secret folder 📂 (right-click on the file and save as...)
  4. Right-click the sidebar "workspace" 🗄️
  5. Choose "Add folder to workspace" and selete your secret folder 📂
  6. When Browser asks for permission, say "Yes!" (Don't worry, it won't steal your cookies! 🍪)
  7. Edit the files through DevTools and watch it save automagically! ✨
  8. Important: To see the edited HTML file, open the file in a new tab (you can right click on it and copy the file link 🔗
  9. Remove this workspace ⛔

🎯 Exercise 2: Local Overrides via Overrides tab

Time for some override shenanigans! 🎨

  1. Find the "Overrides" tab (it's hiding in Sources)
  2. Select folder for overrides
  3. Edit this css style via the Element Style tab and see the css file updated
  4. Go back to the "Overrides" tab and see your changes
  5. Refresh the page (F5) 🔄, see that you changes are still there
  6. Open the "Changes" tool, see your changes also there
  7. Edit the index.js file, update the collors there and save it. (Give this page a funky background color... go wild! 🌈)
  8. Refresh the page (F5) 🔄
  9. Refresh again - your masterpiece lives on! 🎉
  10. Try to edit the index.html file in the source page tab and save it
  11. Refresh the page (F5) 🔄
  12. Refresh again - and again and again... your masterpiece lives on! 🎉
  13. Delete the override folder ⛔

Practice Area: Try modifying this box's styles!

🌍 Exercise 3: Local Overrides via right-click on a file

Time for some override shenanigans! 🎨

  1. Pick a file to override in the page tab (choose wisely! 🧠) - (right-click on the file and override...)
  2. Edit and save it
  3. Refresh the page (F5 for the win! 🔄)
  4. Refresh again - your masterpiece lives on! 🎉
  5. Don't forget, you can open the "Changes" tool and see all your changes
  6. Delete the override folder ⛔

Practice Area: Try modifying this box's styles!