Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Post Mortems | 10,152 | 13 days ago | 13 | |||||||
A collection of postmortems. Sorry for the delay in merging PRs! | ||||||||||
Encrypted Dns | 1,898 | 15 days ago | 10 | unlicense | ||||||
DNS over HTTPS config profiles for iOS & macOS | ||||||||||
Gdindex | 1,773 | 3 months ago | 53 | mit | HTML | |||||
A Google Drive Index built with Vue Running on CloudFlare Workers | ||||||||||
Goindex | 1,124 | 3 months ago | 56 | JavaScript | ||||||
Index your Google Drive | ||||||||||
Siteproxy | 754 | a year ago | 30 | mit | JavaScript | |||||
reverse proxy, 反向代理,免翻墙访问Youtube/twitter/Google, 支持telegram web登录。请勿将本项目用于非法用途,否则后果自负。 | ||||||||||
Secureoperator | 238 | 4 | 3 years ago | 16 | January 01, 2019 | 1 | apache-2.0 | Go | ||
A DNS-protocol proxy for DNS-over-HTTPS providers, such as Google and Cloudflare | ||||||||||
Ssdeploy | 192 | 3 months ago | 38 | March 24, 2022 | mit | JavaScript | ||||
Netlify replacement to deploy simple websites with better flexibility, speed and without vendor lock-in | ||||||||||
Cloudflare Workers Async Google Analytics | 149 | 2 years ago | 5 | June 16, 2020 | 1 | mit | JavaScript | |||
:cloud: The Cloudflare Workers implementation of an async Google Analytics | ||||||||||
Search | 121 | 4 months ago | 2 | mit | TypeScript | |||||
Cloudflare + Google = supercharged web surfing | ||||||||||
Gargantuan Takeout Rocket | 101 | 2 months ago | 3 | |||||||
🚀 Backup Google Takeout archives (YouTube channel and Google Photos) at 1GB/s+ to Azure Storage periodically with minimal human toil and financial cost |
Supercharge your searching with a simple cloudflare worker.
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.
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}
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
.
$ git clone https://github.com/alii/search cloudflare-worker-search
Run
$ npm install -g wrangler
or install with yarn
$ yarn global add wrangler
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
$ 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
alii/search (Can be named whatever)
alii/search (Can also be whatever)
https://search.alistair.sh/?q=%s