uninstall_widget
Remove the injected feedback widget script tag from HTML files to disable browser feedback collection; specify a file or project directory to search.
Instructions
Deprecated — prefer the browser extension (setup_extension). Remove the feedback widget from a web application by removing the injected script tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Path to the HTML file to remove the widget from. If not provided, will search for files containing the widget script. | |
| project_dir | No | Project directory to search. Defaults to current working directory. |