Skip to content
English
  • There are no suggestions because the search field is empty.

How Do I Disable the first Eye-Able® Assist Tooltip  on my Website?

Disabling the Eye-Able® Assist Intro Tooltip 

If you want to disable the intro tooltip that Eye-Able® Assist shows on your website, you can do so easily by adding a small script.


How It Works

Insert the following script directly after the standard HTML integration code for Eye-Able® Assist, at any location within your page’s HTML – ideally immediately after the Assist code.


The Script

<script>
    sessionStorage.setItem('eaIntro', 'true');
</script>


This script ensures that the tooltip is no longer displayed once Eye-Able® Assist is loaded.


Installation Guide for Eye-Able® Assist

If you haven’t integrated Eye-Able® Assist yet, you can find the complete installation guide here:

How can Eye-Able® Assist be integrated into websites?