Critiques pour Link Fixer
Link Fixer par danielnixon
Avis de ae555
Noté 1 sur 5
par ae555, il y a un moisThis does not work on Mac Firefox. Specific example: on theathletic.com, links will still open in the same tab, not a new one, using cmd+click.
35 notes
- Noté 1 sur 5par Utilisateur ou utilisatrice 12361192 de Firefox, il y a 5 moisDoesn't work on reuters.com
- Noté 5 sur 5par Utilisateur ou utilisatrice 13243498 de Firefox, il y a 5 moissignificant quality of life improvement, thank you
- Noté 2 sur 5par Utilisateur ou utilisatrice 18896556 de Firefox, il y a 6 mois
- Noté 5 sur 5par keyanoo, il y a 2 ansWeb developers sometimes override the normal behavior of links with JavaScript. Seems they happen not to think of advanced users, so that Shift/Ctrl+Click doesn't open the link in a new tab, as desired. This add-on fixes this issue. Thanks a lot, saves time and nerves!
- Noté 5 sur 5par applephx, il y a 3 ansThose that write scripts, patches, and hacks for broken software are my saviors. This app is a Godsend for all those godforsaken websites that break default functionality for no reason. THANK YOU!!!
Where can I donate to your efforts? - Noté 2 sur 5par Utilisateur ou utilisatrice 17329665 de Firefox, il y a 3 ansSadly this bug is too much annoying: https://github.com/danielnixon/link-fixer/issues/58
- Noté 5 sur 5par Utilisateur ou utilisatrice 17787781 de Firefox, il y a 3 ansIt works. Thank you danielnixon
- Noté 5 sur 5par Charles Cazabon, il y a 3 ansThank you for this! Far too many sites intercept ctrl-click and end up navigating the original page to the link destination in addition to the new tab that I had it open.
It was really annoying, and now it's perfect. - Noté 5 sur 5par Utilisateur ou utilisatrice 14603946 de Firefox, il y a 3 ansThis add-on is awesome. I thought I was going crazy when ctrl+click wasn't opening new tabs sometimes. Fixed my issue.
- Noté 1 sur 5par bariganavozom, il y a 4 ans
- Noté 5 sur 5par JMonkey, il y a 4 ansA great time saver. Some of the sites I use for my job break middle click for opening new tabs. Grrrr. :( But this plugin fixes them perfectly! A+ Thank you!
- Noté 5 sur 5par Utilisateur ou utilisatrice 10292680 de Firefox, il y a 4 ans
- Noté 5 sur 5par Wojox, il y a 5 ans
- Noté 5 sur 5par atreyu, il y a 5 ans
- Noté 5 sur 5par ljang, il y a 5 ansJust saved me about 1000 gumtree clicks by restoring ctrl+click to open in new tab, thanks.
- Noté 5 sur 5par Utilisateur ou utilisatrice 15989592 de Firefox, il y a 5 ans
- Noté 3 sur 5par Dave-in-Boston, il y a 5 ansDoesn't seem to work on Eversource's website to view bills. This is their code.
View - Noté 5 sur 5par Utilisateur ou utilisatrice 12967581 de Firefox, il y a 6 ans
- Noté 5 sur 5par pinewheel, il y a 6 ans
- Noté 3 sur 5par Utilisateur ou utilisatrice 10822314 de Firefox, il y a 6 ansWhy does this addon requests to "Access your data for all websites"? It's explained that "The extension can read the content of any web page you visit as well as data you enter into those web pages, such as usernames and passwords. " I don't this is needed for functioning of the add-on, can you explain please?
Réponse du développeur
mis en ligne : il y a 6 ansThat's due to "matches" being set to "all_urls". That's required for this add-on to work on all sites.
See:
* https://developer.chrome.com/extensions/match_patterns
* https://github.com/danielnixon/link-fixer/blob/master/manifest.json#L15
Feel free to audit the source at https://github.com/danielnixon/link-fixer
See also https://blog.mozilla.org/addons/2018/02/01/understanding-extension-permission-requests/