[emacs-w3m:13450] [emacs-w3m/emacs-w3m] Remove trackers embedded in URLs (#47)
Boruch Baum <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/[email protected]> |
w3m--url-strip-queries and its associated defcustom
w3m-strip-queries-alist allow users to remove from URLs bogus queries
that don't query anything but instead send to the network tracking
data about the user's and/or behavior.
The default is pre-configured with a rather tame but common example
that tells websites that the user is arriving there from a newsfeed
instead of directly or via a search engine.
Honestly, I thought this had already been implemented somewhere, but I
couldn't find it, and it was easy to write...
You can view, comment on, or merge this pull request online at:
https://github.com/emacs-w3m/emacs-w3m/pull/47
-- Commit Summary --
* w3m--url-strip-queries: New feature: strip trackers embedded in urls
-- File Changes --
M ChangeLog (8)
M w3m-util.el (28)
M w3m.el (22)
-- Patch Links --
https://github.com/emacs-w3m/emacs-w3m/pull/47.patch
https://github.com/emacs-w3m/emacs-w3m/pull/47.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/pull/47