This is awesome. I kind of want a browser extension that does this to every page I read and saves them somewhere.
https://github.com/deathau/markdown-clipper
I guess there are dozens of alternative extensions available out there …
11–20 of 107 posts
This is awesome. I kind of want a browser extension that does this to every page I read and saves them somewhere.
https://github.com/deathau/markdown-clipper
I guess there are dozens of alternative extensions available out there …
One of the cases when AI not needed. There is very good working algorithm to extract content from the pages, one of implementations: https://github.com/buriy/python-readability
I think it was hugged to death
Aw, tell the user which it is.
I think it was hugged to death
One of the cases when AI not needed. There is very good working algorithm to extract content from the pages, one of implementations: https://github.com/buriy/python-readability
These are all "wrappers around readability" AFAIK (including mine), which is the Mozilla project to make sites look clean and I use often.
This is awesome. I kind of want a browser extension that does this to every page I read and saves them somewhere.
One of the cases when AI not needed. There is very good working algorithm to extract content from the pages, one of implementations: https://github.com/buriy/python-readability
How do you achieve the same things without AI here using that tool?