What README are you?
Hi @Mojeek, can you fix your search engine so that it works without JavaScript?
To reproduce I guess you'll need to visit the search engine with a fresh IP on any of #Dillo, Links, Netsurf or W3M. Any search term causes the error for me. You won't be able to reproduce it if you already did a search on Firefox (and possibly other modern browsers).
I'll assume this is yet another case of collateral damage caused by LLM scraping protection.
9.5.2025 22:22Hi @Mojeek, can you fix your search engine so that it works without JavaScript?To reproduce I guess you'll need to visit the search...Ctrl+C now works as expected in #Dillo to copy the selection into the clipboard.
The primary selection was the only method supported to copy text from the page (select with left button to copy, paste with middle button).
Both methods are now available. 🥳
7.5.2025 22:22Ctrl+C now works as expected in #Dillo to copy the selection into the clipboard.The primary selection was the only method supported to copy...Google Search will be removed from #Dillo as it no longer works without JavaScript and Dillo's user agent. Other search engines continue to work well.
https://github.com/dillo-browser/dillo/pull/391
4.5.2025 21:35Google Search will be removed from #Dillo as it no longer works without JavaScript and Dillo's user agent. Other search engines continue...There is no electricity in #Spain today. And yes, I’m sure I don’t need your 15 MiB JS crap to overload the cell tower in order to read the text-based news.
28.4.2025 11:44There is no electricity in #Spain today. And yes, I’m sure I don’t need your 15 MiB JS crap to overload the cell tower in order to read...Playing with a new experimental tool "dilloc" to control #Dillo from the command line via a UNIX socket. Here is a simple example to open the current page in the reader view plugin (in the same tab):
% dilloc open rdrview:$(dilloc url)
The "dilloc url" command prints the current tab url to stdout, which can then be easily manipulated. Here is another example with sed, to redirect the current tab to the old reddit interface:
% dilloc open $(dilloc url | sed 's|www.reddit.com|old.reddit.com|')
23.4.2025 21:35Playing with a new experimental tool "dilloc" to control #Dillo from the command line via a UNIX socket. Here is a simple example...Support for brotli just landed in #Dillo. It should reduce the HTML transfer size by about 20% when compared with gzip.
https://en.wikipedia.org/wiki/Brotli
21.4.2025 19:58Support for brotli just landed in #Dillo. It should reduce the HTML transfer size by about 20% when compared with...Playing multimedia with #Dillo.
Here is a new article on how to play and queue #YouTube videos or #Bandcamp albums in #mpv from Dillo.
https://dillo-browser.github.io/topic/playing-multimedia/
23.3.2025 13:40Playing multimedia with #Dillo.Here is a new article on how to play and queue #YouTube videos or #Bandcamp albums in #mpv from...Why HTML buttons don't show a hand cursor by default?, isn't it the point to indicate interactivity?
22.3.2025 19:09Why HTML buttons don't show a hand cursor by default?, isn't it the point to indicate interactivity?@internetarchive when loading a collection page on Dillo, which doesn't support JS, the redirect to ?noscript=true is inside the body not in the head:
https://archive.org/details/GratefulDead
You may also want to include an hyperlink in the body.
However, when manually followed, it returns a 404 error:
https://archive.org/details/GratefulDead?noscript=true
The same happens for most other pages:
https://archive.org/?noscript=true
https://archive.org/search?query=grateful+dead&noscript=true
Do you plan on keeping the support on browsers without JS?
16.3.2025 11:20@internetarchive when loading a collection page on Dillo, which doesn't support JS, the redirect to ?noscript=true is inside the body...New #Dillo plugin to display GNU Info pages available here: https://github.com/dillo-browser/dillo-plugin-info
References are easy to follow by clicking on the hyperlink to other info: pages.
8.3.2025 14:36New #Dillo plugin to display GNU Info pages available here: https://github.com/dillo-browser/dillo-plugin-infoReferences are easy to follow...What is your average latency and packet loss? Are you reading #Fediverse from a bad nework?
You can do a quick 20 seconds test:
$ ping -c 100 -i 0.2 google.com
And paste the last three lines. Here are mine:
--- google.com ping statistics ---
100 packets transmitted, 100 received, 0% packet loss, time 19893ms
rtt min/avg/max/mdev = 17.224/18.297/21.205/0.753 ms
After some fixes, #Dillo also builds and runs on Solaris 10 (released in 2005 and still maintained!).
See more pictures in the gallery: https://dillo-browser.github.io/gallery/
Source: https://github.com/dillo-browser/dillo/pull/353#issuecomment-2643718976
24.2.2025 17:55After some fixes, #Dillo also builds and runs on Solaris 10 (released in 2005 and still maintained!).See more pictures in the gallery:...Here is a color corrected video of the #FOSDEM 2025 #Dillo talk with a custom darker frame.
The official video is still being transcoded and will appear in the next days.
https://www.youtube.com/watch?v=sFJp8JDg8Yg
8.2.2025 01:19Here is a color corrected video of the #FOSDEM 2025 #Dillo talk with a custom darker frame.The official video is still being transcoded and...See you at #FOSDEM this Sunday at 16:10. I'll carry some floppy disks with the latest #Dillo 3.2.0 release.
29.1.2025 18:55See you at #FOSDEM this Sunday at 16:10. I'll carry some floppy disks with the latest #Dillo 3.2.0..."The median page weight for a desktop page, as measured in October 2024 is 2,652 KB", we could fit two #Dillo releases there!
https://almanac.httparchive.org/en/2024/page-weight#fig-15
Amazing yearly report on the state of the #Web by the HTTP Archive, check it out:
https://almanac.httparchive.org/en/2024/table-of-contents
23.1.2025 19:40"The median page weight for a desktop page, as measured in October 2024 is 2,652 KB", we could fit two #Dillo releases...HN post: https://news.ycombinator.com/item?id=42748501
18.1.2025 14:26HN post: https://news.ycombinator.com/item?id=42748501#Dillo version 3.2.0 released! 🎉
https://dillo-browser.github.io/release/3.2.0
18.1.2025 14:17#Dillo version 3.2.0 released! 🎉 https://dillo-browser.github.io/release/3.2.0#Google is now banning #Dillo user agent via a JS wall. Other user agents still work for now (http_user_agent option in dillorc).
See: https://news.ycombinator.com/item?id=42719865
16.1.2025 12:39#Google is now banning #Dillo user agent via a JS wall. Other user agents still work for now (http_user_agent option in dillorc).See:...⬆️
⬇️