xwipeoutx / undirect

A simple chrome extension that removes this tracking and redirection from Facebook and Google search results
https://chrome.google.com/webstore/detail/undirect/dohbiijnjeiejifbgfdhfknogknkglio
BSD 2-Clause "Simplified" License
60 stars 13 forks source link

Facebook too, please! :) #11

Closed a-raccoon closed 5 years ago

a-raccoon commented 7 years ago

Elegantly simple script. I would love it it also undirected links clicked from facebook too!

Both platforms make it similarly impossible to right-click copy link addresses to external sites, using the same redirect method.

webmastir commented 7 years ago

I don't think this is an active project any longer.

Edit: I stand corrected.

a-raccoon commented 7 years ago

That would be a shame. It still works. Doesn't have any malware or advertising like its competition does. Has a good marketable name. Should be expanded and promoted along side Privacy Badger for reducing user tracking.

xwipeoutx commented 7 years ago

Well, it's not active because it was complete and, dare I say, bug free!

The Facebook support sounds like a good idea, I'll check it out, it looks simple enough to do at a glance

xwipeoutx commented 7 years ago

Doneski, the Googles says it might take up to an hour to be published. I'll close it out when I've tested the published version.

a-raccoon commented 7 years ago

Daaang that was fast! You're a good man, Charlie Brown.

bmelman commented 7 years ago

For a moment I thought this plugin was hacked or gone bad until I checked here (what plugin suddenly needs access to specifically my facebook?!), great work! 👍

a-raccoon commented 7 years ago

what plugin suddenly needs access to specifically my facebook?

How does that work bmelman? I received no permissions query for this addon to strip out facebook's click-tracking redirects. Is that a set of development features or a "plugins firewall" of sorts?

Maybe it'd be a good idea if the settings default to off, allowing the user to opt-in each checkbox for each site it's going to augment links on. a-raccoon caused such a mess of things!

bmelman commented 7 years ago

My chrome showed a popup when I opened a new (Incognito) Window, telling me undirect was disabled because it needed extra permissions to access facebook.com site info (I don't remember the exact phrase), offering me to allow or delete the extension.

xwipeoutx commented 7 years ago

Unfortunately, permissions in Chrome extensions don't work that way - you specify the sites to allow in the manifest, not in the code, so it can't be dynamic or user-selectable. The first release of the plugin actually said "all data on all sites" until I restricted it to Chrome.

My only options that I can see are 1) Rename the extension to "Undirect for Facebook and Google" so it's clear 2) Make 2 extensions - one for facebook, one for google 3) Leave it as is

I think I'll stick with #3 - perhaps I'm selfish, but this plugin is mainly for myself, and I don't mind it accessing my facebook ^_^

bmelman commented 7 years ago

Somehow it was linked to this github repository, so it's fine anyway, anyone who notices it should be wise enough to find out how and what themselves. (I do start wondering how to check that the installed extension actually is based on this source anyway... lol)

a-raccoon commented 5 years ago

It looks like this needs to be updated again. Facebook likes to tack on ?fbclid=PDpsYoABR-dTfrnqEonoNetWrhfTbPsbEcOuxmOjxtPvuWisnIITMpydodLTP (example) to the end of external links.

a-raccoon commented 5 years ago

(I do start wondering how to check that the installed extension actually is based on this source anyway... lol)

@bmelman The code is in javascript, and js is not compiled. Open Chrome's Extensions page and View Details for this extension in question. Note the extension's ID number (eg dohbiijnjeiejifbgfdhfknogknkglio). Locate the folder on your harddrive by the same name. You will find the .js files in there to compare against the source code on github.