2 Open Issues Need Help Last updated: Jun 29, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the DOM Inspector Plus tool to use Shadow DOM for its overlay panel. This will prevent style bleed from the page's CSS into the inspector's UI elements, ensuring consistent styling regardless of the page's stylesheet.

Complexity: 3/5
bug help wanted good first issue

working with copilot to learn about the DOM

JavaScript

AI Summary: Debug and fix a DOM inspector tool that incorrectly reports the checked state of a checkbox element due to timing issues. The solution involves wrapping the inspection call in a `setTimeout` function to defer execution until after the browser updates the DOM.

Complexity: 2/5
bug enhancement good first issue

working with copilot to learn about the DOM

JavaScript