Chomikuj Move Button Shortcut

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

Forfatter
motoe moto
Daglige installasjoner
0
Totale installasjoner
2
Vurderinger
0 0 0
Versjon
0.1
Lagd
07.02.2025
Oppdatert
07.02.2025
Size
715 Bytes
Lisens
MIT
Gjelder

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.