An open API service indexing awesome lists of open source software.

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

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)