A Chrome extension that automatically adjusts DoorDash tip amounts to your preferred default value. The extension helps you maintain consistent tipping practices while tracking your cumulative savings.
- Automatic Tip Adjustment: Automatically sets your preferred tip amount on DoorDash checkout pages
- Savings Tracker: Tracks how much you've saved on tips over time
- Real-time Updates: Only records savings when you actually complete an order
- Customizable: Set your own default tip amount through the extension popup
- Set Your Default Tip: Click the extension icon and enter your preferred default tip amount
- Automatic Adjustment: When you're on a DoorDash checkout page, the extension will:
- Detect the current tip amount
- Adjust it to your preferred amount
- Calculate potential savings
- Savings Tracking:
- Tracks the difference between the original and your default tip
- Only adds to your total savings when you actually place an order
- View your cumulative savings in the extension popup
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
- Click the DoNotTip extension icon in your Chrome toolbar
- Enter your preferred default tip amount
- Click "Save Settings"
- Browse DoorDash normally - the extension will automatically adjust tips
- View your total savings in the extension popup
- The extension only runs on DoorDash checkout pages
- All settings and savings data are stored locally in your browser
- No data is sent to external servers
- No personal information is collected
The extension uses:
- Chrome Storage Sync API for settings and savings data
- DOM Mutation Observer for detecting page changes
- Event delegation for capturing order completion
- No external dependencies
Feel free to submit issues and pull requests to improve the extension.