blob: 42caa89eeb8eba0d6045374134b90672dff977eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>Web sites that work well in Dillo</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>Web sites that work well in Dillo</h2>
<h3>2026-06-19</h3>
<h4>and other minimal browsers</h4>
<p>
I'm always looking for sane web sites. By sane I mean websites that
are not bloated with useless eye candy, nor have any ketamin fired
javascript. Sites that just want to display data in the form of easily
readable text with or without some images.
</p>
<p>
There is an increasing number of web sites that do this, as it's a
normal backlash to the slop infested, obfuscated tar pit that the
internet has sadly become. I haven't found a single compendium of
sites, but I'll list some here.
</p>
<p>
One of the things I find realy interesting are web proxies that render
sites into a saner version, like
<a href="https://www.textise.net/">Textise</a> or
<a href="https://txt.dc09.xyz/">Textdot</a>. I fact I'm wondering if I
could roll my own simple version using php and rdrview.
</p>
<p>
This list incomplete list will be updated as I find them, or maybe you
dear reader might have suggestions?
</p>
<p>
<a href="https://dir.dillo-browser.org/"
>Directory of useful sites that work reasonably well on Dillo</a
>
</p>
<p><a href="https://wiby.me/">Wiby search engine</a></p>
<p>
<a href="https://ronaldsvilcins.com/2021/09/15/text-only-websites/"
>Text only web sites</a
>
</p>
</article>
</main>
<footer>
<p>§</p>
</footer>
</body>
</html>
|