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

< Valutazione su RSS+Atom Feed Subscribe Button Generator

Domanda/commento

§
Pubblicato: 01/05/2024
Modificato: 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%;
}
junkblockerAutore
§
Pubblicato: 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.

§
Pubblicato: 02/05/2024

You are correct.

Pardon.

Pubblica risposta

Accedi per pubblicare una risposta.