Disable Ad Blockers

Last update: 16.08.2026

To ensure proper functionality, please temporarily disable ad blockers:

After disabling Ad Blockers return to the application page and refresh it. The application should load correctly.

Why is this important?

Our application relies on JavaScript files and API requests to function properly. Ad blockers may mistakenly identify these resources as advertising trackers and block them, resulting in loading errors and application malfunction.


Browser Extensions

How do they work?

  • Intercept browser network requests to specific domains
  • Use filter lists to identify advertising resources
  • Block loading of JS files, CSS stylesheets, and images
  • Can modify page DOM by hiding elements
AdBlock

One of the most popular ad blockers

AdBlock Plus

Extended version of AdBlock

uBlock Origin

Lightweight and efficient

AdGuard

Comprehensive protection solution

Ghostery

Blocks trackers and analytics

Privacy Badger

Automatic tracker blocking

AdBlock и AdBlock Plus

AdBlock и AdBlock Plus

  1. Click on the AdBlock icon in the top-right corner of your browser
  2. Select "Don't run on this site" or "Pause on this site"
  3. Confirm the action if prompted
  4. Refresh the page (F5 or Ctrl+R)
Alternative:

You can add the domain to the whitelist via extension settings → Whitelist

uBlock Origin

uBlock Origin

  1. Click on the uBlock Origin icon in the extensions panel
  2. Press the large blue power button (⏻) to disable for the current site
  3. Or click the shield icon and select "Disable for this site"
  4. Refresh the page
Tip:

uBlock Origin displays the number of blocked requests on its icon - this helps you verify if the blocker is active

AdGuard

AdGuard

  1. Click on the AdGuard icon in your browser
  2. Select "Protection on this site""Disable"
  3. Or open AdGuard settings → Whitelist → Add the current domain
  4. Refresh the page
Ghostery

Ghostery

  1. Click on the Ghostery icon
  2. Toggle the "Block Trackers" switch to OFF for the current site
  3. Refresh the page
Privacy Badger

Privacy Badger

  1. Click on the Privacy Badger icon
  2. Move all domain sliders to the green zone (allow)
  3. Or click "Disable Privacy Badger for this site"
  4. Refresh the page

System-Level Solutions (VPN & DNS)

How do they work?

  • VPN with ad blocking: Routes all traffic through their servers where requests to advertising domains are filtered
  • DNS blockers: Use special DNS servers (e.g., AdGuard DNS, NextDNS) that return empty responses for advertising domains
  • Hosts files: Modify the system hosts file, redirecting advertising domains to localhost
AdGuard VPN

VPN with built-in ad blocking

NextDNS

Custom DNS with filtering

AdGuard DNS

Public DNS with ad blocking

Pi-hole

Network-level DNS filter

ControlD

DNS with blocking categories

Opera VPN

Built-in browser VPN

VPN with Ad Blocking

VPN with Ad Blocking

  1. Open your VPN client settings
  2. Find the "Ad Blocking", "Tracker Protection", or "Privacy" section
  3. Disable the ad blocking feature or add the domain to exceptions
  4. Reconnect to the VPN
  5. Refresh the page
Important:

If you cannot disable blocking separately, temporarily disable the VPN completely

NextDNS / AdGuard DNS / ControlD

NextDNS / AdGuard DNS / ControlD

  1. Log in to your DNS service dashboard
  2. Navigate to "Allowlist" or "Whitelist" section
  3. Add our application domain (e.g., example.com)
  4. Save changes
  5. Clear DNS cache:
    • Windows:
      ipconfig /flushdns
    • macOS:
      sudo dscacheutil -flushcache
    • Linux:
      sudo systemd-resolve --flush-caches
  6. Refresh the page
Pi-hole (Network Filter)

Pi-hole (Network Filter)

  1. Open the Pi-hole web interface
  2. Navigate to "Whitelist"
  3. Add the application domain and its associated subdomains
  4. Use wildcard:
    *.example.com
  5. Refresh the page
Tip:

Check the Query Log to see which domains are being blocked

Opera VPN (Built-in)

Opera VPN (Built-in)

  1. Click the VPN icon in the Opera address bar
  2. Toggle the switch to OFF
  3. Or disable VPN completely in browser settings
  4. Refresh the page
System Hosts File

System Hosts File

  1. Open the hosts file with administrator privileges:
    • Windows:
      C:\Windows\System32\drivers\etc\hosts
    • macOS/Linux:
      /etc/hosts
  2. Find lines containing the application domain
  3. Remove these lines or comment them out (add # at the beginning)
  4. Save the file
  5. Clear DNS cache (see instructions above)
  6. Refresh the page

Was this article helpful?