On 3/18/2024 5:37 AM, Eli Zaretskii wrote: >> Date: Sun, 17 Mar 2024 12:24:26 -0700 >> Cc: 68254@debbugs.gnu.org >> From: Jim Porter >> >> Here's a patch for this. It turns 'eww-readable' into a toggle (using >> the same semantics as minor modes), and also adds an option to prevent >> adding a new history entry for each call. > > Thanks. Thanks for looking. I've addressed all of your comments, and made some more extensive changes to the implementation. I split up some of the logic in the first patch so that it's easier to reuse without error, and then added 'eww-readable-urls' in the second. Because of how much I changed, I'd like to add some regression tests to make sure everything still works correctly, but otherwise these patches should be ready to go.