Browser Extension

X10n.
Userscripts for Quickbase.

A focused userscript manager built by Levery Digital. Customize your realm with small JavaScript snippets, installed from any URL, with the safeguards Quickbase admins actually want.

Install from Chrome Web Store
What X10n Does

A toolkit, not a hammer.

X10n lets your team layer customizations onto any Quickbase realm without touching the underlying apps. Run scripts on the realms you choose, with the safeguards Quickbase admins actually want.

Speed

One-click install from any GitHub URL. Per-script update checks. No deploy pipelines.

Safety

Every install and every update requires your explicit approval. No silent pushes, ever.

Focus

Default-supported on Quickbase. Tighter permissions than general userscript managers.

What's Included

Everything you need to ship a userscript safely.

Install from any URL

Paste a GitHub URL, Gist, or any .user.js link. Review the source. Click Install.

Per-script update checks

Re-fetches the source URL, shows a diff, only applies on click. No auto-updates.

Tab-aware popup

Click the toolbar icon and see exactly which scripts apply to the page you're on.

Quickbase Dark Mode included

The seeded sample script is a polished dark mode toggle for any Quickbase realm.

Filterable release notes

Search and filter every change by status, area, version, or plan. All in one place.

Zero telemetry

Nothing is sent to Levery's servers. Your installed scripts stay in your browser.

Getting Started

Three minutes to install.

No account required. The seeded dark mode script demonstrates the full pattern, end to end.

Install from the Chrome Web Store

One click adds X10n to Chrome. Pin it to your toolbar so it's always one click away.

Allow user scripts

Chrome 138+ requires a one-time per-extension toggle. The X10n onboarding tab walks you through it.

Enable dark mode

Open the X10n options page, flip the toggle, then visit any Quickbase realm. Done.

Import additional scripts

Click import, paste a GitHub URL, review the source, and install. Repeat as needs evolve.

See It In Action

The X10n options page.

Manage your installed scripts, edit their source, and check for updates from a single, focused interface.

chrome-extension://x10n/options
Quickbase Dark Mode
v1.2.0 · Imported from GitHub · Up to date
// ==UserScript==
// @name      Quickbase Dark/Light Mode Toggle
// @match     https://*.quickbase.com/*
// @version   1.2.0
// @grant     none
// ==/UserScript==

(function() {
  const css = `html { filter: invert(1) hue-rotate(180deg); }`;
  const style = document.createElement('style');
  style.textContent = css;
  document.head.appendChild(style);
})();
Free with X10n

Extensions that ship with X10n.

A small set of Levery-built userscripts included free with X10n. Install them in one click — no account required. More on the way.

Quickbase Dark Mode

Page-level filter inversion with surgical re-inverts to preserve brand colors, charts, and KPI cards. Cmd/Ctrl+Shift+D to toggle.

Why we love it: Reduces eye strain during long Quickbase sessions. Works across every page in the realm — dashboards, forms, and reports.

Quickbase Tool Tips

Surface field types, table IDs, and form metadata inline as you hover. Built for admins debugging form behavior.

Why we love it: Cuts debugging time in half. Surfaces field IDs, table IDs, and form context you’d normally have to dig out of app settings — right on the page as you hover.

The Markup Tool

An on-screen markup layer for live Quickbase walkthroughs — laser pointer, annotations, and a fade-out timer.

Why we love it: Makes Quickbase demos and training sessions feel polished. Point, annotate, and guide users through live apps without any screen-recording software.

Have an extension idea?

X10n currently ships with Levery-built extensions only. If you have an idea or want to collaborate on one, reach out to us.

Get X10n on your team's browsers.

Free, no account required, and works on every Quickbase realm your team has access to.