Helpers index

A page for each helper file in /RTO_helpers/.
Docs updated: 2025-12-17

How to use helper files

Helpers are plain JS files you load with <script>. They expose small globals like RTOForm or RTOAllowlist.

Tip
Start with RTO_form_api.js. Most other helpers depend on it.

Helper files

HelperWhat it doesDownload
RTO_form_api.js Core API wrapper (recommended for all projects). Download
RTO_detector.js Small helper to detect the extension once. Download
RTO_connector.js Detect + set a global connection flag for UI helpers. Download
RTO_tabsList.js Normalized listTabs snapshot utilities. Download
RTO_openTab_button.js Bind buttons to open/navigate/focus a remote tab. Download
RTO_openTabsListing.js Fill a <tbody> with currently controlled tabs. Download
RTO_visible_when_tab.js Show/hide elements depending on whether a tabKey is open. Download
RTO_domainList.js Allow-list API wrapper. Download
RTO_addRemoveDomain.js Allow-list UI binder. Download
RTO_favoritesList.js Favorites API wrapper. Download
RTO_addRemovefavorite.js Favorites UI binder. Download
RTO_DOM_focus.js Focus a selector inside a controlled tab. Download
RTO_DOM_highlight.js Highlight a selector inside a controlled tab. Download
RTO_DOM_style.js Apply inline styles to a selector inside a controlled tab. Download
RTO_DOM_actions.js Button-driven read/write/highlight/close actions. Download
RTO_status_ui.js Beginner-friendly status banner (detect + allow-list). Download

Next

Pick a helper above to see its dedicated page.