WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: necromancy / reborn of dillo 3.2.3  (Read 13347 times)

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 611
Re: necromancy / reborn of dillo 3.2.3
« Reply #15 on: June 01, 2024, 04:30:56 AM »
Quote
Starting with version 3.0.4, dillo can perform web searches from the address bar. Set up search prefixes with the search_url preference in dillorc. 35K 20150520

https://dillo-browser.github.io/old/screenshots/index.html

If you type "g tinycorelinux" in adress bar you load google search engine.

If you type "d tinycorelinux" in adress bar you will load duckduckgo search engine.
This saves a lot of time instead using archaic Dillo search window.
« Last Edit: June 01, 2024, 04:34:05 AM by neonix »

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 611
Re: necromancy / reborn of dillo 3.2.3
« Reply #16 on: July 21, 2024, 11:54:17 AM »
dillo-plus.tcz works with genyt.net alternative (YT front-end) but you have to turn on "User reader mode CSS"
and turn off "Use embedded CSS"

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 611
Re: necromancy / reborn of dillo 3.2.3
« Reply #17 on: October 15, 2024, 03:52:04 PM »
You can read reddit on dillo.tcz with this adress
https://old.reddit.com/tinycorelinux

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 611
Re: necromancy / reborn of dillo 3.2.3
« Reply #18 on: April 09, 2025, 03:10:08 PM »

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 611

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 611
Re: necromancy / reborn of dillo 3.2.3
« Reply #20 on: June 23, 2025, 09:55:48 AM »
I want to compile mobilized-dillo with my own local html start page. I search source code of vanilla dillo web browser and don't find answer. Any help will be appreciated.

And I want to put search engines bar (those that are compatible with non-javascript web browsers) inside this html.


Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 611

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 611
Re: necromancy / reborn of dillo 3.2.3
« Reply #23 on: August 30, 2026, 02:56:47 PM »
I created home page for Dillo browser. With DuckDuckGo, Yahoo, Bing, Brave, Seznam, wimby.me. I don't know how to implement wikipedia, wiktionary, Baidu.

Code: [Select]
<html>
<head>
  <link rel="canonical" href="https://duckduckgo.com/">
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=1;">
  <meta name="referrer" content="origin">
  <title>DuckDuckGo Lite: Fast, Lightweight Private Search</title>
  <meta name="description" content="The lightest weight version of DuckDuckGo private search. Loads fast on slow connections and compatible with text-based browsers.">
   <link title="DuckDuckGo (Lite)" type="application/opensearchdescription+xml" rel="search" href="//duckduckgo.com/opensearch_lite_v2.xml">
  <link rel="icon" href="//duckduckgo.com/favicon.ico" type="image/x-icon"/>
  <link id="icon60" rel="apple-touch-icon" href="//duckduckgo.com/assets/icons/meta/DDG-iOS-icon_60x60.png?v=2"/>
  <link id="icon76" rel="apple-touch-icon" sizes="76x76" href="//duckduckgo.com/assets/icons/meta/DDG-iOS-icon_76x76.png?v=2"/>
  <link id="icon120" rel="apple-touch-icon" sizes="120x120" href="//duckduckgo.com/assets/icons/meta/DDG-iOS-icon_120x120.png?v=2"/>
  <link id="icon152" rel="apple-touch-icon" sizes="152x152" href="//duckduckgo.com/assets/icons/meta/DDG-iOS-icon_152x152.png?v=2"/>
  <link rel="image_src" href="//duckduckgo.com/assets/icons/meta/DDG-icon_256x256.png">
  <link rel="stylesheet" media="handheld, all" href="//duckduckgo.com/dist/l.304bf63bbd053ee46b28.css" type="text/css"/>
</head>

 <body>
<a name="top"></a>
<center id="lite_wrapper">
  <br>
  <span class="header">DuckDuckGo</span>
  <br><br>

<form method="get" id="search" action="http://lite.duckduckgo.com/lite/">
  <input type="hidden" name="sites" value="YOURDOMAIN.COM"/>
  <input type="hidden" name="k8" value="#444444"/>
  <input type="hidden" name="k9" value="#D51920"/>
  <input type="hidden" name="kt" value="h"/>
  <input type="text" name="q" maxlength="255" placeholder="Search&hellip;"/>
  <input type="submit" value="DuckDuckGo Search" style="visibility: hidden;" />
</form>
  <br>

<br>
<form action="https://search.yahoo.com/search">
  <input type="text" name="p" placeholder="Search Yahoo" />
  <input type="hidden" name="nojs" value=""1" />
  <button type="submit">Search</button>
</form>

<br>
<form action="https://search.bing.com/">
  <input type="text" name="q" placeholder="Search Bing" />
  <input type="hidden" name="nojs" value=""1" />
  <button type="submit">Search</button>
</form>

<br>
<form action="https://search.brave.com/search?q=%s">
  <input type="text" name="q" placeholder="Search Brave" />
  <input type="hidden" name="nojs" value=""1" />
  <button type="submit">Search</button>
</form>

<br>
<form action="https://search.seznam.cz/?q=%s">
  <input type="text" name="q" placeholder="Search Seznam" />
  <input type="hidden" name="nojs" value=""1" />
  <button type="submit">Search</button>
</form>

<br>
<form action="https://wiby.me/?q=%s">
  <input type="text" name="q" placeholder="Search wimby.me" />
  <input type="hidden" name="nojs" value=""1" />
  <button type="submit">Search</button>
</form>

<script>
    document.querySelector("form").addEventListener("submit", (e) => {
        e.preventDefault();
        // Do my client-side search stuff here
        // and stay on the current page
  });
</script>

  <p class='html-only'>
 <!--    This is the Lite version. Get the full-JS version <a href="https://duckduckgo.com/">here</a>. //-->
  </p>
</center>

</body>
</html>