Skip to content

Latest - V1.4

Latest
Compare
Choose a tag to compare
@Sudo-Ivan Sudo-Ivan released this 18 Nov 01:07

popup.js:

  1. Using textContent to set text content, which avoids the risk of injecting HTML or script content inadvertently.
  2. Encapsulating functionality into smaller, reusable functions, which makes the code easier to read and maintain.
  3. Adding constants for IDs, class names, and messages to avoid typos and make changes easier.
  4. Adding error handling for Chrome API interactions, displaying messages to the user when something goes wrong.

popup.html:

  1. Improve Styling

popup.css:

  1. Improve styling

Full Changelog: v1.3...v1.4