Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasperomari/linkstringifier
LinkStringifier is a userscript that helps you to highlight and copy link texts.
https://github.com/kasperomari/linkstringifier
converter link stringifier tampermonkey-userscript text userscript
Last synced: 13 days ago
JSON representation
LinkStringifier is a userscript that helps you to highlight and copy link texts.
- Host: GitHub
- URL: https://github.com/kasperomari/linkstringifier
- Owner: KasperOmari
- Created: 2021-07-17T20:41:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T15:52:55.000Z (over 2 years ago)
- Last Synced: 2025-01-03T14:55:35.137Z (22 days ago)
- Topics: converter, link, stringifier, tampermonkey-userscript, text, userscript
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkStringifier
LinkStringifier is a userscript that helps you to highlight and copy link texts.## Example
If you needed to copy `a hyberlink` from the following hyberlink text:
- [This is a hyberlink text](http://example.com).You will struggle to have only the needed text highlighted, so as a workaround you might end up highlighting the whole `This is a hyberlink text`, copy it then remove the extra texts before and after it. Or you can hack it and inspict it's parent HTML element!
LinkStringifier will help you in such cases by converting all the text hyberlinks to a texts to make it easier to highlight any piece of the text without extra effort.
After enabling LinkStringifier, the hyberlink will be shown as the following *when you hover it*:
- This is a hyberlink text [🔗](http://example.com).# Installation
1. Install [Tampermonkey](https://www.tampermonkey.net/).
1. View the [LinkStringifier.js](https://github.com/KasperOmari/LinkStringifier/blob/main/LinkStringifier.js) file and click the *Raw* button at the top of the file to view its source. [[Direct Link to its raw](https://raw.githubusercontent.com/KasperOmari/LinkStringifier/main/LinkStringifier.js)].
1. Copy the source code.
1. Open Tampermonkey in your browser and click the Add Script tab (icon with a plus symbol).
1. Paste the source into the script window and hit save.
1. Enjoy it!