UIO+ Accessibility Bookmarklet

A simple browser bookmarklet to enhance web accessibility with customizable preferences that persist across pages.

View the source code on GitHub.

🚀 Installation

Drag this link to your bookmarks bar:

UIO+ Accessibility

✨ Features

🔍 How to Use

  1. Drag the "UIO+ Accessibility" link above to your bookmarks bar
  2. Navigate to any webpage you want to make more accessible
  3. Click the bookmarklet in your bookmarks bar to activate
  4. Use the controls panel to adjust accessibility settings
  5. Click "Minimize" to hide the panel (the icon will remain)
  6. Your settings will be remembered as you browse

📋 Manual Installation

If drag-and-drop doesn't work, you can manually create a bookmark:

  1. Right-click your bookmarks bar and select "Add Page" or "New Bookmark"
  2. Enter "UIO+ Accessibility" as the name
  3. Copy and paste this code as the URL:
javascript:(function(){if(window.uioPlus){window.uioPlus.toggle();return;}var s=document.createElement('script');s.src='bookmarklet.js';document.body.appendChild(s);})();

⚠️ Limitations