NSN Main-Content Inspector
A Tampermonkey userscript for SEO managers — highlights
editorial links, exports outline-with-context, opens filtered GSC views,
runs on every NSN site automatically.
Install / Update (direct)
Copy install URL
Get Tampermonkey
One-time setup (the only thing you ever need to do)
Three steps. After this, you'll get silent auto-updates within 6 hours
of every new release — no reinstall, no manual checks, no prompts.
1. Install Tampermonkey
If you don't already have it: install
Tampermonkey for your browser
(Chrome, Firefox, Safari, Edge — all supported).
2. Install the userscript
Pick whichever is easier — both result in the same install with
auto-update baked in:
Easiest — direct install
Click Install / Update (direct) at the top of this page.
Tampermonkey detects the userscript and opens its install dialog.
Click Install .
If your browser downloads the file instead of opening
Tampermonkey's dialog, use the manual path below.
Always works — paste URL into Tampermonkey
Copy this URL:
(or click "Copy install URL" at the top of the page).
Click the Tampermonkey icon in your browser toolbar → Dashboard .
Top tabs: click Utilities .
Scroll to "Import from URL" , paste the URL, click Install .
Confirm in the install dialog.
3. Enable auto-updates (the important part)
This is what makes the script self-updating — do it once and you're
set forever. After installing the script:
Tampermonkey icon → Dashboard .
Top tabs: Settings .
Scroll to the "Userscript Update" section.
Set Check Interval to Every 6 Hours (the most aggressive option).
Tick Automatic installation — updates install silently, no dialogs.
Scroll to the bottom of the page, click Save .
Done. Visit any NSN site (e.g. footballwhispers.com) — the
floating 🔎 button appears bottom-right. Hover for the
menu.
What it does on a page
🟢 Highlights internal contextual links · 🔵 external · 🔴 affiliate
Outlines the editorial body (pink dashed) + excluded zones (orange dashed)
FAB menu: Copy URLs, Copy TSV, Copy outline (Markdown with sentence
context), Open in GSC (this page · pages cited), Open all internal in
tabs, Diagnostics + per-H2 metrics
Filters: toggle which buckets show + are included in exports
Stays out of the way: skipped on /wp-admin/,
/wp-login.php, and other back-office contexts.
Built from nsn-scraper's extract_main_content —
the userscript's INCLUDE / EXCLUDE selector chain mirrors the Python
extractor's logic byte-for-byte.