Modules pour le navigateur Firefox
  • Explorer
  • Extensions
  • Thèmes
    • pour Firefox
    • Dictionnaires et paquetages linguistiques
    • Sites pour les autres navigateurs
    • Modules pour Android
Télécharger FirefoxS’inscrire ou se connecter
Icône du module

Critiques pour Neat URL

Neat URL par Geoffrey De Belie

Noté 4,6 sur 5
4,6 étoiles sur 5
5
96
4
19
3
4
2
0
1
6
19 notes
  • Noté 4 sur 5
    par Utilisateur ou utilisatrice 16009164 de Firefox, il y a 8 mois
  • Noté 4 sur 5
    par Luke, il y a un an
  • Noté 4 sur 5
    par lanemi4349, il y a un an
    Only 3.2.0 version is working on Firefox 56.
  • Noté 4 sur 5
    par dev/null, il y a un an
    Interesting addon.
    Seems to works fine but sometimes fail. For example with url like this:

    `https://www.itaka.pl/wczasy/egipt/hurghada/hotel-titanic-beach-spa-aqua-park,HRGTITA.html?ofr_id=2193798335ea5d9ebe13b26208d0a77c9a4e6c265d2049538db5f5d51892baf8&adults=2&childs=0#utm_source=facebook&utm_medium=social&utm_campaign=fb_post&utm_content=Egipt_Hotel_Titanic_Beach_Spa_23_10_2019&affiliate=32232665`

    Ps hash (#) doesn't work too
  • Noté 4 sur 5
    par Utilisateur ou utilisatrice 14619974 de Firefox, il y a 2 ans
    Nice addon, but looks like in don't work with "spm" and "epid" parameters
  • Noté 4 sur 5
    par Hackerpcs, il y a 2 ans
    Excellent addon, helps a lot to remove all that unnecessary refs, from, etc from URLs.
    Doesn't seem to work on Android, please take a look at it if you can make it work.
  • Noté 4 sur 5
    par Aurora of Earth, il y a 2 ans
  • Noté 4 sur 5
    par Utilisateur ou utilisatrice 14433072 de Firefox, il y a 2 ans
  • Noté 4 sur 5
    par Utilisateur ou utilisatrice 14209964 de Firefox, il y a 2 ans
  • Noté 4 sur 5
    par Utilisateur ou utilisatrice 14329427 de Firefox, il y a 3 ans
  • Noté 4 sur 5
    par drsam, il y a 3 ans
  • Noté 4 sur 5
    par Utilisateur ou utilisatrice 14172470 de Firefox, il y a 3 ans
  • Noté 4 sur 5
    par The Beard Below My Chin, il y a 3 ans
    From a glance the rules are not easy on the eyes and looks like an inconvenience to maintain. It could be improved if they were formatted by newline and there was a switch for case sensitivity. With uMatrix as inspiration, I propose this format and I fully understand if this is out of the scope of the project.

    retain domain (case sensitive | insensitive) (comma separated params/spaces ignored from here){newline} //keep matching params, remove everything else
    delete domain (case sensitive | insensitive) (comma separated params/spaces ignored from here){newline} //remove matching params, keep everything else
    cutoff domain (case sensitive | insensitive) (relax = $/|force = $$/) (single param){newline} //remove all parameters after matching single param
    ignore domain{newline} //no operation, paramerters untouched/whitelist
    local rules and ignore override global rules.


    example:

    delete * sensitive badparam, evilparam, etc //globally remove, case sensitive
    retain * insensitive okparam, goodparam, etc //globally keep, case insensitive
    delete website.* sensitive evilref, badstuff, etc //locally remove, case sensitive
    retain website.* sensitive evilref, badstuff, etc //locally keep, case sensitive
    delete website.* insensitive okparam, goodparam, etc //locally remove, bypass global rules, case insensitive
    retain somesite.com insensitive badparam, evilparam, etc //locally keep, bypass global rules, case insensitive
    cutoff somesite.com sensitive force okparam //trim all parameters after 'okparam', relax = $/, force = $$/
    ignore anothersite.com //whitelist
  • Noté 4 sur 5
    par Taurean, il y a 3 ans
    The blacklist should allow regex or at least wildcards.
  • Noté 4 sur 5
    par Utilisateur ou utilisatrice 12758430 de Firefox, il y a 3 ans
  • Noté 4 sur 5
    par Utilisateur ou utilisatrice 13570576 de Firefox, il y a 3 ans
    it just do its job right, kudos to developer. but i think the toolbar icon its an overkill for this kind of extensions
  • Noté 4 sur 5
    par Utilisateur ou utilisatrice 5823955 de Firefox, il y a 3 ans
    Try it, and you will find it's better than pure url instantly

    Réponse du développeur

    mis en ligne : il y a 3 ans
    Thank you. You're giving 4 stars, what do you think is missing or not good in Neat URL?
  • Noté 4 sur 5
    par Utilisateur ou utilisatrice 12765006 de Firefox, il y a 3 ans
    Neat URL cleans URL's up well.
    Good replacement for Pure URL.
    It does not clean up URLs in a webpage when loading that webpage. The Pure URL addon or Clean Links addon did that.
    Would like Neat URL to fix URL's within webpages when loading them. Plz add this feature.
    The developers seem to be making Neat URL into a replacement for Pure URL. The mentions of feature parity in the changelogs are greatly appreciated. From what version onwards is the Neat URL at full feature parity?

    I find myself searching for a good URL clean-up addon.
    Neat URL is good but lacks dealing with redirects (including nested ones) and retrieving long URLs from shortened URLs.
    I would like to consolidate URL clean-up in one addon. I would like to see URL cleaners take a more feature-rich direction.
    Now I have to install Neat URL, Skip Redirect and Long URL Please Mod.

    I also stumbled into two problems.
    Adding a new rule to the bottom on a new line caused the addon to not use the line.
    Using $.html@phys.org $html@phys.org or $.html@phys.* or $html@phys.* caused the extension to remove the html part from the link. Plz Fix.

    Réponse du développeur

    mis en ligne : il y a 3 ans
    Thank you for your review.

    * Neat URL is good but lacks dealing with redirects (including nested ones) and retrieving long URLs from shortened URLs.
    That's why there exist other addons that do exactly that. I believe Neat URL should do one thing well, which is "cleaning URLs". Skipping redirects or retrieving long URLs from short ones will not be in the feature scope of Neat URL.

    * Adding a new rule to the bottom on a new line caused the addon to not use the line.
    I don't consider this to be a high priority issue. Might be improved in a later version.

    * Using $.html@phys.org $html@phys.org or $.html@phys.* or $html@phys.* caused the extension to remove the html part from the link. Plz Fix.
    Sorry, this is expected behaviour and working as intended. $ removes everything that comes after it when used as a Neat URL parameter.
  • Noté 4 sur 5
    par Kawzen, il y a 4 ans
    Best replacement for PureURL
    I wish if u can use the same icon as well
    Thank you ♥
Aller à la page d’accueil de Mozilla

Modules complémentaires

  • À propos
  • Blog
  • Atelier sur les extensions
  • Pôle développeur
  • Politiques à destination des développeurs
  • Forum
  • Signaler un problème
  • Guide de revue
  • État du site

Navigateurs

  • Desktop
  • Mobile
  • Reality
  • Enterprise

Produits

  • Lockwise
  • Monitor
  • Browsers
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Confidentialité
  • Cookies
  • Mentions légales

Sauf mention contraire, le contenu de ce site est disponible sous licence Creative Commons Attribution Share-Alike v3.0 ou toute version supérieure.