A simple, secure bookmarklet that lets you quickly look up any token pair on DEXTools. Just click the bookmark, enter a contract address, and it automatically detects the correct blockchain.
🏷️ v0.0.1
- Add the bookmarklet to your browser (instructions below)
- Click it and enter a contract address like:
0x1234...orEQxyz... - Get redirected to DEXTools with the correct chain automatically detected
- 🔍 Quick token pair lookup
- 🔗 Direct access to DEXTools explorer
- 🔒 No external dependencies
- ⛓️ Automatic chain detection
- 💻 Works on Chrome, Firefox, Brave, and Safari
- 🚀 Lightweight (<1KB)
- Ethereum (0x addresses)
- Apechain (0x addresses)
- Polygon (0x addresses)
- TON (EQ/UQ addresses)
- Solana (All other address formats)
First, show your browser's bookmarks bar:
- Windows/Linux: Press
Ctrl + Shift + B - Mac: Press
⌘ + Shift + B
💡 The unminified source code is available in the src/ directory for inspection.
Choose the correct snippet for your browser:
Click to show code (dist/dex-chromium.min.js)
javascript:void(function(){const t=prompt("Enter the contract address:");if(!t||!t.trim())return;const r=t.trim();let n;if(r.startsWith("0x")&&42===r.length){const t=prompt("Type 1 for Apechain, 2 for Ethereum, or 3 for Polygon:");if(n="1"===t?"apechain":"2"===t?"ether":"3"===t?"polygon":void 0,!n)return}else n=r.startsWith("EQ")||r.startsWith("UQ")?"ton":"solana";window.open(`https://www.dextools.io/app/en/${n}/pair-explorer/${r}`,"_blank")})();Click to show code (dist/dex-safari.min.js)
javascript:(function(){const a=prompt("Enter the contract address:");if(!a||!a.trim())return;const b=a.trim();let c;if(b.startsWith("0x")&&42===b.length){const a=prompt("Type 1 for Apechain, 2 for Ethereum, or 3 for Polygon:");if(c="1"===a?"apechain":"2"===a?"ether":"3"===a?"polygon":null,!c)return}else c=b.startsWith("EQ")||b.startsWith("UQ")?"ton":"solana";location.href=`https://www.dextools.io/app/en/${c}/pair-explorer/${b}`})();- Right-click your bookmarks bar and select "Add Page" or "Add Bookmark"
- Name it "DEXTools Search" (or whatever you prefer)
- Copy the code snippet for your browser and paste it in the URL/Location field
- Save the bookmark
- Click the bookmarklet
- Enter any token contract address
- For 0x addresses, you'll be prompted to choose between:
- Type
1for Apechain - Type
2for Ethereum - Type
3for Polygon
- Type
- TON addresses (starting with either "EQ" or "UQ") are automatically detected
- Solana addresses (any other format) are automatically detected
- Get redirected to DEXTools with the correct chain automatically selected
- ✅ Code is open source and can be inspected
- ✅ Only connects to official DEXTools website
- ✅ No data collection or storage
- ✅ No external API calls
Found a bug or need help? Open an issue
Built by mtb labs
This project is licensed under the MIT License - see the LICENSE file for details.
See CHANGELOG.md for a list of changes and versions.
