Chomikuj Move Button Shortcut

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

יוצר
motoe moto
התקנות יומיות
0
סה"כ התקנות
2
דירוגים
0 0 0
גרסה
0.1
נוצר
07-02-2025
עודכן
07-02-2025
Size
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.