On Wed, Jun 19, 2019 at 05:22:57PM +0200, Martin Kletzander wrote:
> This is just a small script I wrote. It works the same way as all the
> libraries
> together which we are bundling, but with just JS. The only difference is that
> the day of the date is formatted as 2-digit, but this should be
On Wed, 2019-06-19 at 17:22 +0200, Martin Kletzander wrote:
[...]
> +docLoc = document.location;
> +if (docLoc.protocol != "file:" ||
> +docLoc.origin != "null" ||
> +docLoc.host !== "" ||
> +docLoc.hostname !== "") {
> +fetchRSS()
> +}
This probably doe
This is just a small script I wrote. It works the same way as all the libraries
together which we are bundling, but with just JS. The only difference is that
the day of the date is formatted as 2-digit, but this should be a bug in
Firefox (at least locally for me) as the documentation states that