[Dillo-dev] Re: [SCRIPT] Run Dillo with a random user agent

2024-07-13 Thread a1ex
On Sat, 13 Jul 2024 09:54:11 +0200 Rodrigo Arias wrote: > I work under the assumption that each Dillo user is uniquely > identifiable based on non-JS enabled, other HTTP headers, TLS > behavior, TCP and network timing leaked details, unless I have > evidence that suggests otherwise. I was doing

[Dillo-dev] Re: [PATCH] Toolbar button to control zoom level

2024-07-13 Thread a1ex
On Sat, 13 Jul 2024 11:07:10 +0200 Rodrigo Arias wrote: > >all that is needed now is the 'magnifying glass' icon above the word > >Zoom 'borrowed' from the 'search button' :) > > There is a button there, but with the default Dillo options the color > of the icon is very similar to the backgro

[Dillo-dev] Re: [SCRIPT] Run Dillo with a random user agent

2024-07-13 Thread a1ex
Hi Rodrigo, On Sat, 13 Jul 2024 09:54:11 +0200 Rodrigo Arias wrote: > Thanks!, I think is a good idea to reduce fingerprinting in Dillo. > Have you considered also removing the user agent header completely? Yes, I ran with no user agent for quite a while in the past, but found that certain site

[Dillo-dev] Re: Option to define external link handler

2024-07-13 Thread Rodrigo Arias
Hi Diego On Sat, Jul 13, 2024 at 01:36:19PM +0200, Diego wrote: I think a good way is to reduce functionality to a minimum. Not to make a full scripting language, but rather moderately complex hook rules that can call external scripts or DPIs with complex functionality. This is not a scripting

[Dillo-dev] Re: Option to define external link handler

2024-07-13 Thread Diego
El sáb, 13 jul 2024 a las 10:01, Rodrigo Arias () escribió: > On Mon, Jul 08, 2024 at 09:59:20AM +1000, Kevin Koster wrote: > >That would be great. Provided it doesn't actually end up as complicated > >as iptables configuration of course. :) > > Yeah, I'll have to think how to avoid that too :-) >

[Dillo-dev] Re: zoom needs scrolling to maintain center

2024-07-13 Thread pastebin
isn't there already a scroll up/scroll down command like zoom_in/zoom_out } else if (cmd == KEYS_ZOOM_IN) { a_UIcmd_zoom_in(a_UIcmd_get_bw_by_widget(this)); a_UIcmc_scroll_up(number_lines); <-- ret = 1; On Fri, 12 Jul 2024 23:18:11 +0200 wrote: > On Fri, 12 Jul

[Dillo-dev] Re: [PATCH] Toolbar button to control zoom level

2024-07-13 Thread Rodrigo Arias
Hi, Here is an updated patch with a better icon and fixed tooltip. Hopefully somebody finds it useful :) Thanks! I applied it from the attached file, like this: $ cd src $ md5sum /tmp/zoom-button.patch c8d48b41f30ba889ddd610860ecdc310 /tmp/patches/zoom-button.patch $ patch -p1 < /tmp/zoom-bu

[Dillo-dev] Re: zoom needs scrolling to maintain center

2024-07-13 Thread Rodrigo Arias
Hi, On Fri, Jul 12, 2024 at 11:18:11PM +0200, a...@dismail.de wrote: On Fri, 12 Jul 2024 12:04:30 -0600 paste...@gmx.com wrote: Hi with left mouse click on zoom button -> screen get bigger and screen slides down - so when leaves the viewport it needs a scroll up so center remains and zoom is

[Dillo-dev] Re: Option to define external link handler

2024-07-13 Thread Rodrigo Arias
On Mon, Jul 08, 2024 at 09:59:20AM +1000, Kevin Koster wrote: That would be great. Provided it doesn't actually end up as complicated as iptables configuration of course. :) Yeah, I'll have to think how to avoid that too :-) I'm putting my thoughts into an RFC here: https://github.com/dillo-b

[Dillo-dev] Re: [SCRIPT] Run Dillo with a random user agent

2024-07-13 Thread Rodrigo Arias
Hi Alex, On Tue, Jul 09, 2024 at 12:31:29PM +0200, a...@dismail.de wrote: On Mon, 8 Jul 2024 14:50:08 +0200 wrote: Hi list, Here is a simple script which runs Dillo with a random user agent on each run. I've been using it for a long time with no issues. It would be interesting to have simila