Paste a URL and CSS selectors; get an RSS feed; free and opensource.
Runs entirely on the free tier of Cloudflare workers. Click on the demo links ⤸ to see it in action.
@
for link means the item selector itself)
title
becomes class="title"
. This means you can
use the same CSS selectors as HTML pages. Root object has special _root
class; array
items _item
class. Use ?mirror=1
param to see the converted HTML
version of a JSON page
(example;
json link).
Pro tip: filters are inclusive - they include items that match the pattern. To exclude,
use a negative lookahead, e.g. /^(?!.*(perl)).*$/
matches everything except strings
containing "perl".
// 👀 Your preview will show up here...