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についてのフィードバック

質問/コメント

§
投稿日: 2024/05/01
編集日: 2024/05/01

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%;
}
junkblocker作者
§
投稿日: 2024/05/02

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

§
投稿日: 2024/05/02

You are correct.

Pardon.

返信を投稿

返信を投稿するにはログインしてください。