A powerful browser extension that lets you customize any webpage using natural language commands. Simply describe what you want to change, and Inspector Saab will make it happen, no coding needed!

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

Open Issues Need Help

View All on GitHub
good first issue

A powerful browser extension that lets you customize any webpage using natural language commands. Simply describe what you want to change, and Inspector Saab will make it happen, no coding needed!

JavaScript

AI Summary: Implement a feature in the Inspector Saab browser extension to display a list of hardcoded, commonly used prompts in the popup UI. Users should be able to click these prompts to quickly execute them, eliminating the need to manually type each command. The provided list of prompts should be used as a starting point.

Complexity: 2/5
enhancement good first issue

A powerful browser extension that lets you customize any webpage using natural language commands. Simply describe what you want to change, and Inspector Saab will make it happen, no coding needed!

JavaScript

AI Summary: Implement a small 'X' button next to the prompt input field in the Inspector Saab browser extension's popup UI. This button should clear the contents of the input field when clicked.

Complexity: 2/5
good first issue

A powerful browser extension that lets you customize any webpage using natural language commands. Simply describe what you want to change, and Inspector Saab will make it happen, no coding needed!

JavaScript

AI Summary: Remove the non-functional settings icon from the Inspector Saab Chrome extension's user interface. This involves locating the icon in the extension's code (likely `popup.html` or `popup.js`), and removing the relevant HTML element and associated JavaScript functionality.

Complexity: 2/5
good first issue

A powerful browser extension that lets you customize any webpage using natural language commands. Simply describe what you want to change, and Inspector Saab will make it happen, no coding needed!

JavaScript

AI Summary: Add a 'Suggest a Feature' button to the Inspector Saab browser extension's popup UI. This button should link to the project's GitHub Discussions or Issues page, allowing users to easily suggest new features.

Complexity: 2/5
enhancement good first issue

A powerful browser extension that lets you customize any webpage using natural language commands. Simply describe what you want to change, and Inspector Saab will make it happen, no coding needed!

JavaScript

AI Summary: Refactor the DOM action handler system in the Inspector Saab browser extension to improve contributor friendliness. This involves moving handlers to individual files, creating a central index for auto-registration, providing a template for new handlers, and potentially adding metadata support. The goal is to simplify adding new handlers, reduce errors, and improve scalability.

Complexity: 3/5
documentation enhancement good first issue

A powerful browser extension that lets you customize any webpage using natural language commands. Simply describe what you want to change, and Inspector Saab will make it happen, no coding needed!

JavaScript

AI Summary: Implement a tooltip displaying "Apply this command to the current website" when the user hovers over the main "Let's go" button in the Inspector Saab browser extension's popup.

Complexity: 2/5
enhancement good first issue

A powerful browser extension that lets you customize any webpage using natural language commands. Simply describe what you want to change, and Inspector Saab will make it happen, no coding needed!

JavaScript

AI Summary: Optimize the Inspector Saab browser extension to send webpage HTML to the backend only when the user has previously used the extension on that domain or explicitly triggers a prompt, thus reducing unnecessary API calls and improving performance and efficiency.

Complexity: 3/5
enhancement good first issue

A powerful browser extension that lets you customize any webpage using natural language commands. Simply describe what you want to change, and Inspector Saab will make it happen, no coding needed!

JavaScript

AI Summary: Design a more user-friendly loading experience for a browser extension that uses AI to modify webpages. The current loading time is 6-8 seconds, and the goal is to improve this experience while also optimizing the underlying process.

Complexity: 3/5
enhancement good first issue

A powerful browser extension that lets you customize any webpage using natural language commands. Simply describe what you want to change, and Inspector Saab will make it happen, no coding needed!

JavaScript