JS Helper UI (TamperMonkey Adapted)

Набір допоміжних UI-функцій для юзерскриптів (копіювання, завантаження файлів, керування меню, шортенери)

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @require https://update.greasyfork.org/scripts/575419/1808366/JS%20Helper%20UI%20%20%28TamperMonkey%20Adapted%29.js

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

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.

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

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

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!)

Tác giả
Тарас «Ravlissimo» Тернополянин
Phiên bản
0.0.1.20260425201733
Đã tạo
25-04-2026
Đã cập nhật
25-04-2026
Kích thước
4 KB
Giấy phép
N/A

JS Helper UI (TamperMonkey Adapted)

Бібліотека допоміжних інструментів для розробників юзерскриптів. Створена для автоматизації рутинних задач взаємодії з UI та даними.

Як використовувати:

Додайте посилання на цю бібліотеку вказане вище у ваш мета-блок: // @require https://greasyfork.org/........

Основні функції:

  • jsHelperUi.copyTextToClipboard(text) — надійне копіювання.
  • jsHelperUi.downloadDataAsFile([data], 'name.txt') — експорт логів/даних.
  • jsHelperUi.shortUrl(url) — скорочення довгих посилань.
  • jsHelperUi.onKeyCodeSequence('KeyA,KeyB', callback) — приховані тригери.
  • jsHelperUi.disableContextMenu() — зняття або встановлення обмежень інтерфейсу.

Автор адаптації: Ravlissimo