Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 2 KB

File metadata and controls

60 lines (41 loc) · 2 KB

Seek

Completely free, private, and secure secure search engine by QueerWeb

Uses Brave Search API for results. No accounts, ads, or tracking. Searches are hidden from browser history.

Installation

Chrome

Go to chrome://settings/searchEngines Scroll down to Site Search and click add image

Fill in the fields like so: Name: Seek Shortcut: seek.gay URL: https://seek.gay/search?q=%s image

Click the three dots on the right of Seek and select Make default

image

Firefox

Go to about:preferences#search Scroll down to Search Shortcuts Click Add

image

Fill in the fields like so: Search engine name: Seek URL: https://seek.gay/search?q=%s Keyword (optional): @seek

image

Now click Add Engine

image

Navigate to Default Search Engine Select seek as the default like so.

image

Deploying

We provide a Dockerfile for easy deploying. You can also deploy manually:

cd src
npm i
cp example.env .env
npm run start

Repo Structure

  • /src: Search engine WebApp.
  • /extension: Browser extension to set default search engine.