Copy current page title and URL in Markdown format using a hotkey or button
या स्क्रिप्टच्या अशा आवृत्त्या ज्यांत कोड अपडेट करण्यात आले होते. सर्व आवृत्त्या दाखवा.
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.