Chomikuj Move Button Shortcut

Press M to click the move button on disk-alist's Chomikuj page

作者
motoe moto
今日安裝
1
安裝總數
3
評價
0 0 0
版本
0.1
建立日期
2025-02-07
更新日期
2025-02-07
尺寸
715 位元組
授權條款
MIT
腳本執行於

Chomikuj File Move Shortcut Script

Purpose

This Tampermonkey script adds a keyboard shortcut to quickly move files on Chomikuj.pl. It streamlines the file management process by allowing users to trigger the "Move" action with a single keypress.

Features

  • Adds 'M' key shortcut to trigger the move files function
  • Works on Chomikuj pages
  • Case insensitive ('m' or 'M' both work)
  • Requires no additional permissions

Usage

  1. Select the files you want to move
  2. Press 'M' on your keyboard
  3. The move files dialog will appear

Requirements

  • Tampermonkey browser extension
  • Access to Chomikuj.pl
  • Browser with JavaScript enabled

Notes

  • Files must be selected before using the shortcut
  • Does not bypass any existing Chomikuj.pl restrictions or permissions

Technical Details

The script uses a simple event listener to detect the 'M' key press and simulates a click on the move button through DOM manipulation. It's designed to be lightweight and non-intrusive to the original site functionality.