Created
January 21, 2025 06:51
-
-
Save rmtbb/5f505d501d7eff56956081ece0bb74ca to your computer and use it in GitHub Desktop.
DEXSCREENER RugCheck Bookmarklet for Solana Tokens
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){const el=document.querySelector("#root > div > main > div.custom-12pypef > div > div.custom-7w9b0e > div > div > div:nth-child(3) > div > div.chakra-stack.custom-1lzkwvw > div:nth-child(9) > div > a");if(el){const tokenAddress=el.href.split('/').pop();if(tokenAddress.length>=32){window.open(`https://rugcheck.xyz/tokens/${tokenAddress}`,'_blank');}else{alert('Invalid token address detected.');}}else{alert('Element not found.');}})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DEXSCREENER RugCheck Bookmarklet for Solana Tokens
Overview
A JavaScript bookmarklet to extract Solana token addresses from DEXSCREENER and open the Rugcheck page. This saves all of us degens a few moments when going back and forth between a bunch of coins and doing our best to snipe good ones. It just helps with efficiency—don’t lose precious milliseconds!
A JavaScript bookmarklet to extract Solana token addresses from a webpage and open the Rugcheck page.
Setup
RugCheck Solana Bookmarklet
.Usage
Notes
Add DEXSCREENER and RugCheck to Chrome Search Shortcuts
To further optimize your workflow, you can use Chrome shortcuts directly if you have a Solana token address copied to your clipboard.
DEXSCREENER Shortcut:
DEXSCREENER Solana
sol
https://dexscreener.com/solana/%s
RugCheck Shortcut:
RugCheck Solana
rug
https://rugcheck.xyz/tokens/%s
Now, type
sol
orrug
followed by a Solana token address in the Chrome address bar to open the corresponding page.