Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Please add the ability to subscribe with Commafeed.
Greetings Steve!
Please pardon for the belated respond!
I have posted a question at CommaFeed.
Please help if you can.
Hey there! Thanks for the response.
CommaFeed provides some pretty good API documentation: /#/api.
Although, if you just want to be able to add a feed, you can redirect the user to
rest/feed/subscribe?url=<url of the feed>
(e.g.rest/feed/subscribe?url=https://www.example.com/feed.rss
).Cheers!
Done!
The userscript, now, has an option to select a type of online handler and also an instance.
The parameters are:
handler
for type of online handler.instance
for URL.The URL for CommaFeed is
https://${instance}/rest/feed/subscribe?url=${location.href}
though we might not want to bound people to a fixed pathname, as they migh have a special setup for pathname, so we either should let people to enter the complete path (i.e.https://news.my.instance/rest/feed/subscribe?url=
or add a custom field for people who usegemini://
gopher://
or just plainhttp://
.Sorry for the late reply. This does work.
Thanks!
Thank you for your feedback; I should have done this a long time ago.
I have added more settings, albeit most do not work yet.
And, as always, you are welcome to report issues and suggest improvements