Impex Cube Better Dropdowns

Transforms basic select dropdowns into searchable, modern dropdowns with fuzzy search

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
quantavil
Installationen heute
0
Installationen gesamt
1
Bewertungen
0 0 0
Version
1.0.1
Erstellt am
17.01.2026
Letzte Aktualisierung
19.01.2026
Größe
24,3 KB
Lizenz
MIT
Wird angewandt auf

🔽 Impex Cube Better Dropdowns

A modern, high-performance userscript that transforms standard HTML select elements into searchable, keyboard-friendly dropdowns. Designed specifically for the Impex Cube platform to enhance productivity and user experience.

✨ Key Features

  • 🔍 Fuzzy Search: Powerful search algorithm that matches even with typos or partial strings.
  • ⌨️ Keyboard Navigation: Full support for arrow keys, Enter, and Escape for a seamless workflow.
  • 🎨 Modern Aesthetics: Clean, professional UI with smooth transitions and clear visual feedback.
  • 🚀 Performance Optimized: Lightweight implementation with debounced search and efficient DOM updates.
  • 📏 Smart Positioning: Automatically detects screen edges to prevent menus from being cut off.
  • 🏷️ Contextual Info: Shows value codes alongside text for quick identification.

🚀 Installation

  1. Install a userscript manager like Tampermonkey or Greasemonkey.
  2. Click here to install: dropdown_userscript.js
  3. Navigate to any impexcube.in page to see the enhanced dropdowns in action.

🛠️ Technical Overview

The script uses a custom fuzzy matching algorithm that prioritizes exact matches and word boundaries while allowing for flexible subsequence matching. The UI is built using vanilla CSS and JavaScript, ensuring zero dependencies and maximum compatibility.

Search Algorithm Highlights

  • Exact Match: Highest priority (Score: 100)
  • Starts-with: High priority (Score: 80)
  • Word Boundary: Medium priority (Score: 70)
  • Strict Fuzzy: Low priority (Score: 40-50, requires >90% character density)

📝 License

Developed by Quantavil. Released under the MIT License.