pyratestart

startpage
git clone git://git.pyratebeard.net/pyratestart.git
Log | Files | Refs | README

commit ba9c48bca6b1386dd4ef03d6927728eda37aaf13
parent 7c3f454523ff1847cdd56d4cfa8a9741f94a7603
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 11 Dec 2020 09:32:36 +0000

use https for search, switch to short ddg url

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -110,7 +110,7 @@ <body> <article> <section id="search"> - <form action="http://www.duckduckgo.com/?q=" method="get" name="frmSearch"> + <form action="https://ddg.gg/?q=" method="get" name="frmSearch"> <input type="text" id="find" name="q" autofocus> </form> </section>