newhouse / url-tracking-stripper

An open-source Chrome Extension that will remove the tracking parameters from URLs to keep them short and cleaner for sharing, bookmarking, etc. It will also skip any known redirects and take you straight to the target URL instead of passing you through an intermediate URL.
MIT License
192 stars 26 forks source link

Should strip Redfin `riftinfo` parameter #80

Open pkamb opened 5 years ago

pkamb commented 5 years ago

Lovely extension, thanks!

After installing I'm still seeing this extremely long and ugly riftinfo parameter in urls on Redfin.com

Not sure what it is, possibly a token for some kind of Occulus Rift VR home tour?

Is this a parameter you could add to the list?

wumpus commented 5 years ago

base64 decode is

ev=email&l=29277701&p=listing_updates_recommendations&a=click&s=recommendations&t=address&email_id=29277701_1564192131_6&update_type=1&lilr_score=0.4521&listing_id=110815204&property_id=16696480&position_number=8

so yes it's sending a lot of info

newhouse commented 4 years ago

Hmm...yeah, that seems icky. Wonder where/when it might break a site tough?

pkamb commented 4 years ago

I've added a PR for this here: #98

pkamb commented 3 years ago

@newhouse any update on the current status of this repo/extension? Thanks!

newhouse commented 3 years ago

Very sorry - I've been neglecting this project for too long. I'll try to dig through it this week/end and get up to speed and do some work on it