2022-04-03 16:45:33 +02:00
2022-04-03 16:45:33 +02:00
2022-04-03 16:45:33 +02:00
2022-04-03 16:45:33 +02:00
2022-04-03 16:45:33 +02:00
2022-04-03 16:45:33 +02:00
2022-04-03 16:45:33 +02:00
2022-04-03 16:45:33 +02:00

clear_url

clear_url is an OCaml library to remove tracking elements from URLs.

It is based on ClearURLs

Usage

let dirty_url = "https://example.com?utm_source=newsletter1&utm_medium=email&utm_campaign=sale"
let () = Format.printf (Clear_url.clean dirty_url)

About

Description
No description provided
Readme
Languages
OCaml 100%