Search

Cloudflare + Google = supercharged web surfing
Alternatives To Search
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Post Mortems10,152
13 days ago13
A collection of postmortems. Sorry for the delay in merging PRs!
Encrypted Dns1,898
15 days ago10unlicense
DNS over HTTPS config profiles for iOS & macOS
Gdindex1,773
3 months ago53mitHTML
A Google Drive Index built with Vue Running on CloudFlare Workers
Goindex1,124
3 months ago56JavaScript
Index your Google Drive
Siteproxy754
a year ago30mitJavaScript
reverse proxy, 反向代理,免翻墙访问Youtube/twitter/Google, 支持telegram web登录。请勿将本项目用于非法用途,否则后果自负。
Secureoperator238
43 years ago16January 01, 20191apache-2.0Go
A DNS-protocol proxy for DNS-over-HTTPS providers, such as Google and Cloudflare
Ssdeploy192
3 months ago38March 24, 2022mitJavaScript
Netlify replacement to deploy simple websites with better flexibility, speed and without vendor lock-in
Cloudflare Workers Async Google Analytics149
2 years ago5June 16, 20201mitJavaScript
:cloud: The Cloudflare Workers implementation of an async Google Analytics
Search121
4 months ago2mitTypeScript
Cloudflare + Google = supercharged web surfing
Gargantuan Takeout Rocket101
2 months ago3
🚀 Backup Google Takeout archives (YouTube channel and Google Photos) at 1GB/s+ to Azure Storage periodically with minimal human toil and financial cost
Alternatives To Search
Select To Compare


Alternative Project Comparisons
Readme

search

Supercharge your searching with a simple cloudflare worker.

Setup Guide:

Add https://search.alistair.sh/?q= as a custom search engine to your browser. For Chrome/Chromium and Firefox/Waterfox, you would need to add %s on the end of that. Consult your browser's documentation for relevant information.

Fallback Engines

If you prefer duckduckgo, you can set your URL to the following to have your searched routed through that instead:

https://search.alistair.sh/?q=%s&engine=https:%2f%2fduckduckgo.com%2f%3fq={q}

 

Usage Guide:

Using your browser as normal will funnel searches through to google's search engine (or a custom set one as shown in 'Fallback Engines').

To use the powerful part of this project and search through a variety of mainstream sites use the ![site] [search data] structure to search any search data on any of the specific sites supported in this project.

Example: !yt cats will search for cats on youtube :)

To see which sites are supported and what their shortcuts are check out /src/links.ts.

 

Installation

Clone this repo into a directory of your choosing

$ git clone https://github.com/alii/search cloudflare-worker-search

Install the Cloudflare Wrangler CLI

Run

$ npm install -g wrangler

or install with yarn

$ yarn global add wrangler

Edit wrangler.toml to your liking

Set name to what you want. By default this will be search.workeraccountname.workers.dev but you can set a custom domain in the worker dashboard

Replace ad270f797e0a3205ac74136dc5b656b1 with your account ID. You can find this by logging into Cloudflare and copying the value after https://dash.cloudflare.com/ - for example the link https://dash.cloudflare.com/ad270f797e0a3205ac74136dc5b656b1's account ID would be ad270f797e0a3205ac74136dc5b656b1

Publish the worker

$ wrangler publish src/index.ts

If it asks you You are about to publish a Workers Service that was last published via the Cloudflare Dashboard. Enter y

The worker should now be working at the domain it gives you

Visual Setup Guide

Chrome/Chromium

It says:

alii/search (Can be named whatever)

alii/search (Can also be whatever)

https://search.alistair.sh/?q=%s


Firefox/Waterfox
Popular Google Projects
Popular Cloudflare Projects
Popular Companies Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Google
Search
Serverless
Cloudflare