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

How can I show the Eye-Able® Assist Tool again after hiding it?

Re-display Eye-Able Assist after hiding

On your computer

  • Press the key combination Alt + 1 to reopen the toolbar.
  • Open the settings using the Gear-Icon
  • Disable the "Hide Icon" option.

Note: If the toolbar cannot be opened with the key combination, you must delete the LocalStorage of the website in your browser settings.


On mobile devices (without keyboard)

  • There is no key combination to show Eye-Able Assist again.
  • To reset the ‘Hide Eye-Able Assist’ setting, the website's LocalStorage must be deleted in the mobile browser.

Instructions: Delete LocalStorage on mobile devices

  1. Open your mobile browser and go to the relevant website.
  2. Open the browser menu.
  3. Scroll to ‘Website settings’ and tap on it.
  4. Search for ‘Local Storage’ or ‘Manage website data’ and open this option.
  5. Delete the data or remove the website from LocalStorage.

For website operators: Link to re-display Eye-Able Assist

You can add a link to your page that automatically re-displays Eye-Able if it has been accidentally hidden:

<a href="javascript:localStorage.removeItem(“eyeAbleHideIcon”); window.location.reload();">

Re-display Eye-Able Assist

</a>

This link removes the corresponding entry in LocalStorage and reloads the page so that Eye-Able Assist is visible again.