CleanLinks icon indicating copy to clipboard operation
CleanLinks copied to clipboard

No longer available on AMO

Open jawz101 opened this issue 8 years ago • 32 comments

jawz101 avatar Mar 30 '17 19:03 jawz101

Yeah, they shut it down arguing "it doesn't work" :-/

I think i'll just upload the broken/experimental version i made with e10s support (that i kinda dislike by the reasons given in other ticket)

Actually a WebExtension version might be more suitable, but i don't have much time these days to develop it from scratch again... 🙄

diegocr avatar Mar 30 '17 22:03 diegocr

Well, I just appreciate your work. If anything, it feels like this add-on made for a good reference design for several concepts if anyone wanted to investigate controlling referrers.

Kinda wish you'd work on Privacy Badger :D I get the feeling your ideas and interests in privacy and heuristics are good.

jawz101 avatar Mar 30 '17 22:03 jawz101

If they are going to do that with every extension that doesn't support e10s yet it's a tragedy...

Yeah, they shut it down arguing "it doesn't work" :-/

Does an addon being not e10s automatically mean it's going to be deleted from AMO? If not, is there any procedure to challenge such allegations?

I think i'll just upload the broken/experimental version i made with e10s support (that i kinda dislike by the reasons given in other ticket)

Looking forward to it, I've been enjoying your addon.

but i don't have much time these days to develop it from scratch again

Good thing is that you'd only have to rewrite it once, because WebExtensions is there to stay.

leedoyle avatar Apr 01 '17 10:04 leedoyle

Thanks for the nice words @jawz101 :-)

@leedoyle

Good thing is that you'd only have to rewrite it once, ...

Well, that was also my thought went i spent a considerable amount of time rewriting the former restartless extension to support e10s 🙄

Does an addon being not e10s automatically mean it's going to be deleted from AMO?

Potentially i'd say, but it's something we have to ask Mozilla...

Looking forward to it, I've been enjoying your addon.

Thank you :)

diegocr avatar Apr 02 '17 13:04 diegocr

Can you release XPI's on Github and make a tutorial how to install them or use the source?

Bluscream avatar Apr 10 '17 23:04 Bluscream

Former users of this extension can try Redirector instead. It doesn't come with pre-defined rules but the general purpose is the same.

@diegocr Instead of wasting your time rewriting the extension again, I suggest you and other people just to share their regexes on the Redirector page (maybe we could start a wiki for it?).

anewuser avatar Apr 14 '17 11:04 anewuser

Can't you do both? I prefer CleanLinks because it is open source

Bluscream avatar Apr 14 '17 13:04 Bluscream

@anewuser to expound on that idea, it'd be nice to have a list hosted on github which was formatted to pull into the add-on. That way we could all curate a list but not have to manually add them.

@Bluscream I'm pretty sure everything we've talked about is open source

jawz101 avatar Apr 14 '17 15:04 jawz101

@einaregilsson Has there been any progress on https://github.com/einaregilsson/Redirector/issues/30? I invited these people to take a look at Redirector, but they'd still be in the same boat in case the migration to WebExtension kills your work on the Firefox extension

@jawz101 I get what you mean, but @einaregilsson and @diegocr don't have time to work on something big like that. You'd need to able to do that by yourself or hire/convince other programmers. :)

@Gitoffthelawn Any remarks or words of wisdom on this opportunity to combine efforts with one another?

anewuser avatar Apr 14 '17 21:04 anewuser

@anewuser That issue was finished long ago. Redirector is now a WebExtensions addon. Although, because of a Mozilla bug there are now requests sent to the original url and the new url, and that bug is only scheduled to be fixed in FF55 unfortunately :(

einaregilsson avatar Apr 17 '17 12:04 einaregilsson

you have the best link cleaner i have found - thanks for your work and hopefully it will make it back to AMO in the future

have a good one

atomGit avatar Apr 18 '17 11:04 atomGit

@diegocr I keep my legacy FF with the addons that perfectly work, as Clean Links! @leedoyle I have many addons as a back up from the Privacy/Security section in AMO and will upload them if they disappear. @Bluscream There's an addon for that, but you can do it yourself:

Download this repository, click on top right and choose Download ZIP. An XPI file is just a rebranded ZIP file, so you must either rename the file type or create a new zipped file with thw same content, just save it with the .xpi extension instead of the default .zip one.

Atavic avatar Apr 18 '17 19:04 Atavic

came here super worried, glad it'll be released again soon!

leethax666 avatar Apr 19 '17 19:04 leethax666

Good thing I had a backup plan.

ng4ever avatar May 02 '17 22:05 ng4ever

what is it? ;) can be useful… got the feeling this addon won't stand up for mozilla's super new age demands…

