View on GitHub

accessibegone

Instructions for blocking AccessiBe and similar intrusive overlays

AccessiBe Gone

If you are blind or low vision and rely on assistive technologies like screen readers, you may have begun finding popular websites becoming less usable– all in the same ways:

If you have been scratching your head looking for the answer to this vexing plague, the cause is a piece of technology called an accessibility overlay– rather, software masquerading as such. Most recently, a company known as AccessiBe has been selling and delivering software to thousands of websites, claiming that their one-line solution will make their sites accessible and save them from legal action. The claim is that artificial intelligence negates the need for any knowledge of accessible design patterns. Unfortunately, many businesses believe AccessiBe’s claims and integrate the overlay with no thought to whether the technology actually delivers.

For more background on AccessiBe and their current hostile stance towards the disabled, you are encouraged to read this thorough post by Adrian Roselli. Their software has many documented flaws, they have been caught trying to silence critics, misrepresenting the ADA and WCAG 2.1 standards, and paying for fake Wordpress reviews. All the while, AccessiBe has been made aware of the harm they are doing to people who use assistive technology through numerous channels. The continued lack of solutions to trivial coding mistakes demonstrates laziness, incompitence, or actual malice. Not having spoken with anyone on their development team, I can only judge based on the product itself.

Have you had enough of their intrusive overlay? Then keep reading. This document describes how to ban AccessiBe from ever reaching your computer and disrupting your online web experience. Note: the approaches below are exemplary. There are, as they say, many ways to skin a cat. Be creative, and please share any solutions you devise with the community.

What to Block

The AccessiBe software is delivered from two domain hosts:

At a minimum, blocking these domains on your device of choice (or preferably your local network) will be sufficient. You may also wish to block the IP addresses associated with each domain altogether, though they may change once in a while. At the time of writing, the addresses are 167.172.136.187 and 206.189.187.108. If in doubt, perform a ping on either domain to obtain the correct IP address.

How to Block the AccessiBe Domains

Install the AccessiByeBye Extension

The folks at Pneuma Solutions (formerly Serotek), have taken the initial idea of blocking AccessiBe as outlined in this document and written a browser extension compatible with Chrome, Edge, and Firefox that blocks multiple overlay providers. If you use any of these browsers, then installing the AccessiByeBye extension will get rid of those overlays in no time. You can find it in the Chrome Web Store or check out the project on GitHub.

Using an Ad Blocker

A couple of enterprising individuals have taken it upon themselves to create custom AccessiBe block rules that run directly in your browser. For users of Ad Block Plus and uBlock Origin, Derek Riemer has created this filter. Users of Apple devices are encouraged to install Better which already blacklists AccessiBe and many other bad actors.

Windows Instructions

The below instructions demonstrate how to block the current AccessiBe overlay distribution IP address via the Windows Firewall. If you are comfortable editing the system hosts file (located in C:\Windows\System32\Drivers\etc), then you may wish to go that route instead.

  1. In the Start Menu, type “firewall” and press Enter. The Windows Firewall application opens.
  2. Click the “Advanced Options” link. Answer Yes to the User Account Control if it appears.
  3. In the “Windows Defender Firewall with Advanced Security” screen, select the outbound rules treeview item, click the Action menu and select New Rule.
  4. Select the custom rule option.
  5. Choose to apply this rule to all programs.
  6. Set the protocol type to any.
  7. Select “These IP Addresses” and click Add.
  8. In the IP addition screen, select “This IP or Subnet” and enter 167.172.136.187 and 206.189.187.108 for the IP address you wish to block, then click OK.
  9. On the following screen, choose to block the connection.
  10. Next, check the items where the rule should apply. The default is for the new filter to apply to the current domain, public, and private networks.
  11. Finally, give the rule a name, and click Finish.
  12. Close the Windows Firewall.

Mac OS and Linux Instructions

This procedure describes how to edit the hosts file on a Mac to block the AccessiBe domain names. The following steps will also apply to any modern UNIX or Linux like operating system (including some routers and single-board computers such as the Raspberry Pi). If you are using Linux, open a terminal or console window and follow the instructions for editing the hosts file only.

  1. Press Command + Space to open the Spotlight Search. Type “terminal” and press Return.
  2. When the terminal window opens, type “sudo nano /etc/hosts” followed by Return.
  3. At this point you will be prompted for your administrative password. Type it and press Return.
  4. The nano text editor opens. If you have never used nano before, this guide may be useful.
  5. press the Down Arrow until you reach the line which reads “127.0.0.1 localhost”. Press the Down Arrow once more and Return once or twice to add a blank line.
  6. Enter the following exactly as shown: tip, you may copy the following line to the clipboard and paste it directly into the file
    127.0.0.1 acsbap.com acsbapp.com
    
  7. Review the change, ensuring there are spaces between the IP address and two domain names.
  8. If all looks good, press Ctrl + X to exit nano. You will be asked if you wish to save your changes. Press Y followed by Return.
  9. At this point you are finished and can press Command + Q to quit the terminal application.

Check Your Setup

Due to browser security, this page cannot accurately test whether AccessiBe has been successfully blocked. Therefore, the most reliable way to find out is to visit a page which embeds the overlay. A few examples include Name Cheap or Ham Radio Outlet.

If you do not hear any prompt to press a command for screen reader mode, and more importantly if no such items appear on the above pages after a few seconds, then congratulations! You have taken back control of the web.

Is That All?

Unfortunately, no. While AccessiBe is the worst offender today, other companies are engaging in similar deceitful practices. Over time instructions for blocking them will be integrated into this page.

Feedback

I welcome any comments, corrections, and additions. Simply clone the project page and submit a pull request.

Please pass these instructions on to anyone else who would benefit. The web belongs to all of us. Let’s reclaim it. Thanks for reading.

No felines were injured during the creation of this document.