All Projects β†’ tuananh β†’ reader

tuananh / reader

Licence: other
get a reader mode sharable url for any url - built with cloudflare workers https://reader.tuananh.net

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to reader

apiker
πŸ”Ό Create Serverless APIs with Cloudflare Workers, Durable Objects & Wrangler
Stars: ✭ 39 (+62.5%)
Mutual labels:  cloudflare-workers
raposas
DiretΓ³rio oficial do cΓ³digo do indexador Raposas.
Stars: ✭ 31 (+29.17%)
Mutual labels:  cloudflare-workers
blog
πŸ—ƒ Blog built with Remix, deployed to Cloudflare workers
Stars: ✭ 27 (+12.5%)
Mutual labels:  cloudflare-workers
faaskit
A lightweight middleware framework for functions as a service
Stars: ✭ 24 (+0%)
Mutual labels:  cloudflare-workers
react-native-reader
Cross-platform native reader mode for react-native (safari like)
Stars: ✭ 52 (+116.67%)
Mutual labels:  reader-mode
cloudflare-worker-router
A super lightweight router (1.3K) with middleware support and ZERO dependencies for CloudFlare Workers.
Stars: ✭ 144 (+500%)
Mutual labels:  cloudflare-workers
Contact-Form
The Lightweight Contact Form which send contact requests on your Telegram
Stars: ✭ 28 (+16.67%)
Mutual labels:  cloudflare-workers
doh-cf-workers
DNS-over-HTTPS proxy on Cloudflare Workers
Stars: ✭ 103 (+329.17%)
Mutual labels:  cloudflare-workers
cfworker-url-shortener
ιƒ¨η½²εœ¨ Cloudflare Workers ηš„ηŸ­η½‘ε€ζœεŠ‘
Stars: ✭ 52 (+116.67%)
Mutual labels:  cloudflare-workers
DNS-over-Discord
A 1.1.1.1 DNS resolver built for Discord
Stars: ✭ 228 (+850%)
Mutual labels:  cloudflare-workers
Graphql Starter
πŸ’₯ Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+13970.83%)
Mutual labels:  cloudflare-workers
SwiftyMercuryReady
Add a "reader" functionality to a WKWebView
Stars: ✭ 74 (+208.33%)
Mutual labels:  reader-mode
html
HTML templating and streaming response library for Service Worker-like environments such as Cloudflare Workers.
Stars: ✭ 41 (+70.83%)
Mutual labels:  cloudflare-workers
Beatbump
Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧
Stars: ✭ 77 (+220.83%)
Mutual labels:  cloudflare-workers
ethtools
A collection of useful tools for Ethereum users and developers alike
Stars: ✭ 83 (+245.83%)
Mutual labels:  cloudflare-workers
workers-graphql-gateway-example
GraphQL running on Cloudflare Workers
Stars: ✭ 68 (+183.33%)
Mutual labels:  cloudflare-workers
activities
Discord slash command bot for opening voice channel activities, using Cloudflare Workers
Stars: ✭ 595 (+2379.17%)
Mutual labels:  cloudflare-workers
remix-guide
A platform for sharing everything about Remix
Stars: ✭ 197 (+720.83%)
Mutual labels:  cloudflare-workers
awesome-cloudflare-workers
😎 Awesome Cloudflare Workers
Stars: ✭ 335 (+1295.83%)
Mutual labels:  cloudflare-workers
Portfolio-Website
Vishesh's Portfolio Website
Stars: ✭ 47 (+95.83%)
Mutual labels:  cloudflare-workers

πŸ€“ reader

Update: new version is available at https://reader-next.pages.dev

preview url

https://reader-next.pages.dev?url=https://netflixtechblog.medium.com/cache-warming-leveraging-ebs-for-moving-petabytes-of-data-adcf7a4a78c3

An attempt to build a reader mode for any url with Cloudflare workers.

While reader mode is built-in in pretty much all browsers, getting a reader mode sharable link is not possible. This project is an attempt to solve that problem.

The end goal is like to get a sharable url like this

https://reader.tuananh.net/?url=https://www.theverge.com/2020/2/5/21124201/bill-simmons-the-ringer-spotify-acquistion-podcast-purchase

Upon navigating to the above url, it will render the target domain in reader mode.

reader mode

Features

  • Get a pretty, sharable reader mode url.
  • Bypass subscription.
  • Cached by Cloudflare.
  • Respect OS prefer color scheme (dark mode).
  • Minimal CSS.
  • Return JSON if request Content-Type is application/json. Effectively become an API to extract text.

TODO

  • Dark mode.
  • Use a more lightweight css framework instead of milligram.
  • Let user manually override preferred color scheme.

Usage

You can setup a bookmarklet to use this.

javascript:(function()%7Bwindow.open('https%3A%2F%2Freader.tuananh.net%2F%3Furl%3D'%2Bwindow.location.href%2C%20'_blank')%7D)()

License

Copyright 2020 Tuan Anh Tran [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].