Variable: eww-url-transformers

eww-url-transformers is a customizable variable defined in eww.el.gz.

Value

(eww-remove-tracking)

Documentation

This is a list of transforming functions applied to an URL before usage.

The functions will be called with the URL as the single parameter, and should return the (possibly) transformed URL.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defcustom eww-url-transformers '(eww-remove-tracking)
  "This is a list of transforming functions applied to an URL before usage.
The functions will be called with the URL as the single
parameter, and should return the (possibly) transformed URL."
  :type '(repeat function)
  :version "29.1")