https://github.com/psto/userscript-clean-copy-url
Clean and copy the URL
https://github.com/psto/userscript-clean-copy-url
greasyfork userscript
Last synced: 3 months ago
JSON representation
Clean and copy the URL
- Host: GitHub
- URL: https://github.com/psto/userscript-clean-copy-url
- Owner: psto
- License: mit
- Created: 2023-10-01T06:07:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T12:22:20.000Z (over 2 years ago)
- Last Synced: 2025-03-16T10:42:04.405Z (10 months ago)
- Topics: greasyfork, userscript
- Language: JavaScript
- Homepage: https://greasyfork.org/en/scripts/476480-clean-copy-url
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Userscript: Clean Copy URL
Clean and copy the URL to the clipboard by pressing "alt+c".
The script removes the query string from the URL and redirects to the new URL.
For example: `https://example.com/site?tracking=1234` becomes `https://example.com/site`.
If there is no query string, only the URL is copied.
[Install on Greasyfork](https://greasyfork.org/en/scripts/476480-clean-copy-url)
## License
[MIT](./LICENSE) License © 2023 [Piotr Stojanow](https://github.com/psto)