alekksander avatar May 02 '17 22:05 alekksander

Redirector looks cool if someone wants to maintain a regex list or port whatever clean links uses

On May 2, 2017 3:13:39 PM PDT, alekksander [email protected] wrote:

what is it? ;) can be useful… got the feeling this addon won't stand up for mozilla's super new age demands…

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/diegocr/CleanLinks/issues/170#issuecomment-298776805

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

leethax666 avatar May 02 '17 22:05 leethax666

is it still maintained? (doesn't seem to be)

alekksander avatar May 02 '17 22:05 alekksander

It's been dragging and droppind, I don;t know what to do

JanieBug74 avatar May 02 '17 23:05 JanieBug74

@jawz101 Privacy Badger is interested in supporting link deobfuscation; we've had an open ticket for this for a long time, but now have someone actually working on it.

Weirdly, to the extent that this functionality can be implemented by using regular expression rewrites of outbound request URLs, EFF's other major browser extension HTTPS Everywhere may actually be a better fit, since it's basically a giant regular expression rewriting engine.

pde avatar May 22 '17 21:05 pde

@pde For a customizable regular expression rewriting engine, you may want to take a look at Redirector: https://github.com/einaregilsson/Redirector

Gitoffthelawn avatar May 23 '17 05:05 Gitoffthelawn

how exactly does it work? does it do anything by default?

alekksander avatar May 23 '17 13:05 alekksander

@alekksander It does nothing by default. You create rules (wildcard or regex) and then it automatically acts on those rules.

Gitoffthelawn avatar May 23 '17 17:05 Gitoffthelawn

so standard rules from clean links works? ((?:ref|aff)\w*|utm_\w+|(?:merchant|programme|media)ID) how to set it up? sorry for getting off topic.

it seems to me, that redirector is just miserable substitute :(

alekksander avatar May 23 '17 17:05 alekksander

@alekksander Standard rules will work. You just tell it what URLs to match and where to redirect them to. You can create as many rules as meet your needs.

Gitoffthelawn avatar May 24 '17 00:05 Gitoffthelawn

I'm not a fan of the write-your-own-rules add-ons. Something that pulls community rule sets, you train based on something which detects something and asks what you want to do. Otherwise, the user has to constantly look at their address bar.

Also, I don't know if referrer and redirect are interchangeable terms but it seems like they are 2 separate things.

jawz101 avatar May 24 '17 02:05 jawz101

Also, I don't know if referrer and redirect are interchangeable terms but it seems like they are 2 separate things.

You have it correct. Not interchangeable terms. Completely different things.

Gitoffthelawn avatar May 24 '17 05:05 Gitoffthelawn

For what it's worth, this add-on does still work on Pale Moon, and will continue to do so for the foreseeable future.

@diegocr If you want to have this hosted on an add-on repository the Pale Moon Add-ons Site is available for any add-ons compatible with Pale Moon. If this is of interest feel free to ping me at the email address on my GitHub profile.

Lootyhoof avatar May 25 '17 14:05 Lootyhoof

Can firefox download pale moon addons?

Bluscream avatar May 25 '17 14:05 Bluscream

@Bluscream Yes, if you change the flag xpinstall.signatures.required to false in about:config first (and assuming any add-ons for Pale Moon also support Firefox). You wouldn't be able to auto update the add-on though, as auto update for the Pale Moon Add-ons Site only works in Pale Moon.

Also bearing in mind that this add-on will no longer work in Firefox versions past 57.

Lootyhoof avatar May 25 '17 14:05 Lootyhoof

Why is mozilla enforcing so much bs even on experienced users :/

Bluscream avatar May 25 '17 14:05 Bluscream