Greasy Fork is available in English.

RSS+Atom Feed Subscribe Button Generator

Finds RSS and/or Atom links on a page and inserts feed subscription links for use by aggregators

< Feedback on RSS+Atom Feed Subscribe Button Generator

Question/comment

§
Posted: 01.05.2024
Edited: 01.05.2024

Add style rule all: unset in order to not be subjected to local img rules.

Required change:

- var ATOM_ICON  = '<img src="data:image
+ var ATOM_ICON  = '<img style="all: unset" src="data:image

See https://jade.fyi/

Rule:

img, video {
    font-size: 3rem;
    color: #0f0;
    width: 100%;
}
junkblockerAuthor
§
Posted: 02.05.2024

You seem to be using version 2.5 somehow. Please try the latest 2.7 release that's been here since May 6, 2022.

§
Posted: 02.05.2024

You are correct.

Pardon.

Post reply

Sign in to post a reply.