A Chrome extension that allows you to modify websites using natural language commands
DOMCraft.mp4
- Change background colors with simple language commands
- Increase or decrease font sizes
- Hide or show images
- Apply dark mode or high contrast mode for better readability
- Reset page to original state
- Simple, intuitive user interface
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension folder
- The extension is now installed and ready to use
- Click on the Web Modifier extension icon in your browser toolbar
- Type a natural language command in the text area
- Click "Apply Changes" to execute the command
- Use the "Reset Page" button to revert all changes
- "Change background to light blue"
- "Increase font size"
- "Decrease font size"
- "Set font size to 18px"
- "Hide all images"
- "Show images"
- "Enable dark mode"
- "Enable high contrast mode"
- "Reset page"
If your commands aren't working:
- Make sure you're using appropriate commands (see examples above)
- Some websites may have restrictions that prevent modifications
- Try refreshing the page and applying the command again
- If using complex selectors, try simpler ones first
manifest.json- Extension configurationpopup.html- Extension popup interfacepopup.css- Styling for the popuppopup.js- Main extension logicassets/- Extension icons and logo
Contributions are welcome! Please feel free to submit a Pull Request.