Amazon Bulk Review Deleter (Own Reviews)
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Amazon Bulk Review Deleter (Own Reviews) is a privacy management tool that enables rapid, selective deletion of your own Amazon product reviews. Instead of manually navigating to each review, clicking the action menu, selecting Delete, and confirming the deletion—a tedious process that can take a minute per review—this script automates the entire workflow. It scans your Amazon profile review page, identifies all your product reviews, and presents them as a scrollable checklist showing product title, rating, date, and a preview of the review text. You can select individual reviews, use Select All/Deselect All toggles, and delete your selections in configurable batches. The tool handles the complete interaction sequence: opening the action menu, clicking Delete, and confirming the deletion dialog. Real-time progress updates show how many reviews have been processed, and the list automatically refreshes after completion, reflecting your updated review history. This is ideal for clearing out old reviews, managing your digital footprint, or simply reorganizing your Amazon profile.
WHERE IT RUNS
This script operates exclusively on Amazon (*.amazon.com) as a userscript injected through the BotGentz extension. It runs within the context of your current browser tab—it cannot access other tabs, bookmarks, history, or downloads. The script reads the page DOM to identify review items using Amazon's profile page selectors (.cr-a-profile-item, .a-profile-grid-item, .a-section.cr-a-profile-review), extracts review metadata including product titles, star ratings, dates, and review text, and interacts with Amazon's native UI controls—action menus, delete options, and confirmation dialogs—to perform deletions. All operations occur locally in your browser; no data is sent to external servers. The script uses Amazon's authenticated session to manage your reviews through the official user interface.
HOW TO USE
1. Navigate to your Amazon profile review page (typically "Your Profile" -> "Reviews" or "Your Reviews").
2. Click the BotGentz extension icon and select "Amazon Bulk Review Deleter (Own Reviews)" from the script list.
3. The panel opens on the right side of the page. It automatically scans the current page for your reviews.
4. Review the displayed items, showing product title, star rating, date, and text preview.
5. Adjust the "Batch size" number (default 5) to control how many reviews are processed per deletion cycle.
6. Toggle "Confirm before each batch" if you want a confirmation popup before each batch executes.
7. Check the boxes next to reviews you wish to delete. Use "Select All" or "Deselect All" for quick selection.
8. Click "Delete Selected Reviews" to begin. The script processes reviews in batches, shows progress, and handles any errors.
9. Use "Load More" to scroll the page and load additional reviews, then refresh the scan to include them.
10. After completion, the review list automatically refreshes showing your remaining reviews.
WHY IT WORKS WHERE OTHERS FAIL
Many Amazon automation tools fail because they attempt to call Amazon's internal JavaScript functions or rely on brittle DOM selectors that change with every AUI (Amazon User Interface) update. This script takes a resilient approach: it locates the actual interactive DOM elements Amazon renders—the action menu button, the Delete option inside the dropdown, and the confirmation button in the deletion dialog—and triggers native click events on them, exactly as a human would. When the action menu is clicked, the script waits for the dropdown to render, then finds the Delete option even when its selector changes. It handles the confirmation dialog by waiting for the confirm button to appear and clicking it. Between operations, the script introduces controlled delays (300ms between actions and 500ms between batches) to mimic human interaction speed, avoiding Amazon's anti-bot detection systems. By interacting at the UI layer rather than the framework layer, it remains functional across Amazon's frequent code updates.
THE PANEL
The script uses BotGentz's BGPanel system, which provides a floating, draggable panel on the right side of your screen. Drag the panel by its header to reposition it anywhere on the page—the panel remembers its position per site and snaps to the nearest edge when released. Click the minimize button to collapse the panel to a small floating bubble; click the bubble to expand it back. Resize the panel vertically by dragging its bottom edge. Press the Escape key to close the panel entirely. All panel state (position, collapsed/expanded) is persisted locally using GM_setValue, so your preferences survive page reloads.
PLEASE NOTE
This userscript requires the free BotGentz browser extension—it is not a standalone application. Amazon periodically updates its website layout, AUI components, and UI selectors; if the script stops working, an updated version may be released. This script does not store, transmit, or process any of your Amazon data outside your local browser. It does not access your password, hidden inputs, or file inputs. All review deletions are performed through Amazon's own authenticated session using the official user interface. Deleted reviews cannot be recovered through this tool—Amazon's own review policies may allow reinstatement in some cases. Use responsibly and review your selections carefully before confirming.