Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active September 22, 2024 18:51
Show Gist options
  • Select an option

  • Save wilmoore/86ea07c0bbe4778e51ecd17ec06bc425 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/86ea07c0bbe4778e51ecd17ec06bc425 to your computer and use it in GitHub Desktop.
Writing :: Books :: In Progress :: TypeScript for JavaScript Developers

Writing :: Books :: In Progress :: TypeScript for JavaScript Developers

⪼ Made with 💜 by Polyglot.

About

  • By Wil Moore III
  • published by showerthought publishing

Table of Contents

Acknowledgements

Introduction

Chapter 1: Prototypes & Spikes

You can spike out the functionality of your extension by writing a function into the Chrome DevTools console. Every time you come across a new page on the web where your extension might be helpful, open the console, press the up arrow and run your function. Take note of all of the websites where the extension works well and where it doesn't work so well. The list of domains where it works well, may become your extensions allow list.

Chapter 2: ...


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment