https://github.com/egoist/preader
Extract the main content from a web page.
https://github.com/egoist/preader
Last synced: 11 months ago
JSON representation
Extract the main content from a web page.
- Host: GitHub
- URL: https://github.com/egoist/preader
- Owner: egoist
- Created: 2021-05-30T10:15:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T11:50:47.000Z (over 3 years ago)
- Last Synced: 2025-03-28T05:07:17.754Z (11 months ago)
- Language: TypeScript
- Homepage: https://preader.egoist.dev
- Size: 138 KB
- Stars: 112
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - preader
README
# preader
Extract the main content from a web page.
[Try some article.](https://preader.egoist.dev/?url=https://foreignpolicy.com/2021/05/28/fragile-india-strong-india/)
Note that scrapper code is ported from [miniflux.app](https://miniflux.app/).
## Bookmarklet
```js
javascript:void function(){window.location=`https://preader.egoist.dev/%3Furl=${window.location.href}`}();
```
Create a bookmark in your browser with the above code as the URL for the bookmark. Now when you activate that new bookmark, it will take the current page your on and open it in the prereader site.
## License
MIT.