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.
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
- Click on the AdBlock icon in the top-right corner of your browser
- Select "Don't run on this site" or "Pause on this site"
- Confirm the action if prompted
- Refresh the page (F5 or Ctrl+R)
You can add the domain to the whitelist via extension settings → Whitelist
uBlock Origin
uBlock Origin
- Click on the uBlock Origin icon in the extensions panel
- Press the large blue power button (⏻) to disable for the current site
- Or click the shield icon and select "Disable for this site"
- Refresh the page
uBlock Origin displays the number of blocked requests on its icon - this helps you verify if the blocker is active
AdGuard
AdGuard
- Click on the AdGuard icon in your browser
- Select "Protection on this site" → "Disable"
- Or open AdGuard settings → Whitelist → Add the current domain
- Refresh the page
Ghostery
Ghostery
- Click on the Ghostery icon
- Toggle the "Block Trackers" switch to OFF for the current site
- Refresh the page
Privacy Badger
Privacy Badger
- Click on the Privacy Badger icon
- Move all domain sliders to the green zone (allow)
- Or click "Disable Privacy Badger for this site"
- 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
- Open your VPN client settings
- Find the "Ad Blocking", "Tracker Protection", or "Privacy" section
- Disable the ad blocking feature or add the domain to exceptions
- Reconnect to the VPN
- Refresh the page
If you cannot disable blocking separately, temporarily disable the VPN completely
NextDNS / AdGuard DNS / ControlD
NextDNS / AdGuard DNS / ControlD
- Log in to your DNS service dashboard
- Navigate to "Allowlist" or "Whitelist" section
- Add our application domain (e.g., example.com)
- Save changes
- Clear DNS cache:
- Windows:
ipconfig /flushdns
- macOS:
sudo dscacheutil -flushcache
- Linux:
sudo systemd-resolve --flush-caches
- Windows:
- Refresh the page
Pi-hole (Network Filter)
Pi-hole (Network Filter)
- Open the Pi-hole web interface
- Navigate to "Whitelist"
- Add the application domain and its associated subdomains
- Use wildcard:
*.example.com
- Refresh the page
Check the Query Log to see which domains are being blocked
Opera VPN (Built-in)
Opera VPN (Built-in)
- Click the VPN icon in the Opera address bar
- Toggle the switch to OFF
- Or disable VPN completely in browser settings
- Refresh the page
System Hosts File
System Hosts File
- Open the hosts file with administrator privileges:
- Windows:
C:\Windows\System32\drivers\etc\hosts
- macOS/Linux:
/etc/hosts
- Windows:
- Find lines containing the application domain
- Remove these lines or comment them out (add # at the beginning)
- Save the file
- Clear DNS cache (see instructions above)
- Refresh the page