What Should a Site Admin Put on a Help Page for Anubis Visitors?
Here's what kills me: if your website uses anubis to protect itself against bots and abusive traffic, you may have noticed that some visitors get redirected to anti-bot challenge pages. These pages often puzzle or frustrate users who don’t understand why they appeared or how to get around them. As a site administrator, your help page for Anubis visitors is crucial to improving user experience by explaining why these pages exist, what they mean, and how visitors can troubleshoot common issues.
This guide covers the essential content every help page should have for visitors facing Anubis anti-bot pages. https://stateofseo.com/anubis-says-could-not-load-its-javascript-how-do-i-fix-it/ We’ll explain the background of Proof-of-Work (PoW) and Hashcash techniques, why modern browsers and JavaScript features are needed, and provide straightforward visitor troubleshooting steps — including instructions on disabling JShelter and how to properly reload and retry.
Why Do Anti-Bot Pages Like Anubis Exist?
When visitors access your site, automated programs (bots) often try to scrape data, perform unwanted actions, or overload your servers. To protect your content, keep your site fast and safe, and ensure genuine users have a smooth experience, tools like Anubis show challenge pages to suspicious traffic.
These challenge pages:
- Verify that you’re a real human, not a bot.
- Make automated scraping and abuse costly and slow via Proof-of-Work.
- Check that your browser supports modern features needed to display the content securely.
While they might be inconvenient at first, these pages significantly reduce unwanted bot traffic, improving site reliability and security for everyone.
Proof-of-Work in Plain English
Proof-of-Work (PoW) may sound complicated, but the idea is simple: before you can view the site, your browser must perform a small but measurable puzzle to prove you are a legitimate visitor.
How Does Proof-of-Work Work?
- When you land on the anti-bot page, your browser receives a challenge from the server.
- Your browser quickly solves a computational puzzle. Think of it like finding a specific pattern by trying numbers in sequence.
- Once solved, your browser sends proof back to the server.
- The server checks your proof and, if valid, allows you to continue to the site without further interruptions for a time.
This process usually takes only a couple of seconds on normal devices. Bots typically can’t afford to do this for every request because it consumes too much computing power.
Why Use Proof-of-Work?
PoW is an effective way to differentiate humans from bots without relying solely on CAPTCHAs, which can frustrate users or be bypassed by some bot services. It slows down automated traffic and ensures your site resources are used responsibly.
The Hashcash Background: The Origin of Proof-of-Work
The Proof-of-Work system used in Anubis’s anti-bot challenges is inspired by Hashcash, a technique created in 1997 by Adam Back to fight email spam.
Hashcash required email senders to perform a small computation before sending messages, making mass spamming expensive and impractical. This idea laid the groundwork for modern Proof-of-Work systems, including cryptocurrency mining and bot mitigation services.
How Hashcash Relates to Anubis
Similar to Hashcash, Anubis requires your browser to prove that it invested a small amount of computing effort before asking the server for content. This technique helps keep bots at bay without relying on interruptive CAPTCHAs.
Why JavaScript and Modern Browser Features Are Required
Anubis’s anti-bot page runs code in your browser to:
- Run the Proof-of-Work computation efficiently.
- Verify the browser supports secure web standards.
- Collect minimal data needed to identify legitimate visitors without impacting privacy.
JavaScript Is Essential
Without JavaScript enabled, your browser can’t run the challenge code. Many anti-bot systems depend on JavaScript because it’s the only practical way to execute dynamic computations and interact with modern web APIs in real-time.
Modern Browser Features Help Improve Security and Accuracy
Features like:
- Web Workers: Run background tasks like PoW puzzles smoothly.
- Secure Randomness: Ensure unpredictable puzzles.
- Performance Timing APIs: Measure task timing to detect bots.
- Web Cryptography APIs: Perform fast hashing necessary for puzzles.
These features let Anubis run efficiently and fairly, minimizing delays for genuine users.
Visitor Troubleshooting Steps for Anubis Anti-Bot Pages
Despite best efforts, genuine visitors may occasionally face problems resolving Anubis checks. Below is a simple checklist that you should provide on your help page to assist visitors in getting headless browser detection past these pages smoothly.
1. Check JavaScript Is Enabled
JavaScript must be enabled in your browser for the anti-bot page to complete:
- How to check: Visit enable-javascript.com.
- If disabled: Enable JavaScript in your browser settings, then reload the page.
2. Disable JShelter or Other Advanced Privacy Extensions Temporarily
Some privacy and security add-ons like JShelter interfere with Anubis by blocking scripts or modifying JavaScript features needed to pass the proof-of-work challenge.

To disable JShelter:
- Click the JShelter icon in your browser toolbar.
- Toggle to disable protection on this site or pause JShelter entirely.
- Reload the Anubis page and try again.
If disabling JShelter fixes the issue, you might want to whitelist your site to avoid future interruptions.
3. Ensure Your Browser Is Up-to-Date
Older browsers may lack required JavaScript features or web APIs needed for Anubis challenges.
- Update your browser to the latest stable version.
- Restart the browser and retry accessing the site.
4. Reload and Retry Properly
If you see the anti-bot page stuck or it doesn’t complete after a few seconds:
- Click the browser’s reload button normally (avoid holding Shift or Ctrl while clicking, which does a “hard” reload and might bypass cached scripts Anubis relies on).
- Wait 5-10 seconds for the challenge to finish before interacting again.
- If problems persist, clear your browser’s site-specific cache (see table below) instead of a full global clear to preserve other data.
5. Clear Site-Specific Cache (If Needed)
Sometimes local cached data can cause stale scripts or incorrect states. Clearing only the site data minimizes disruption.
Browser How to Clear Site-Specific Cache Chrome- Click the padlock icon next to the URL bar (when on your site).
- Click Site settings.
- Click Clear data.
- Reload the page.
- Click the shield icon next to the URL bar.
- Click Clear Cookies and Site Data.
- Reload the page.
- Click the padlock icon next to the URL bar.
- Click Cookies.
- Remove all cookies for the site.
- Reload the page.
6. Contact Support if Problems Continue
If the steps above don’t resolve your issue, please contact site support with:
- Your browser name and version.
- A description of what happened (e.g., page doesn’t finish loading or stays stuck).
- Any privacy extensions you use like JShelter or ad blockers.
Summary Checklist for Your Anubis Visitor Help Page
Here’s a quick bulleted summary you can provide to visitors for fast reference:
- Anti-bot pages keep your visit safe and stop unwanted bots.
- Your browser does a small puzzle (Proof-of-Work) to prove you are human.
- JavaScript and modern browser features must be enabled for the challenge to work.
- If stuck:
- Make sure JavaScript is enabled.
- Disable JShelter or privacy extensions temporarily.
- Update your browser.
- Reload the page normally and wait several seconds.
- Clear site-specific cache if problems persist.
- Contact support if issues continue, providing browser and extension info.
Final Thoughts
Anti-bot protections like Anubis are essential to maintaining a secure, fast, and fair web experience. By educating your visitors clearly and simply on why these pages appear and how to troubleshoot them, you reduce frustration and support smooth access.
Keep your help page straightforward, always avoid jargon when possible, and provide step-by-step instructions. Your visitors will thank you, and your site’s reputation will benefit.
