-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer available on AMO #170
Comments
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... 🙄 |
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. |
If they are going to do that with every extension that doesn't support e10s yet it's a tragedy...
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?
Looking forward to it, I've been enjoying your addon.
Good thing is that you'd only have to rewrite it once, because WebExtensions is there to stay. |
Thanks for the nice words @jawz101 :-)
Well, that was also my thought went i spent a considerable amount of time rewriting the former restartless extension to support e10s 🙄
Potentially i'd say, but it's something we have to ask Mozilla...
Thank you :) |
Can you release XPI's on Github and make a tutorial how to install them or use the source? |
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?). |
Can't you do both? I prefer CleanLinks because it is open source |
@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 |
@einaregilsson Has there been any progress on einaregilsson/Redirector#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 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 :( |
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 |
@diegocr I keep my legacy FF with the addons that perfectly work, as Clean Links! Download this repository, click on top right and choose Download ZIP. |
came here super worried, glad it'll be released again soon! |
Good thing I had a backup plan. |
what is it? ;) can be useful… got the feeling this addon won't stand up for mozilla's super new age demands… |
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 ***@***.***> 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:
#170 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
is it still maintained? (doesn't seem to be) |
It's been dragging and droppind, I don;t know what to do |
@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 For a customizable regular expression rewriting engine, you may want to take a look at Redirector: https://github.com/einaregilsson/Redirector |
how exactly does it work? does it do anything by default? |
@alekksander It does nothing by default. You create rules (wildcard or regex) and then it automatically acts on those rules. |
so standard rules from clean links works? ((?:ref|aff)\w*|utm_\w+|(?:merchant|programme|media)ID) how to set it up? it seems to me, that redirector is just miserable substitute :( |
@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. |
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. |
You have it correct. Not interchangeable terms. Completely different things. |
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. |
Can firefox download pale moon addons? |
@Bluscream Yes, if you change the flag Also bearing in mind that this add-on will no longer work in Firefox versions past 57. |
Why is mozilla enforcing so much bs even on experienced users :/ |
@Bluscream, |
Hi, Because 2.7.1 isn't available here , I've extracted its XPI from my Pale Moon profile for the people who want version 2.7.1. Simply unzip the zip and drag the XPI to your browser's window to install it. |
No description provided.
The text was updated successfully, but these errors were encountered: