RSS+Atom Feed Subscribe Button Generator

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

< Обсуждения: RSS+Atom Feed Subscribe Button Generator

Вопрос или комментарий

§
Создано: 01.05.2024
Изменено: 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%;
}

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

You are correct.

Pardon.

Ответить

Войдите, чтобы ответить.

长期地址
遇到问题?请前往 GitHub 提 Issues。