Copy current page title and URL in Markdown format using a hotkey or button
These are all versions of this script. Show only the versions where the code changed.
copyMarkdown

[title](url)
### Changed- Fixed key detection issue for shortcut 'Ctrl + Shift + Y' or 'Command + Shift + Y' by ensuring key value comparison includes both lowercase and uppercase 'y'.- Simplified code by removing excessive debug prints for better readability and performance.
Fix shortcut detection for "Copy as Markdown" script- Added debugging information to verify key events and modifier keys.- Ensured proper detection of "Ctrl + Shift + Y" and "Command + Shift + Y" shortcuts.- Updated script to handle both Ctrl and Command modifiers effectively.This update resolves the issue with shortcut detection and improves script reliability.