I created a userscript that adds a stealthgram link under instagram embeds since I don't have a instagram either. stealthgram lets you see the content.
This userscript automatically adds an extra link ("Stealthgram link") directly below Instagram posts that are embedded in forum threads on XenForo-based sites (like TheColi.com and others). The added link allows users to open the same Instagram media (photo, video, reel, etc.) anonymously and directly on Stealthgram.com
1. Stealthgram is a tool for anonymously viewing and downloading public Instagram content.
Detailed Summary:
- What Does It Do?
- When you view a forum thread with Instagram media embedded (using the s9e embed style, common in XenForo forums), this script scans for those Instagram posts.
- Beneath each Instagram embed, it adds a new text link labeled "Stealthgram link."
- Clicking this link opens the same Instagram post on Stealthgram.com – a site where you can view and (sometimes) download Instagram posts anonymously, with no login needed1.
- The script works automatically, even if new Instagram embeds are loaded while you scroll or while the page updates, ensuring the new links always appear.
- It avoids adding duplicate links under the same embed.
- Why Use This?
- Anonymous viewing: You can view Instagram media without logging in or letting Instagram know who you are.
- Site reliability: If Instagram embeds are broken or blocked, Stealthgram often provides an alternative way to see the media.
- Convenience: No need to manually copy-paste Instagram links into Stealthgram—just click.
- How Does It Work?
- Detects Instagram embeds by looking for special "iframe" code in forum posts.
- Extracts a unique media ID from the embed.
- Inserts a link using this ID, pointing straight to the Stealthgram view for that post.
- Monitors the page for new Instagram embeds and handles them automatically.
How to Install on Desktop Browsers (Firefox/Chrome):
- Add a Userscript Manager Extension:
- Install the Userscript:
- Copy the script code provided above.
- Click the userscript manager’s extension icon and select “Create a new script” or "Add a new script".
- Delete any default code and paste in the entire userscript.
- Click “Save.” The userscript manager will now run this script automatically on supported sites.
- Browse Supported Forums:
- Go to any supported XenForo-based forum thread (e.g., thecoli.com or forums with URLs containing /threads/).
- Instagram embeds in posts will now have a "Stealthgram link" below them. Click to view media on Stealthgram.
How to Install on Mobile Firefox (Android):
- Add a Userscript Manager Extension:
- Open Firefox on your phone.
- Go to addons.mozilla.org and search for “Tampermonkey.” Install it.
- Install the Script:
- Tap the Tampermonkey icon, choose to create a new script, and paste in the code above.
- Save the script.
- Use:
- Visit supported forums in Firefox for Android.
- Stealthgram links will appear below Instagram embeds as they do on desktop.
Note:
- Chromebooks and some Android browsers (Chrome for Android) may not support userscripts directly.
- iOS browsers generally do not support userscripts unless you use third-party paid apps with userscript support.
No technical skills are needed beyond copy-pasting and saving within Tampermonkey/Violentmonkey.
For more on Stealthgram features and privacy, visit
Anonymous Instagram Story Viewer. View and Download IG stories, reels, posts, highlights and full size dp for any public profile!
stealthgram.com
pastebin.com/SfpwFJce
the link works but coli embed is old & broken.
edit:
8/16/2025
updated to support twitter embeds which won't load since it may require an account.
I incremented the version number and integrated Twitter handling cleanly into the same observer/throttle system.
pastebin.com/sEd3WRLn

What changed:
- Bumped version → 2025.08.16.
- Preserved Instagram logic exactly as-is.
- Added Twitter embed support:
- Extracts tweet ID from iframe[data-s9e-mediaembed="twitter"].
- Generates all requested link variants (twstalker, archive, xstalk, nitter, xcancel).
- Inserts them neatly after the iframe with duplicate prevention (data-twstalker-done).
- Kept the same observer/throttle structure so it works dynamically on newly loaded embeds.