Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valdotle/md-copy-id
Browser extension allowing to set a (customizable) shortcut to copy the ID of the hovered element on Mangadex
https://github.com/valdotle/md-copy-id
browser-extension chromium firefox mangadex
Last synced: about 1 month ago
JSON representation
Browser extension allowing to set a (customizable) shortcut to copy the ID of the hovered element on Mangadex
- Host: GitHub
- URL: https://github.com/valdotle/md-copy-id
- Owner: valdotle
- License: mit
- Created: 2025-01-10T12:46:52.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-10T13:32:32.000Z (about 1 month ago)
- Last Synced: 2025-01-10T14:37:58.020Z (about 1 month ago)
- Topics: browser-extension, chromium, firefox, mangadex
- Language: JavaScript
- Homepage: https://mangadex.org/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Browser extension allowing to set a (customizable) shortcut to copy the ID of the hovered element on [Mangadex](https://mangadex.org/).
To install on:
* Chromium: go to the extension manager and enable developer mode, then select "load unpacked" and load the Chrome folder
* Firefox: go to the extension manager, select "install add-on from file" and upload the .xpi file from the Firefox folder
* other browser: I haven't bothered with those, feel free to create a compatible version and make a PR for it though**The default shortcut is Alt+M.** To change it, navigate to extensions > (keyboard) shortcuts and change the shortcut for the "Copy hovered resource ID" command. Keep in mind that overwriting your browser's default shortcut may result in unexpected behavior (or the shortcut not working at all).
If it doesn't work after installation, try to refresh the (Mangadex) tab to make sure the content script gets injected into the page. In addition, the tab you want to copy from has to be focused (most recent click in the window), in order for the extension to be able to write to the clipboard from what I have found (correct me if I'm wrong please).