34
Linux program similar to Android's URLCheck app?
(sh.itjust.works)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
https://addons.mozilla.org/en-US/firefox/addon/clearurls
I actually do already have this installed, but most of the time, it seems to not remove the tracking parameters. Maybe it can't tell due to some formats.
For example this link doesn't remove stuff after the
?
:https://www.downpour.com/?vgo_ee=yVKPXuXTb3pOVC1%2BObLYIKCuW0CuYLqMqodDjvlwA9PZWjoKQA%3D%3D%3Ah1fuIWzG7PGjYqA%2FUh4bqIjx6MMD9PJM
Though sometimes you don't want it to auto remove stuff after the
?
because you need that query to pull up stuff such as:https://duckduckgo.com/?q=query+string&t=h_&ia=web
You need the
?q=query+string&t=h_&ia=web
for that search to work.The thing with URLCheck is that you can choose which parameters to remove as well, which is really useful. Also it resolves redirects so that you know where the link will take you.