We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before you start.
My great idea for Fraidycat is:
Good evening, kickscondor!
My name is Schimon, and I am the creator of a feed renderer which has been made in JS-only.
It was initially XSLT, but due to some - intentional - corruption of the XSLProcessor by the Gecko company, I have switched to DOMParser.
XSLProcessor
DOMParser
My greasemonkey script generates (X)HTML page from a parsed XML file.
To achieve this in a standalone, so to speak, manner, I have utilized XMLHttpRequest.
XMLHttpRequest
Please see https://greasyfork.org/en/scripts/465932-newspaper-html-feed-reader which not only generates HTML pages on-the-fly, for a lack of a better word, but it also has a set of documentation concerning to syndication, and, obviously, Fraidycat is also featured.
This is a visual demonstration of it.
There is also a settings dialog i na form of an HTML page.
The text was updated successfully, but these errors were encountered:
kickscondor
No branches or pull requests
Before you start.
My great idea for Fraidycat is:
Good evening, kickscondor!
My name is Schimon, and I am the creator of a feed renderer which has been made in JS-only.
It was initially XSLT, but due to some - intentional - corruption of the
XSLProcessor
by the Gecko company, I have switched toDOMParser
.My greasemonkey script generates (X)HTML page from a parsed XML file.
To achieve this in a standalone, so to speak, manner, I have utilized
XMLHttpRequest
.Please see https://greasyfork.org/en/scripts/465932-newspaper-html-feed-reader which not only generates HTML pages on-the-fly, for a lack of a better word, but it also has a set of documentation concerning to syndication, and, obviously, Fraidycat is also featured.
This is a visual demonstration of it.
newspaper-demonstration-2024-08-28_23.03.56.mp4
There is also a settings dialog i na form of an HTML page.
nwspaper-demonstration-2024-08-28_23.32.13.mkv.mp4
The text was updated successfully, but these errors were encountered: