https://github.com/swader/linkfix
A Chrome extension which adds "Copy Link" buttons to Google search results
https://github.com/swader/linkfix
Last synced: about 1 year ago
JSON representation
A Chrome extension which adds "Copy Link" buttons to Google search results
- Host: GitHub
- URL: https://github.com/swader/linkfix
- Owner: Swader
- License: other
- Created: 2016-03-09T10:43:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-09T10:44:45.000Z (over 10 years ago)
- Last Synced: 2025-06-02T04:51:40.716Z (about 1 year ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Linkfix
This extension adds a "Copy Link" button to Google Search results, so you can copy their actual value, and not the Google-enforced referral link-salad.
Accepting contributions for beautification of links.
## FAQ
Q: How do I install it?
A: Download and "Load Unpacked Extension" from the Extension screen in Google Chrome, or via the [Chrome Web Store](https://chrome.google.com/webstore/detail/coemcogghfnepgjbahhpjmkcoiihldpa).
---
Q: Why not replace links and avoid need for button?
A: Because it would sabotage Google's tracking efforts. Whether it's morally fine to do so, or to *not* do so, is a discussion that's outside the scope of this extension's existence. Feel free to submit a PR that lets people toggle the "mode" - button only vs. replace links with actual value
---
Q: How do I make sense of the logic in this extension?
A: See SitePoint tutorial in which it is described in detail. (coming soon)