summaryrefslogtreecommitdiff
path: root/searx/plugins/tracker_url_remover.py
AgeCommit message (Collapse)Author
2021-04-06Remove hubsbpot tracking URL params3nprob
More information here: https://knowledge.hubspot.com/settings/how-do-i-create-a-tracking-url https://knowledge.hubspot.com/ads/ad-tracking-in-hubspot https://knowledge.hubspot.com/ctas/calls-to-action-frequently-asked-questions https://meta.stackexchange.com/questions/263392/what-are-these-very-long-parameters-in-so-careers-feedback-always-welcome-url
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2019-10-22fix out of range error in tracker remover pluginMarc Abonce Seguin
2019-10-16add initial support for offline engines && command engineNoémi Ványi
2019-10-14[fix] pep8Adam Tauber
2019-10-14[fix] update query params sanitization - closes #722Adam Tauber
2017-08-06[enh] add simple theme (WIP)Alexandre Flament
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-11-02Change plugin API :dalf
- pre_search(request, search) - post_search(request, search) - on_result(request, search, result) with - request is the Flask request - search a searx.Search instance - result a searx result as usual
2016-07-04[enh][fix] update to latest dependencies ++ fix tests & travis test runnerAdam Tauber
WARNING: dependency changes
2015-06-18Use parsed_urlCqoicebordel
2015-06-15A bit of cleanup of the codeCqoicebordel
- regexes in a array - regexes applied only on the last part of the url
2015-06-09Add a plugin to remove trackers from results URLsCqoicebordel